Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpwm.h642 void pwmchip_sysfs_unexport_children(struct pwm_chip *chip);
652 static inline void pwmchip_sysfs_unexport_children(struct pwm_chip *chip) in pwmchip_sysfs_unexport_children() function
/Linux-v4.19/drivers/pwm/
Dsysfs.c414 void pwmchip_sysfs_unexport_children(struct pwm_chip *chip) in pwmchip_sysfs_unexport_children() function
Dcore.c351 pwmchip_sysfs_unexport_children(chip); in pwmchip_remove()