Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-hlcdc.c30 struct atmel_hlcdc_pwm { struct
37 static inline struct atmel_hlcdc_pwm *to_atmel_hlcdc_pwm(struct pwm_chip *chip) in to_atmel_hlcdc_pwm() argument
39 return container_of(chip, struct atmel_hlcdc_pwm, chip); in to_atmel_hlcdc_pwm()
45 struct atmel_hlcdc_pwm *atmel = to_atmel_hlcdc_pwm(chip); in atmel_hlcdc_pwm_apply()
187 struct atmel_hlcdc_pwm *atmel = dev_get_drvdata(dev); in atmel_hlcdc_pwm_suspend()
198 struct atmel_hlcdc_pwm *atmel = dev_get_drvdata(dev); in atmel_hlcdc_pwm_resume()
249 struct atmel_hlcdc_pwm *atmel; in atmel_hlcdc_pwm_probe()
285 struct atmel_hlcdc_pwm *atmel = platform_get_drvdata(pdev); in atmel_hlcdc_pwm_remove()