Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpwm.h223 void devm_pwm_put(struct device *dev, struct pwm_device *pwm);
288 static inline void devm_pwm_put(struct device *dev, struct pwm_device *pwm) in devm_pwm_put() function
/linux-4.4.14/drivers/pwm/
Dcore.c878 void devm_pwm_put(struct device *dev, struct pwm_device *pwm) in devm_pwm_put() function
882 EXPORT_SYMBOL_GPL(devm_pwm_put);
/linux-4.4.14/Documentation/
Dpwm.txt41 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt329 devm_pwm_put()