Searched refs:ehrpwm_pwm_chip (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pwm/
H A Dpwm-tiehrpwm.c126 struct ehrpwm_pwm_chip { struct
136 static inline struct ehrpwm_pwm_chip *to_ehrpwm_pwm_chip(struct pwm_chip *chip) to_ehrpwm_pwm_chip()
138 return container_of(chip, struct ehrpwm_pwm_chip, chip); to_ehrpwm_pwm_chip()
199 static void configure_polarity(struct ehrpwm_pwm_chip *pc, int chan) configure_polarity()
239 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); ehrpwm_pwm_config()
326 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); ehrpwm_pwm_set_polarity()
335 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); ehrpwm_pwm_enable()
375 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); ehrpwm_pwm_disable()
408 struct ehrpwm_pwm_chip *pc = to_ehrpwm_pwm_chip(chip); ehrpwm_pwm_free()
439 struct ehrpwm_pwm_chip *pc; ehrpwm_pwm_probe()
515 struct ehrpwm_pwm_chip *pc = platform_get_drvdata(pdev); ehrpwm_pwm_remove()
533 static void ehrpwm_pwm_save_context(struct ehrpwm_pwm_chip *pc) ehrpwm_pwm_save_context()
547 static void ehrpwm_pwm_restore_context(struct ehrpwm_pwm_chip *pc) ehrpwm_pwm_restore_context()
561 struct ehrpwm_pwm_chip *pc = dev_get_drvdata(dev); ehrpwm_pwm_suspend()
579 struct ehrpwm_pwm_chip *pc = dev_get_drvdata(dev); ehrpwm_pwm_resume()

Completed in 76 milliseconds