Home
last modified time | relevance | path

Searched refs:devm_pwm_put (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dpwm.h451 void devm_pwm_put(struct device *dev, struct pwm_device *pwm);
562 static inline void devm_pwm_put(struct device *dev, struct pwm_device *pwm) in devm_pwm_put() function
/Linux-v4.19/drivers/pwm/
Dcore.c973 void devm_pwm_put(struct device *dev, struct pwm_device *pwm) in devm_pwm_put() function
977 EXPORT_SYMBOL_GPL(devm_pwm_put);
/Linux-v4.19/Documentation/
Dpwm.txt43 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt376 devm_pwm_put()