Searched refs:of_pwm_get (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | core.c | 809 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, in of_pwm_get() function 872 EXPORT_SYMBOL_GPL(of_pwm_get); 1015 return of_pwm_get(dev, dev->of_node, con_id); in pwm_get() 1197 pwm = of_pwm_get(dev, np, con_id); in devm_of_pwm_get() 1232 pwm = of_pwm_get(dev, to_of_node(fwnode), con_id); in devm_fwnode_pwm_get()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pwm.h | 460 struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, 557 static inline struct pwm_device *of_pwm_get(struct device *dev, in of_pwm_get() function
|