Home
last modified time | relevance | path

Searched refs:gpiod_set_raw_value (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dgpio.h102 return gpiod_set_raw_value(gpio_to_desc(gpio), value); in __gpio_set_value()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Darche-apb-ctrl.c55 gpiod_set_raw_value(gpio, 1); in deassert_reset()
60 gpiod_set_raw_value(gpio, 0); in assert_reset()
H A Darche-platform.c89 gpiod_set_raw_value(gpio, onoff); in svc_reset_onoff()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-iop3xx.c77 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 Dw1-gpio.c33 gpiod_set_raw_value(pdata->gpiod, 1); in w1_gpio_set_pullup()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Drk860x-regulator.c173 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 Dconsumer.h132 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 Dconsumer.rst280 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 Dabi_gki_aarch64_hikey9601185 gpiod_set_raw_value
H A Dabi_gki_aarch64_exynosauto202 gpiod_set_raw_value
H A Dabi_gki_aarch64_vivo620 gpiod_set_raw_value
H A Dabi_gki_aarch64_generic832 gpiod_set_raw_value
H A Dabi_gki_aarch64_db845c219 gpiod_set_raw_value
H A Dabi_gki_aarch64_exynos864 gpiod_set_raw_value
H A Dabi_gki_aarch64_imx425 gpiod_set_raw_value
H A Dabi_gki_aarch64_qcom1007 gpiod_set_raw_value
H A Dabi_gki_aarch64_mtk886 gpiod_set_raw_value
H A Dabi_gki_aarch64_rockchip564 gpiod_set_raw_value
H A Dabi_gki_aarch64_oplus1116 gpiod_set_raw_value
H A Dabi_gki_aarch64_galaxy2052 gpiod_set_raw_value
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.c3073 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);