Searched refs:fsl_pwm_chip (Results 1 – 1 of 1) sorted by relevance
78 struct fsl_pwm_chip { struct94 static inline struct fsl_pwm_chip *to_fsl_chip(struct pwm_chip *chip) in to_fsl_chip() argument96 return container_of(chip, struct fsl_pwm_chip, chip); in to_fsl_chip()101 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_request()108 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_free()113 static int fsl_pwm_calculate_default_ps(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_default_ps()148 static unsigned long fsl_pwm_calculate_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_cycles()167 static unsigned long fsl_pwm_calculate_period_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period_cycles()184 static unsigned long fsl_pwm_calculate_period(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period()219 static unsigned long fsl_pwm_calculate_duty(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_duty()[all …]