Searched refs:devm_gpiod_put (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-devres.c262 * devm_gpiod_put - Resource-managed gpiod_put()
270 void devm_gpiod_put(struct device *dev, struct gpio_desc *desc) function
275 EXPORT_SYMBOL_GPL(devm_gpiod_put); variable
/linux-master/drivers/staging/greybus/
H A Darche-apb-ctrl.c80 devm_gpiod_put(dev, apb->spi_en);
178 devm_gpiod_put(dev, apb->spi_en);
202 devm_gpiod_put(dev, apb->spi_en);
/linux-master/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) function
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dcore.c118 devm_gpiod_put(&x86_android_tablet_device->dev, gpiod);
438 devm_gpiod_put(&x86_android_tablet_device->dev, gpiod);
/linux-master/drivers/power/reset/
H A Dltc2952-poweroff.c236 devm_gpiod_put(&pdev->dev, data->gpio_trigger);
/linux-master/drivers/fsi/
H A Dfsi-master-aspeed.c483 devm_gpiod_put(dev, gpio);
532 devm_gpiod_put(dev, routing_gpio);
/linux-master/drivers/tty/serial/
H A Dserial_mctrl_gpio.c290 devm_gpiod_put(dev, gpios->gpio[i]);
H A Dst-asc.c600 devm_gpiod_put(port->dev, ascport->rts);
/linux-master/drivers/bluetooth/
H A Dbtmtkuart.c910 devm_gpiod_put(&serdev->dev, bdev->boot);
H A Dbtmtksdio.c1142 devm_gpiod_put(bdev->dev, bdev->reset);
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c1768 devm_gpiod_put(&priv->spi->dev, priv->rx_int);

Completed in 173 milliseconds