Home
last modified time | relevance | path

Searched refs:devm_gpiod_put (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpio/
Ddevres.c324 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/
Dconsumer.h96 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/
Dltc2952-poweroff.c240 devm_gpiod_put(&pdev->dev, data->gpio_trigger); in ltc2952_poweroff_init()
/Linux-v4.19/drivers/media/i2c/
Dmt9v111.c1256 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/
Dserial_mctrl_gpio.c232 devm_gpiod_put(dev, gpios->gpio[i]); in mctrl_gpio_free()
Dst-asc.c561 devm_gpiod_put(port->dev, ascport->rts); in asc_set_termios()
/Linux-v4.19/sound/soc/omap/
Drx51.c301 devm_gpiod_put(card->dev, pdata->jack_detection_gpio); in rx51_aic34_init()
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt256 devm_gpiod_put()
/Linux-v4.19/Documentation/driver-api/gpio/
Dconsumer.rst167 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)