Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dcore.c1030 static inline struct pwm_chip *pwmchip_from_dev(struct device *pwmchip_dev) in pwmchip_from_dev() argument
1032 return container_of(pwmchip_dev, struct pwm_chip, dev); in pwmchip_from_dev()
1249 static int pwm_export_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_export_child() argument
1268 export->pwm_dev.parent = pwmchip_dev; in pwm_export_child()
1282 kobject_uevent_env(&pwmchip_dev->kobj, KOBJ_CHANGE, pwm_prop); in pwm_export_child()
1293 static int pwm_unexport_child(struct device *pwmchip_dev, struct pwm_device *pwm) in pwm_unexport_child() argument
1301 pwm_dev = device_find_child(pwmchip_dev, pwm, pwm_unexport_match); in pwm_unexport_child()
1307 kobject_uevent_env(&pwmchip_dev->kobj, KOBJ_CHANGE, pwm_prop); in pwm_unexport_child()
1318 static ssize_t export_store(struct device *pwmchip_dev, in export_store() argument
1322 struct pwm_chip *chip = pwmchip_from_dev(pwmchip_dev); in export_store()
[all …]