Searched refs:gpiod_set_raw_value_cansleep (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/asm-generic/ |
D | gpio.h | 88 return gpiod_set_raw_value_cansleep(gpio_to_desc(gpio), value); in gpio_set_value_cansleep()
|
/linux-6.1.9/drivers/mfd/ |
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()
|
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-6.1.9/include/linux/gpio/ |
D | consumer.h | 153 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value); 466 static inline void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, in gpiod_set_raw_value_cansleep() function
|
/linux-6.1.9/sound/soc/ti/ |
D | rx51.c | 147 gpiod_set_raw_value_cansleep(pdata->speaker_amp_gpio, in rx51_spk_event()
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib-acpi.c | 1186 gpiod_set_raw_value_cansleep(desc, !!(*value & BIT(i))); in acpi_gpio_adr_space_handler()
|
D | gpiolib.c | 3537 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value) in gpiod_set_raw_value_cansleep() function 3543 EXPORT_SYMBOL_GPL(gpiod_set_raw_value_cansleep);
|
/linux-6.1.9/Documentation/driver-api/gpio/ |
D | consumer.rst | 315 void gpiod_set_raw_value_cansleep(struct gpio_desc *desc, int value)
|