Home
last modified time | relevance | path

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

/linux/drivers/pwm/
A Dpwm-img.c97 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_config() local
156 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_enable() local
177 struct img_pwm_chip *pwm_chip = to_img_pwm_chip(chip); in img_pwm_disable() local
209 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_runtime_suspend() local
219 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_runtime_resume() local
328 struct img_pwm_chip *pwm_chip = platform_get_drvdata(pdev); in img_pwm_remove() local
342 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_suspend() local
364 struct img_pwm_chip *pwm_chip = dev_get_drvdata(dev); in img_pwm_resume() local
A Dpwm-hibvt.c192 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_probe() local
247 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_remove() local
A Dpwm-sl28cpld.c83 struct pwm_chip pwm_chip; member
/linux/include/linux/
A Dpwm.h300 struct pwm_chip { struct
306 struct pwm_device * (*of_xlate)(struct pwm_chip *pc, argument
308 unsigned int of_pwm_n_cells;
311 struct list_head list;
312 struct pwm_device *pwms;

Completed in 8 milliseconds