Lines Matching refs:pwm_chip

63 static void free_pwms(struct pwm_chip *chip)  in free_pwms()
79 static struct pwm_chip *pwmchip_find_by_name(const char *name) in pwmchip_find_by_name()
81 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()
165 of_pwm_simple_xlate(struct pwm_chip *pc, const struct of_phandle_args *args) in of_pwm_simple_xlate()
189 static void of_pwmchip_add(struct pwm_chip *chip) in of_pwmchip_add()
202 static void of_pwmchip_remove(struct pwm_chip *chip) in of_pwmchip_remove()
238 static bool pwm_ops_check(const struct pwm_chip *chip) in pwm_ops_check()
273 int pwmchip_add_with_polarity(struct pwm_chip *chip, in pwmchip_add_with_polarity()
340 int pwmchip_add(struct pwm_chip *chip) in pwmchip_add()
355 int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove()
433 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
471 struct pwm_chip *chip = pwm->chip; in pwm_apply_state_debug()
575 struct pwm_chip *chip; in pwm_apply_state()
742 static struct pwm_chip *of_node_to_pwmchip(struct device_node *np) in of_node_to_pwmchip()
744 struct pwm_chip *chip; in of_node_to_pwmchip()
811 struct pwm_chip *pc; in of_pwm_get()
871 static struct pwm_chip *device_to_pwmchip(struct device *dev) in device_to_pwmchip()
873 struct pwm_chip *chip; in device_to_pwmchip()
915 struct pwm_chip *chip; in acpi_pwm_get()
1002 struct pwm_chip *chip; in pwm_get()
1269 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show()
1318 struct pwm_chip *chip = list_entry(v, struct pwm_chip, list); in pwm_seq_show()