Home
last modified time | relevance | path

Searched refs:pwm_waveform (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pwm/
H A Dcore.c56 static bool pwm_wf_valid(const struct pwm_waveform *wf) in DEFINE_GUARD()
80 static void pwm_wf2state(const struct pwm_waveform *wf, struct pwm_state *state) in pwm_wf2state()
104 static void pwm_state2wf(const struct pwm_state *state, struct pwm_waveform *wf) in pwm_state2wf()
108 *wf = (struct pwm_waveform){ in pwm_state2wf()
114 *wf = (struct pwm_waveform){ in pwm_state2wf()
120 *wf = (struct pwm_waveform){ in pwm_state2wf()
126 static int pwmwfcmp(const struct pwm_waveform *a, const struct pwm_waveform *b) in pwmwfcmp()
149 static bool pwm_check_rounding(const struct pwm_waveform *wf, in pwm_check_rounding()
150 const struct pwm_waveform *wf_rounde in pwm_check_rounding()
[all...]
H A Dpwm-argon-fan-hat.c23 const struct pwm_waveform *wf, in argon_fan_hat_round_waveform_tohw()
39 struct pwm_waveform *wf) in argon_fan_hat_round_waveform_fromhw()
H A Dpwm-axi-pwmgen.c73 const struct pwm_waveform *wf, in axi_pwmgen_round_waveform_tohw()
122 const void *_wfhw, struct pwm_waveform *wf) in axi_pwmgen_round_waveform_fromhw()
H A Dpwm-stm32.c64 const struct pwm_waveform *wf, in stm32_pwm_round_waveform_tohw()
213 struct pwm_waveform *wf) in stm32_pwm_round_waveform_fromhw()
241 *wf = (struct pwm_waveform){ in stm32_pwm_round_waveform_fromhw()
/linux/drivers/spi/
H A Dspi-offload-trigger-pwm.c42 struct pwm_waveform wf = { }; in spi_offload_trigger_pwm_validate()
69 struct pwm_waveform wf = { }; in spi_offload_trigger_pwm_enable()
87 struct pwm_waveform wf; in spi_offload_trigger_pwm_disable()
/linux/include/trace/events/
H A Dpwm.h50 TP_PROTO_pwm(const struct pwm_waveform *wf, void *wfhw, int err),
72 TP_PROTO_pwm(const void *wfhw, struct pwm_waveform *wf, int err),
/linux/drivers/iio/adc/
H A Dad7625.c78 struct pwm_waveform clk_gate_wf;
79 struct pwm_waveform cnv_wf;
179 struct pwm_waveform clk_gate_wf = { }, cnv_wf = { }; in ad7625_set_sampling_freq()