Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpwm.h330 struct pwm_chip { struct
338 struct pwm_device * (*of_xlate)(struct pwm_chip *chip, argument
359 * @chip: The pwm_chip to test argument
/linux/drivers/pwm/
H A Dcore.c54 DEFINE_GUARD(pwmchip, struct pwm_chip *, pwmchip_lock(_T), pwmchip_unlock(_T)) in DEFINE_GUARD()