Searched refs:lp3943_pwm (Results 1 – 1 of 1) sorted by relevance
22 struct lp3943_pwm { struct28 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) in to_lp3943_pwm() argument30 return container_of(_chip, struct lp3943_pwm, chip); in to_lp3943_pwm()34 lp3943_pwm_request_map(struct lp3943_pwm *lp3943_pwm, int hwpwm) in lp3943_pwm_request_map() argument36 struct lp3943_platform_data *pdata = lp3943_pwm->pdata; in lp3943_pwm_request_map()37 struct lp3943 *lp3943 = lp3943_pwm->lp3943; in lp3943_pwm_request_map()63 struct lp3943_pwm *lp3943_pwm = to_lp3943_pwm(chip); in lp3943_pwm_request() local66 pwm_map = lp3943_pwm_request_map(lp3943_pwm, pwm->hwpwm); in lp3943_pwm_request()73 static void lp3943_pwm_free_map(struct lp3943_pwm *lp3943_pwm, in lp3943_pwm_free_map() argument76 struct lp3943 *lp3943 = lp3943_pwm->lp3943; in lp3943_pwm_free_map()[all …]