Searched refs:gpiod_set_raw_value (Results 1 – 21 of 21) sorted by relevance
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | gpio.h | 102 return gpiod_set_raw_value(gpio_to_desc(gpio), value); in __gpio_set_value()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | arche-apb-ctrl.c | 55 gpiod_set_raw_value(gpio, 1); in deassert_reset() 60 gpiod_set_raw_value(gpio, 0); in assert_reset()
|
| H A D | arche-platform.c | 89 gpiod_set_raw_value(gpio, onoff); in svc_reset_onoff()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-iop3xx.c | 77 gpiod_set_raw_value(iop3xx_adap->gpio_scl, 0); in iop3xx_i2c_enable() 79 gpiod_set_raw_value(iop3xx_adap->gpio_sda, 0); in iop3xx_i2c_enable()
|
| /OK3568_Linux_fs/kernel/drivers/w1/masters/ |
| H A D | w1-gpio.c | 33 gpiod_set_raw_value(pdata->gpiod, 1); in w1_gpio_set_pullup()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | rk860x-regulator.c | 173 gpiod_set_raw_value(di->vsel_gpio, !di->sleep_vsel_id); in rk860x_set_enable() 186 gpiod_set_raw_value(di->vsel_gpio, di->sleep_vsel_id); in rk860x_set_disable()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 132 void gpiod_set_raw_value(struct gpio_desc *desc, int value); 402 static inline void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 280 gpiod_set_raw_value(desc, 0); don't care low 281 gpiod_set_raw_value(desc, 1); don't care high 307 void gpiod_set_raw_value(struct gpio_desc *desc, int value)
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1185 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_exynosauto | 202 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_vivo | 620 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_generic | 832 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_db845c | 219 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_exynos | 864 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_imx | 425 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_qcom | 1007 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_mtk | 886 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_rockchip | 564 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_oplus | 1116 gpiod_set_raw_value
|
| H A D | abi_gki_aarch64_galaxy | 2052 gpiod_set_raw_value
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib.c | 3073 void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function 3080 EXPORT_SYMBOL_GPL(gpiod_set_raw_value);
|