Searched refs:gpiod_set_raw_value_cansleep (Results 1 – 11 of 11) sorted by relevance
| /linux/include/asm-generic/ |
| A D | gpio.h | 88 return gpiod_set_raw_value_cansleep(gpio_to_desc(gpio), value); in gpio_set_value_cansleep()
|
| /linux/drivers/mfd/ |
| A D | madera-core.c | 280 gpiod_set_raw_value_cansleep(madera->pdata.reset, 0); in madera_enable_hard_reset() 285 gpiod_set_raw_value_cansleep(madera->pdata.reset, 1); in madera_disable_hard_reset()
|
| 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()
|
| /linux/include/linux/gpio/ |
| 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
|
| /linux/sound/soc/ti/ |
| A D | rx51.c | 147 gpiod_set_raw_value_cansleep(pdata->speaker_amp_gpio, in rx51_spk_event()
|
| /linux/drivers/gpio/ |
| A D | gpiolib-acpi.c | 1164 gpiod_set_raw_value_cansleep(desc, !!(*value & BIT(i))); in acpi_gpio_adr_space_handler()
|
| A D | gpiolib.c | 3390 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value) in gpiod_set_raw_value_cansleep() function 3396 EXPORT_SYMBOL_GPL(gpiod_set_raw_value_cansleep);
|
| /linux/Documentation/driver-api/gpio/ |
| A D | consumer.rst | 315 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)
|
| /linux/ |
| A D | vmlinux.symvers | 10979 0x00000000 gpiod_set_raw_value_cansleep vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 20123 ffff80001056f830 T gpiod_set_raw_value_cansleep
|
| A D | .tmp_System.map | 20123 ffff80001056f830 T gpiod_set_raw_value_cansleep
|
Completed in 920 milliseconds