Home
last modified time | relevance | path

Searched defs:pwmchip_dev (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/pwm/
Dcore.c497 static inline struct pwm_chip *pwmchip_from_dev(struct device *pwmchip_dev) in pwmchip_from_dev()
716 static int pwm_export_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_export_child()
760 static int pwm_unexport_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_unexport_child()
785 static ssize_t export_store(struct device *pwmchip_dev, in export_store()
813 static ssize_t unexport_store(struct device *pwmchip_dev, in unexport_store()
834 static ssize_t npwm_show(struct device *pwmchip_dev, struct device_attribute *attr, in npwm_show()
852 static struct pwm_export *pwm_class_get_state(struct device *pwmchip_dev, in pwm_class_get_state()
887 static int pwm_class_resume_npwm(struct device *pwmchip_dev, unsigned int npwm) in pwm_class_resume_npwm()
918 static int pwm_class_suspend(struct device *pwmchip_dev) in pwm_class_suspend()
959 static int pwm_class_resume(struct device *pwmchip_dev) in pwm_class_resume()
[all …]