Searched refs:gpiod_set_array_value_cansleep (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/auxdisplay/ |
| H A D | hd44780.c | 74 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-6.15/drivers/bus/ |
| H A D | ts-nbus.c | 108 gpiod_set_array_value_cansleep(8, ts_nbus->data->desc, in ts_nbus_reset_bus() 154 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values); in ts_nbus_write_byte()
|
| /linux-6.15/drivers/net/mdio/ |
| H A D | mdio-mux-gpio.c | 33 gpiod_set_array_value_cansleep(s->gpios->ndescs, s->gpios->desc, in mdio_mux_gpio_switch_fn()
|
| /linux-6.15/include/linux/gpio/ |
| H A D | consumer.h | 145 int gpiod_set_array_value_cansleep(unsigned int array_size, 431 static inline int gpiod_set_array_value_cansleep(unsigned int array_size, in gpiod_set_array_value_cansleep() function 675 return gpiod_set_array_value_cansleep(descs->ndescs, descs->desc, in gpiod_multi_set_value_cansleep()
|
| /linux-6.15/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()
|
| H A D | soc_common.c | 364 gpiod_set_array_value_cansleep(n, descs, NULL, values); in soc_common_pcmcia_config_skt()
|
| /linux-6.15/drivers/i2c/muxes/ |
| H A D | i2c-mux-gpio.c | 32 gpiod_set_array_value_cansleep(mux->ngpios, mux->gpios, NULL, values); in i2c_mux_gpio_set()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-aggregator.c | 406 ret = gpiod_set_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_set_multiple()
|
| H A D | gpio-virtuser.c | 218 return gpiod_set_array_value_cansleep(descs->ndescs, in gpio_virtuser_set_array_value()
|
| H A D | gpiolib.c | 4355 int gpiod_set_array_value_cansleep(unsigned int array_size, in gpiod_set_array_value_cansleep() function 4367 EXPORT_SYMBOL_GPL(gpiod_set_array_value_cansleep);
|
| /linux-6.15/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 359 int gpiod_set_array_value_cansleep(unsigned int array_size,
|