Home
last modified time | relevance | path

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

/drivers/auxdisplay/
Dhd44780.c72 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA0], NULL, values); in hd44780_write_gpio8()
89 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4()
98 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_gpio4()
154 gpiod_set_array_value_cansleep(n, &hd->pins[PIN_DATA4], NULL, values); in hd44780_write_cmd_raw_gpio4()
/drivers/bus/
Dts-nbus.c117 gpiod_set_array_value_cansleep(8, ts_nbus->data->desc, in ts_nbus_reset_bus()
163 gpiod_set_array_value_cansleep(8, gpios->desc, gpios->info, values); in ts_nbus_write_byte()
/drivers/net/mdio/
Dmdio-mux-gpio.c33 gpiod_set_array_value_cansleep(s->gpios->ndescs, s->gpios->desc, in mdio_mux_gpio_switch_fn()
/drivers/mux/
Dgpio.c29 gpiod_set_array_value_cansleep(mux_gpio->gpios->ndescs, in mux_gpio_set()
/drivers/pcmcia/
Dsa1111_jornada720.c116 ret = gpiod_set_array_value_cansleep(J720_GPIO_MAX, j->gpio, in jornada720_pcmcia_configure_socket()
Dmax1600.c118 return gpiod_set_array_value_cansleep(n, m->gpio, NULL, values); in max1600_configure()
Dsoc_common.c367 gpiod_set_array_value_cansleep(n, descs, NULL, values); in soc_common_pcmcia_config_skt()
/drivers/mmc/core/
Dpwrseq_simple.c54 gpiod_set_array_value_cansleep(nvalues, reset_gpios->desc, in mmc_pwrseq_simple_set_gpios_value()
/drivers/iio/amplifiers/
Dhmc425a.c52 gpiod_set_array_value_cansleep(st->gpios->ndescs, st->gpios->desc, in hmc425a_write()
/drivers/i2c/muxes/
Di2c-mux-gpio.c31 gpiod_set_array_value_cansleep(mux->ngpios, mux->gpios, NULL, values); in i2c_mux_gpio_set()
/drivers/gpio/
Dgpio-max3191x.c328 gpiod_set_array_value_cansleep(ndescs, desc, info, values); in gpiod_set_array_single_value_cansleep()
Dgpio-aggregator.c414 gpiod_set_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_set_multiple()
Dgpiolib.c3602 int gpiod_set_array_value_cansleep(unsigned int array_size, in gpiod_set_array_value_cansleep() function
3614 EXPORT_SYMBOL_GPL(gpiod_set_array_value_cansleep);
/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c180 gpiod_set_array_value_cansleep(PHY_MDM6600_NR_CMD_LINES, in phy_mdm6600_cmd()