Lines Matching defs:gpios
40 * request all gpios required by the bus.
86 * the data gpios are used for reading and writing values, their directions
130 * read a byte value from the data gpios.
135 struct gpio_descs *gpios = ts_nbus->data;
140 ret = gpiod_get_value_cansleep(gpios->desc[i]);
151 * set the data gpios accordingly to the byte value.
155 struct gpio_descs *gpios = ts_nbus->data;
160 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values);
165 * send the data in the data gpios and return the read value.
179 * value in the data gpios.
210 /* set the data gpios direction as input before reading */
231 /* restore the data gpios direction as output after reading */