Home
last modified time | relevance | path

Searched refs:gpiod_set_array_value_cansleep (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/auxdisplay/
H A Dhd44780.c73 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 Dsa1111_jornada720.c116 ret = gpiod_set_array_value_cansleep(J720_GPIO_MAX, j->gpio, in jornada720_pcmcia_configure_socket()
H A Dmax1600.c118 return gpiod_set_array_value_cansleep(n, m->gpio, NULL, values); in max1600_configure()
/linux/drivers/iio/amplifiers/
H A Dadl8113.c73 ret = gpiod_set_array_value_cansleep(st->gpios->ndescs, st->gpios->desc, in adl8113_set_path()
/linux/drivers/gpio/
H A Dgpio-aggregator.c398 ret = gpiod_set_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_set_multiple()
H A Dgpiolib.c4551 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 Dconsumer.rst359 int gpiod_set_array_value_cansleep(unsigned int array_size,