Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-devres.c344 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc) in devm_gpiod_unhinge() function
362 EXPORT_SYMBOL_GPL(devm_gpiod_unhinge);
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h108 void devm_gpiod_unhinge(struct device *dev, struct gpio_desc *desc);
252 static inline void devm_gpiod_unhinge(struct device *dev, in devm_gpiod_unhinge() function
/OK3568_Linux_fs/kernel/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.c817 devm_gpiod_unhinge(&client->dev, config.ena_gpiod); in max8973_probe()
H A Ds5m8767.c969 devm_gpiod_unhinge(s5m8767->dev, config.ena_gpiod); in s5m8767_pmic_probe()
H A Ds2mps11.c1218 devm_gpiod_unhinge(&pdev->dev, config.ena_gpiod); in s2mps11_pmic_probe()
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Ddevres.rst276 devm_gpiod_unhinge()