Lines Matching refs:ts5500_priv
36 struct ts5500_priv { struct
204 struct ts5500_priv *priv = gpiochip_get_data(chip); in ts5500_gpio_input()
223 struct ts5500_priv *priv = gpiochip_get_data(chip); in ts5500_gpio_get()
231 struct ts5500_priv *priv = gpiochip_get_data(chip); in ts5500_gpio_output()
253 struct ts5500_priv *priv = gpiochip_get_data(chip); in ts5500_gpio_set()
267 struct ts5500_priv *priv = gpiochip_get_data(chip); in ts5500_gpio_to_irq()
282 static int ts5500_enable_irq(struct ts5500_priv *priv) in ts5500_enable_irq()
301 static void ts5500_disable_irq(struct ts5500_priv *priv) in ts5500_disable_irq()
324 struct ts5500_priv *priv; in ts5500_dio_probe()
335 priv = devm_kzalloc(dev, sizeof(struct ts5500_priv), GFP_KERNEL); in ts5500_dio_probe()
429 struct ts5500_priv *priv = platform_get_drvdata(pdev); in ts5500_dio_remove()