Lines Matching refs:pwm_chip
72 static void free_pwms(struct pwm_chip *chip) in free_pwms()
87 static struct pwm_chip *pwmchip_find_by_name(const char *name) in pwmchip_find_by_name()
89 struct pwm_chip *chip; in pwmchip_find_by_name()
135 of_pwm_xlate_with_flags(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_xlate_with_flags()
161 of_pwm_simple_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_simple_xlate()
180 static void of_pwmchip_add(struct pwm_chip *chip) in of_pwmchip_add()
193 static void of_pwmchip_remove(struct pwm_chip *chip) in of_pwmchip_remove()
240 int pwmchip_add_with_polarity(struct pwm_chip *chip, in pwmchip_add_with_polarity()
304 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
319 int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
397 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
534 static struct pwm_chip *of_node_to_pwmchip(struct device_node *np) in of_node_to_pwmchip()
536 struct pwm_chip *chip; in of_node_to_pwmchip()
574 struct pwm_chip *pc; in of_pwm_get()
683 struct pwm_chip *chip = NULL; in pwm_get()
897 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
938 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()