Searched refs:lp3943_pwm (Results 1 – 1 of 1) sorted by relevance
25 struct lp3943_pwm { struct31 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) in to_lp3943_pwm() argument33 return container_of(_chip, struct lp3943_pwm, chip); in to_lp3943_pwm()37 lp3943_pwm_request_map(struct lp3943_pwm *lp3943_pwm, int hwpwm) in lp3943_pwm_request_map() argument39 struct lp3943_platform_data *pdata = lp3943_pwm->pdata; in lp3943_pwm_request_map()40 struct lp3943 *lp3943 = lp3943_pwm->lp3943; in lp3943_pwm_request_map()66 struct lp3943_pwm *lp3943_pwm = to_lp3943_pwm(chip); in lp3943_pwm_request() local69 pwm_map = lp3943_pwm_request_map(lp3943_pwm, pwm->hwpwm); in lp3943_pwm_request()76 static void lp3943_pwm_free_map(struct lp3943_pwm *lp3943_pwm, in lp3943_pwm_free_map() argument79 struct lp3943 *lp3943 = lp3943_pwm->lp3943; in lp3943_pwm_free_map()[all …]