Lines Matching refs:ts5500_dio
37 const struct ts5500_dio *pinout;
54 struct ts5500_dio { struct
126 static const struct ts5500_dio ts5500_dio1[] = {
154 static const struct ts5500_dio ts5500_dio2[] = {
180 static const struct ts5500_dio ts5500_lcd[] = {
210 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_input()
229 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_get()
237 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_output()
259 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_set()
273 const struct ts5500_dio *block = priv->pinout; in ts5500_gpio_to_irq()
274 const struct ts5500_dio line = block[offset]; in ts5500_gpio_to_irq()