Searched refs:of_pwm_get (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/pwm/ |
D | core.c | 763 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, in of_pwm_get() function 826 EXPORT_SYMBOL_GPL(of_pwm_get); 941 return of_pwm_get(dev, to_of_node(fwnode), con_id); in pwm_get() 1117 pwm = of_pwm_get(dev, np, con_id); in devm_of_pwm_get() 1149 pwm = of_pwm_get(dev, to_of_node(fwnode), con_id); in devm_fwnode_pwm_get()
|
/Linux-v5.15/include/linux/ |
D | pwm.h | 419 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, 505 static inline struct pwm_device *of_pwm_get(struct device *dev, in of_pwm_get() function
|