Lines Matching refs:ts5500_dio
33 const struct ts5500_dio *pinout;
50 struct ts5500_dio { struct
122 static const struct ts5500_dio ts5500_dio1[] = {
150 static const struct ts5500_dio ts5500_dio2[] = {
176 static const struct ts5500_dio ts5500_lcd[] = {
201 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_input()
220 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_get()
228 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_output()
250 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_set()
264 const struct ts5500_dio *block = priv->pinout; in ts5500_gpio_to_irq()
265 const struct ts5500_dio line = block[offset]; in ts5500_gpio_to_irq()