Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dcore.c658 struct pwm_device *of_pwm_get(struct device_node *np, const char *con_id) in of_pwm_get() function
711 EXPORT_SYMBOL_GPL(of_pwm_get);
774 return of_pwm_get(dev->of_node, con_id); in pwm_get()
943 pwm = of_pwm_get(np, con_id); in devm_of_pwm_get()
/linux-4.19.296/include/linux/
Dpwm.h445 struct pwm_device *of_pwm_get(struct device_node *np, const char *con_id);
539 static inline struct pwm_device *of_pwm_get(struct device_node *np, in of_pwm_get() function