Searched refs:devm_gpiod_put (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/staging/greybus/ |
H A 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()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-devres.c | 270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function 275 EXPORT_SYMBOL_GPL(devm_gpiod_put);
|
/openbmc/linux/include/linux/gpio/ |
H A D | consumer.h | 105 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc); 310 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
|
/openbmc/linux/drivers/power/reset/ |
H A D | ltc2952-poweroff.c | 236 devm_gpiod_put(&pdev->dev, data->gpio_trigger); in ltc2952_poweroff_init()
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-master-aspeed.c | 483 devm_gpiod_put(dev, gpio); in setup_cfam_reset() 532 devm_gpiod_put(dev, routing_gpio); in tacoma_cabled_fsi_fixup()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | serial_mctrl_gpio.c | 290 devm_gpiod_put(dev, gpios->gpio[i]); in mctrl_gpio_free()
|
H A D | st-asc.c | 521 devm_gpiod_put(port->dev, ascport->rts); in asc_set_termios()
|
/openbmc/linux/sound/soc/ti/ |
H A D | rx51.c | 288 devm_gpiod_put(card->dev, pdata->jack_detection_gpio); in rx51_aic34_init()
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | devres.rst | 275 devm_gpiod_put()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtkuart.c | 910 devm_gpiod_put(&serdev->dev, bdev->boot); in btmtkuart_probe()
|
H A D | btmtksdio.c | 1135 devm_gpiod_put(bdev->dev, bdev->reset); in btmtksdio_setup()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 173 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-core.c | 1782 devm_gpiod_put(&priv->spi->dev, priv->rx_int); in mcp251xfd_register_check_rx_int()
|