Lines Matching defs:gpios
43 * request all gpios required by the bus.
89 * the data gpios are used for reading and writing values, their directions
133 * read a byte value from the data gpios.
138 struct gpio_descs *gpios = ts_nbus->data;
143 ret = gpiod_get_value_cansleep(gpios->desc[i]);
154 * set the data gpios accordingly to the byte value.
158 struct gpio_descs *gpios = ts_nbus->data;
163 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values);
168 * send the data in the data gpios and return the read value.
182 * value in the data gpios.
213 /* set the data gpios direction as input before reading */
234 /* restore the data gpios direction as output after reading */