Searched full:breakinput (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pwm/ |
| D | pwm-stm32.txt | 13 - st,breakinput: One or two <index level filter> to describe break input configurations. 33 st,breakinput = <0 1 5>;
|
| /kernel/linux/linux-4.19/drivers/pwm/ |
| D | pwm-stm32.c | 518 struct stm32_breakinput breakinput[MAX_BREAKINPUT]; in stm32_pwm_apply_breakinputs() local 521 nb = of_property_count_elems_of_size(np, "st,breakinput", in stm32_pwm_apply_breakinputs() 525 * Because "st,breakinput" parameter is optional do not make probe in stm32_pwm_apply_breakinputs() 535 ret = of_property_read_u32_array(np, "st,breakinput", in stm32_pwm_apply_breakinputs() 536 (u32 *)breakinput, array_size); in stm32_pwm_apply_breakinputs() 542 breakinput[i].index, in stm32_pwm_apply_breakinputs() 543 breakinput[i].level, in stm32_pwm_apply_breakinputs() 544 breakinput[i].filter); in stm32_pwm_apply_breakinputs()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | st,stm32-timers.yaml | 66 st,breakinput: 150 st,breakinput = <0 1 5>;
|
| /kernel/linux/linux-5.10/drivers/pwm/ |
| D | pwm-stm32.c | 533 nb = of_property_count_elems_of_size(np, "st,breakinput", in stm32_pwm_probe_breakinputs() 537 * Because "st,breakinput" parameter is optional do not make probe in stm32_pwm_probe_breakinputs() 548 ret = of_property_read_u32_array(np, "st,breakinput", in stm32_pwm_probe_breakinputs() 693 /* restore breakinput registers that may have been lost in low power */ in stm32_pwm_resume()
|