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.c74 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA0], NULL, values); in hd44780_write_gpio8()
91 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4()
100 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4()
167 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()
H A Dsoc_common.c364 gpiod_set_array_value_cansleep(n, descs, NULL, values); in soc_common_pcmcia_config_skt()
/linux/drivers/gpio/
H A Dgpio-aggregator.c401 ret = gpiod_set_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_set_multiple()
H A Dgpiolib.c4428 int gpiod_set_array_value_cansleep(unsigned int array_size, in gpiod_set_array_value_cansleep() function
4440 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,