Searched refs:of_pwm_get (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/pwm/ |
D | core.c | 805 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, in of_pwm_get() function 868 EXPORT_SYMBOL_GPL(of_pwm_get); 1011 return of_pwm_get(dev, dev->of_node, con_id); in pwm_get() 1193 pwm = of_pwm_get(dev, np, con_id); in devm_of_pwm_get() 1228 pwm = of_pwm_get(dev, to_of_node(fwnode), con_id); in devm_fwnode_pwm_get()
|
/Linux-v5.10/include/linux/ |
D | pwm.h | 407 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, 499 static inline struct pwm_device *of_pwm_get(struct device *dev, in of_pwm_get() function
|