Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib-devres.c329 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge() function
347 EXPORT_SYMBOL_GPL(devm_gpiod_unhinge);
H A DTODO216 Remove devm_gpiod_unhinge()
218 devm_gpiod_unhinge() is provided as a way to transfer the ownership of managed
/linux-6.15/include/linux/gpio/
H A Dconsumer.h108 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc);
245 static inline void devm_gpiod_unhinge(struct device *dev, in devm_gpiod_unhinge() function
/linux-6.15/drivers/regulator/
H A Dda9211-regulator.c421 devm_gpiod_unhinge(chip->dev, config.ena_gpiod); in da9211_regulator_init()
H A Dtps65090-regulator.c483 devm_gpiod_unhinge(&pdev->dev, config.ena_gpiod); in tps65090_regulator_probe()
H A Dmax8973-regulator.c770 devm_gpiod_unhinge(&client->dev, config.ena_gpiod); in max8973_probe()
H A Ds5m8767.c963 devm_gpiod_unhinge(s5m8767->dev, config.ena_gpiod); in s5m8767_pmic_probe()
H A Ds2mps11.c1290 devm_gpiod_unhinge(&pdev->dev, config.ena_gpiod); in s2mps11_pmic_probe()
/linux-6.15/Documentation/driver-api/driver-model/
H A Ddevres.rst276 devm_gpiod_unhinge()
/linux-6.15/
H A DMAINTAINERS10173 K: devm_gpiod_unhinge