Searched refs:gpiod_set_raw_value_cansleep (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | gpio.h | 88 return gpiod_set_raw_value_cansleep(gpio_to_desc(gpio), value); in gpio_set_value_cansleep()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | madera-core.c | 277 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 D | arizona-core.c | 296 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 D | consumer.h | 154 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 D | rx51.c | 147 gpiod_set_raw_value_cansleep(pdata->speaker_amp_gpio, in rx51_spk_event()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 887 gpiod_set_raw_value_cansleep 2856 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_generic | 833 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_exynos | 865 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_imx | 426 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_qcom | 1008 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_rockchip | 565 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_oplus | 1117 gpiod_set_raw_value_cansleep
|
| H A D | abi_gki_aarch64_galaxy | 2053 gpiod_set_raw_value_cansleep
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-acpi.c | 1089 gpiod_set_raw_value_cansleep(desc, in acpi_gpio_adr_space_handler()
|
| H A D | gpiolib.c | 3524 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 D | consumer.rst | 309 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)
|