Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c80 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/drivers/gpio/
H A Dgpiolib-devres.c270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
275 EXPORT_SYMBOL_GPL(devm_gpiod_put);
/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c116 devm_gpiod_put(&x86_android_tablet_device->dev, gpiod); in x86_acpi_irq_helper_get()
436 devm_gpiod_put(&x86_android_tablet_device->dev, gpiod); in x86_android_tablet_probe()
/linux/include/linux/gpio/
H A Dconsumer.h105 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc);
309 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
/linux/drivers/power/reset/
H A Dltc2952-poweroff.c236 devm_gpiod_put(&pdev->dev, data->gpio_trigger); in ltc2952_poweroff_init()
/linux/drivers/fsi/
H A Dfsi-master-aspeed.c483 devm_gpiod_put(dev, gpio); in setup_cfam_reset()
532 devm_gpiod_put(dev, routing_gpio); in tacoma_cabled_fsi_fixup()
/linux/drivers/tty/serial/
H A Dserial_mctrl_gpio.c290 devm_gpiod_put(dev, gpios->gpio[i]); in mctrl_gpio_free()
H A Dst-asc.c600 devm_gpiod_put(port->dev, ascport->rts); in asc_set_termios()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst275 devm_gpiod_put()
/linux/drivers/bluetooth/
H A Dbtmtkuart.c910 devm_gpiod_put(&serdev->dev, bdev->boot); in btmtkuart_probe()
H A Dbtmtksdio.c1142 devm_gpiod_put(bdev->dev, bdev->reset); in btmtksdio_setup()
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst177 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c1768 devm_gpiod_put(&priv->spi->dev, priv->rx_int); in mcp251xfd_register_check_rx_int()