Lines Matching refs:pwm_chip
60 static void free_pwms(struct pwm_chip *chip) in free_pwms()
76 static struct pwm_chip *pwmchip_find_by_name(const char *name) in pwmchip_find_by_name()
78 struct pwm_chip *chip; in pwmchip_find_by_name()
124 of_pwm_xlate_with_flags(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_xlate_with_flags()
154 of_pwm_simple_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_simple_xlate()
178 static void of_pwmchip_add(struct pwm_chip *chip) in of_pwmchip_add()
191 static void of_pwmchip_remove(struct pwm_chip *chip) in of_pwmchip_remove()
251 int pwmchip_add_with_polarity(struct pwm_chip *chip, in pwmchip_add_with_polarity()
321 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
336 int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
414 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
455 struct pwm_chip *chip; in pwm_apply_state()
614 static struct pwm_chip *of_node_to_pwmchip(struct device_node *np) in of_node_to_pwmchip()
616 struct pwm_chip *chip; in of_node_to_pwmchip()
683 struct pwm_chip *pc; in of_pwm_get()
743 static struct pwm_chip *device_to_pwmchip(struct device *dev) in device_to_pwmchip()
745 struct pwm_chip *chip; in device_to_pwmchip()
787 struct pwm_chip *chip; in acpi_pwm_get()
874 struct pwm_chip *chip; in pwm_get()
1141 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
1190 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()