Lines Matching refs:pwm_chip
72 static void free_pwms(struct pwm_chip *chip) in free_pwms()
88 static struct pwm_chip *pwmchip_find_by_name(const char *name) in pwmchip_find_by_name()
90 struct pwm_chip *chip; in pwmchip_find_by_name()
136 of_pwm_xlate_with_flags(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_xlate_with_flags()
166 of_pwm_simple_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_simple_xlate()
190 static void of_pwmchip_add(struct pwm_chip *chip) in of_pwmchip_add()
203 static void of_pwmchip_remove(struct pwm_chip *chip) in of_pwmchip_remove()
263 int pwmchip_add_with_polarity(struct pwm_chip *chip, in pwmchip_add_with_polarity()
331 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
346 int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
426 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
622 static struct pwm_chip *of_node_to_pwmchip(struct device_node *np) in of_node_to_pwmchip()
624 struct pwm_chip *chip; in of_node_to_pwmchip()
662 struct pwm_chip *pc; in of_pwm_get()
766 struct pwm_chip *chip; in pwm_get()
980 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
1029 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()