Searched refs:devm_gpiod_put (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | devres.c | 324 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function 329 EXPORT_SYMBOL(devm_gpiod_put);
|
/Linux-v4.19/include/linux/gpio/ |
D | consumer.h | 96 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc); 281 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
|
/Linux-v4.19/drivers/power/reset/ |
D | ltc2952-poweroff.c | 240 devm_gpiod_put(&pdev->dev, data->gpio_trigger); in ltc2952_poweroff_init()
|
/Linux-v4.19/drivers/media/i2c/ |
D | mt9v111.c | 1256 devm_gpiod_put(mt9v111->dev, mt9v111->oe); in mt9v111_remove() 1257 devm_gpiod_put(mt9v111->dev, mt9v111->standby); in mt9v111_remove() 1258 devm_gpiod_put(mt9v111->dev, mt9v111->reset); in mt9v111_remove()
|
/Linux-v4.19/drivers/tty/serial/ |
D | serial_mctrl_gpio.c | 232 devm_gpiod_put(dev, gpios->gpio[i]); in mctrl_gpio_free()
|
D | st-asc.c | 561 devm_gpiod_put(port->dev, ascport->rts); in asc_set_termios()
|
/Linux-v4.19/sound/soc/omap/ |
D | rx51.c | 301 devm_gpiod_put(card->dev, pdata->jack_detection_gpio); in rx51_aic34_init()
|
/Linux-v4.19/Documentation/driver-model/ |
D | devres.txt | 256 devm_gpiod_put()
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | consumer.rst | 167 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
|