Lines Matching refs:pwm_chip
53 static void free_pwms(struct pwm_chip *chip) in free_pwms()
69 static struct pwm_chip *pwmchip_find_by_name(const char *name) in pwmchip_find_by_name()
71 struct pwm_chip *chip; in pwmchip_find_by_name()
125 of_pwm_xlate_with_flags(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_xlate_with_flags()
156 of_pwm_single_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_single_xlate()
181 static void of_pwmchip_add(struct pwm_chip *chip) in of_pwmchip_add()
200 static void of_pwmchip_remove(struct pwm_chip *chip) in of_pwmchip_remove()
236 static bool pwm_ops_check(const struct pwm_chip *chip) in pwm_ops_check()
258 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
323 void pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
342 struct pwm_chip *chip = data; in devm_pwmchip_remove()
347 int devm_pwmchip_add(struct device *dev, struct pwm_chip *chip) in devm_pwmchip_add()
406 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
444 struct pwm_chip *chip = pwm->chip; in pwm_apply_state_debug()
548 struct pwm_chip *chip; in pwm_apply_state()
674 static struct pwm_chip *fwnode_to_pwmchip(struct fwnode_handle *fwnode) in fwnode_to_pwmchip()
676 struct pwm_chip *chip; in fwnode_to_pwmchip()
743 struct pwm_chip *pc; in of_pwm_get()
822 struct pwm_chip *chip; in acpi_pwm_get()
905 struct pwm_chip *chip; in pwm_get()
1107 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
1159 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()