Home
last modified time | relevance | path

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

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