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()
232 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
291 int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
366 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
478 static struct pwm_chip *of_node_to_pwmchip(struct device_node *np) in of_node_to_pwmchip()
480 struct pwm_chip *chip; in of_node_to_pwmchip()
515 struct pwm_chip *pc; in of_pwm_get()
604 struct pwm_chip *chip = NULL; in pwm_get()
810 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
851 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()