Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/greybus/
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-v5.4/drivers/gpio/
Dgpiolib-devres.c342 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
347 EXPORT_SYMBOL_GPL(devm_gpiod_put);
/Linux-v5.4/include/linux/gpio/
Dconsumer.h106 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc);
305 static inline void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) in devm_gpiod_put() function
/Linux-v5.4/drivers/power/reset/
Dltc2952-poweroff.c230 devm_gpiod_put(&pdev->dev, data->gpio_trigger); in ltc2952_poweroff_init()
/Linux-v5.4/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-v5.4/drivers/tty/serial/
Dserial_mctrl_gpio.c250 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-v5.4/sound/soc/ti/
Drx51.c288 devm_gpiod_put(card->dev, pdata->jack_detection_gpio); in rx51_aic34_init()
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevres.rst273 devm_gpiod_put()
/Linux-v5.4/drivers/bluetooth/
Dbtmtkuart.c1051 devm_gpiod_put(&serdev->dev, bdev->boot); in btmtkuart_probe()
/Linux-v5.4/drivers/spi/
Dspi-sh-msiof.c1145 devm_gpiod_put(dev, gpiod); in sh_msiof_get_cs_gpios()
/Linux-v5.4/Documentation/driver-api/gpio/
Dconsumer.rst169 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc)