Home
last modified time | relevance | path

Searched refs:__devm_pwmchip_add (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dpwm.h481 int __devm_pwmchip_add(struct device *dev, struct pwm_chip *chip, struct module *owner);
482 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE)
/linux-6.14.4/drivers/pwm/
Dcore.c2160 int __devm_pwmchip_add(struct device *dev, struct pwm_chip *chip, struct module *owner) in __devm_pwmchip_add() function
2170 EXPORT_SYMBOL_GPL(__devm_pwmchip_add);