Home
last modified time | relevance | path

Searched refs:devm_of_pwm_get (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dpwm.h424 struct pwm_device *devm_of_pwm_get(struct device *dev, struct device_node *np,
522 static inline struct pwm_device *devm_of_pwm_get(struct device *dev, in devm_of_pwm_get() function
/Linux-v5.15/drivers/pwm/
Dcore.c1111 struct pwm_device *devm_of_pwm_get(struct device *dev, struct device_node *np, in devm_of_pwm_get() function
1127 EXPORT_SYMBOL_GPL(devm_of_pwm_get);
/Linux-v5.15/drivers/hwmon/
Dpwm-fan.c315 ctx->pwm = devm_of_pwm_get(dev, dev->of_node, NULL); in pwm_fan_probe()
/Linux-v5.15/Documentation/driver-api/
Dpwm.rst43 variants of the getter, devm_pwm_get(), devm_of_pwm_get(),
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddevres.rst403 devm_of_pwm_get()