Searched refs:devm_gpiod_put (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/staging/greybus/ | 
| D | arche-apb-ctrl.c | 80 		devm_gpiod_put(dev, apb->spi_en);  in coldboot_seq()178 		devm_gpiod_put(dev, apb->spi_en);  in standby_boot_seq()
 202 		devm_gpiod_put(dev, apb->spi_en);  in poweroff_seq()
 
 | 
| /Linux-v5.10/drivers/gpio/ | 
| D | gpiolib-devres.c | 327 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)  in devm_gpiod_put()  function332 EXPORT_SYMBOL_GPL(devm_gpiod_put);
 
 | 
| /Linux-v5.10/drivers/power/reset/ | 
| D | ltc2952-poweroff.c | 229 			devm_gpiod_put(&pdev->dev, data->gpio_trigger);  in ltc2952_poweroff_init()
 | 
| /Linux-v5.10/include/linux/gpio/ | 
| D | consumer.h | 107 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc);314 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)  in devm_gpiod_put()  function
 
 | 
| /Linux-v5.10/drivers/fsi/ | 
| D | fsi-master-aspeed.c | 459 		devm_gpiod_put(dev, gpio);  in setup_cfam_reset()508 	devm_gpiod_put(dev, routing_gpio);  in tacoma_cabled_fsi_fixup()
 
 | 
| /Linux-v5.10/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-v5.10/drivers/tty/serial/ | 
| D | serial_mctrl_gpio.c | 250 			devm_gpiod_put(dev, gpios->gpio[i]);  in mctrl_gpio_free()
 | 
| D | st-asc.c | 556 			devm_gpiod_put(port->dev, ascport->rts);  in asc_set_termios()
 | 
| /Linux-v5.10/sound/soc/ti/ | 
| D | rx51.c | 288 	devm_gpiod_put(card->dev, pdata->jack_detection_gpio);  in rx51_aic34_init()
 | 
| /Linux-v5.10/Documentation/driver-api/driver-model/ | 
| D | devres.rst | 275   devm_gpiod_put()
 | 
| /Linux-v5.10/drivers/bluetooth/ | 
| D | btmtkuart.c | 1048 			devm_gpiod_put(&serdev->dev, bdev->boot);  in btmtkuart_probe()
 | 
| /Linux-v5.10/Documentation/driver-api/gpio/ | 
| D | consumer.rst | 169 	void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
 | 
| /Linux-v5.10/drivers/net/can/spi/mcp251xfd/ | 
| D | mcp251xfd-core.c | 2538 	devm_gpiod_put(&priv->spi->dev, priv->rx_int);  in mcp251xfd_register_check_rx_int()
 |