Home
last modified time | relevance | path

Searched refs:gpiod_set_raw_value_cansleep (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dgpio.h88 return gpiod_set_raw_value_cansleep(gpio_to_desc(gpio), value); in gpio_set_value_cansleep()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmadera-core.c277 gpiod_set_raw_value_cansleep(madera->pdata.reset, 0); in madera_enable_hard_reset()
282 gpiod_set_raw_value_cansleep(madera->pdata.reset, 1); in madera_disable_hard_reset()
H A Darizona-core.c296 gpiod_set_raw_value_cansleep(arizona->pdata.reset, 0); in arizona_enable_reset()
312 gpiod_set_raw_value_cansleep(arizona->pdata.reset, 1); in arizona_disable_reset()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h154 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value);
461 static inline void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, in gpiod_set_raw_value_cansleep() function
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Drx51.c147 gpiod_set_raw_value_cansleep(pdata->speaker_amp_gpio, in rx51_spk_event()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk887 gpiod_set_raw_value_cansleep
2856 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_generic833 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_exynos865 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_imx426 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_qcom1008 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_rockchip565 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_oplus1117 gpiod_set_raw_value_cansleep
H A Dabi_gki_aarch64_galaxy2053 gpiod_set_raw_value_cansleep
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c1089 gpiod_set_raw_value_cansleep(desc, in acpi_gpio_adr_space_handler()
H A Dgpiolib.c3524 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value) in gpiod_set_raw_value_cansleep() function
3530 EXPORT_SYMBOL_GPL(gpiod_set_raw_value_cansleep);
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dconsumer.rst309 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)