Searched refs:gpiod_set_array_value_cansleep (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/auxdisplay/ |
| H A D | hd44780.c | 73 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA0], NULL, values); in hd44780_write_gpio8() 90 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4() 99 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4() 166 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_cmd_raw_gpio4()
|
| /linux/drivers/pcmcia/ |
| H A D | sa1111_jornada720.c | 116 ret = gpiod_set_array_value_cansleep(J720_GPIO_MAX, j->gpio, in jornada720_pcmcia_configure_socket()
|
| H A D | max1600.c | 118 return gpiod_set_array_value_cansleep(n, m->gpio, NULL, values); in max1600_configure()
|
| /linux/drivers/iio/amplifiers/ |
| H A D | adl8113.c | 73 ret = gpiod_set_array_value_cansleep(st->gpios->ndescs, st->gpios->desc, in adl8113_set_path()
|
| /linux/drivers/gpio/ |
| H A D | gpio-aggregator.c | 398 ret = gpiod_set_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_set_multiple()
|
| H A D | gpiolib.c | 4551 int gpiod_set_array_value_cansleep(unsigned int array_size, in gpiod_set_array_value_cansleep() function 4563 EXPORT_SYMBOL_GPL(gpiod_set_array_value_cansleep);
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 359 int gpiod_set_array_value_cansleep(unsigned int array_size,
|