Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-atmel-hlcdc.c40 struct atmel_hlcdc_pwm { struct
47 static inline struct atmel_hlcdc_pwm *to_atmel_hlcdc_pwm(struct pwm_chip *chip) in to_atmel_hlcdc_pwm() argument
49 return container_of(chip, struct atmel_hlcdc_pwm, chip); in to_atmel_hlcdc_pwm()
56 struct atmel_hlcdc_pwm *chip = to_atmel_hlcdc_pwm(c); in atmel_hlcdc_pwm_config()
143 struct atmel_hlcdc_pwm *chip = to_atmel_hlcdc_pwm(c); in atmel_hlcdc_pwm_set_polarity()
156 struct atmel_hlcdc_pwm *chip = to_atmel_hlcdc_pwm(c); in atmel_hlcdc_pwm_enable()
182 struct atmel_hlcdc_pwm *chip = to_atmel_hlcdc_pwm(c); in atmel_hlcdc_pwm_disable()
248 struct atmel_hlcdc_pwm *chip; in atmel_hlcdc_pwm_probe()
288 struct atmel_hlcdc_pwm *chip = platform_get_drvdata(pdev); in atmel_hlcdc_pwm_remove()