Searched refs:fsl_pwm_chip (Results 1 – 1 of 1) sorted by relevance
83 struct fsl_pwm_chip { struct101 static inline struct fsl_pwm_chip *to_fsl_chip(struct pwm_chip *chip) in to_fsl_chip() argument103 return container_of(chip, struct fsl_pwm_chip, chip); in to_fsl_chip()109 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_request()124 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_free()136 static int fsl_pwm_calculate_default_ps(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_default_ps()171 static unsigned long fsl_pwm_calculate_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_cycles()190 static unsigned long fsl_pwm_calculate_period_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period_cycles()207 static unsigned long fsl_pwm_calculate_period(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period()242 static unsigned long fsl_pwm_calculate_duty(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_duty()[all …]