Searched refs:pwm_waveform (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pwm/ |
H A D | core.c | 56 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 D | pwm-argon-fan-hat.c | 23 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 D | pwm-axi-pwmgen.c | 73 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 D | pwm-stm32.c | 64 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 D | spi-offload-trigger-pwm.c | 42 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 D | pwm.h | 50 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 D | ad7625.c | 78 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()
|