Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-crc.c40 struct crystalcove_pwm { struct
45 static inline struct crystalcove_pwm *to_crc_pwm(struct pwm_chip *pc) in to_crc_pwm() argument
47 return container_of(pc, struct crystalcove_pwm, chip); in to_crc_pwm()
52 struct crystalcove_pwm *crc_pwm = to_crc_pwm(c); in crc_pwm_enable()
61 struct crystalcove_pwm *crc_pwm = to_crc_pwm(c); in crc_pwm_disable()
69 struct crystalcove_pwm *crc_pwm = to_crc_pwm(c); in crc_pwm_config()
107 struct crystalcove_pwm *pwm; in crystalcove_pwm_probe()
130 struct crystalcove_pwm *pwm = platform_get_drvdata(pdev); in crystalcove_pwm_remove()