Searched refs:of_pwm_get (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/pwm/ |
| D | core.c | 677 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, in of_pwm_get() function 740 EXPORT_SYMBOL_GPL(of_pwm_get); 883 return of_pwm_get(dev, dev->of_node, con_id); in pwm_get() 1065 pwm = of_pwm_get(dev, np, con_id); in devm_of_pwm_get() 1100 pwm = of_pwm_get(dev, to_of_node(fwnode), con_id); in devm_fwnode_pwm_get()
|
| /Linux-v5.4/include/linux/ |
| D | pwm.h | 408 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, 500 static inline struct pwm_device *of_pwm_get(struct device *dev, in of_pwm_get() function
|