Searched refs:fsl_pwm_chip (Results 1 – 1 of 1) sorted by relevance
78 struct fsl_pwm_chip { struct93 static inline struct fsl_pwm_chip *to_fsl_chip(struct pwm_chip *chip) in to_fsl_chip() argument95 return container_of(chip, struct fsl_pwm_chip, chip); in to_fsl_chip()100 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_request()107 struct fsl_pwm_chip *fpc = to_fsl_chip(chip); in fsl_pwm_free()112 static int fsl_pwm_calculate_default_ps(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_default_ps()147 static unsigned long fsl_pwm_calculate_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_cycles()166 static unsigned long fsl_pwm_calculate_period_cycles(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period_cycles()183 static unsigned long fsl_pwm_calculate_period(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_period()218 static unsigned long fsl_pwm_calculate_duty(struct fsl_pwm_chip *fpc, in fsl_pwm_calculate_duty()[all …]