Home
last modified time | relevance | path

Searched refs:devm_gpiod_unhinge (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpio/
H A Dgpiolib-devres.c291 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge() function
309 EXPORT_SYMBOL_GPL(devm_gpiod_unhinge);
H A DTODO224 Remove devm_gpiod_unhinge()
226 devm_gpiod_unhinge() is provided as a way to transfer the ownership of managed
/linux/include/linux/gpio/
H A Dconsumer.h108 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc);
248 static inline void devm_gpiod_unhinge(struct device *dev, in devm_gpiod_unhinge() function
/linux/drivers/regulator/
H A Dtps65090-regulator.c483 devm_gpiod_unhinge(&pdev->dev, config.ena_gpiod); in tps65090_regulator_probe()
H A Dda9211-regulator.c421 devm_gpiod_unhinge(chip->dev, config.ena_gpiod); in da9211_regulator_init()
H A Dmax8973-regulator.c770 devm_gpiod_unhinge(&client->dev, config.ena_gpiod); in max8973_probe()
H A Ds5m8767.c893 devm_gpiod_unhinge(s5m8767->dev, config.ena_gpiod); in s5m8767_pmic_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst276 devm_gpiod_unhinge()
/linux/
H A DMAINTAINERS10497 K: devm_gpiod_unhinge