Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad7625.c78 struct pwm_waveform clk_gate_wf; member
179 struct pwm_waveform clk_gate_wf = { }, cnv_wf = { }; in ad7625_set_sampling_freq() local
199 clk_gate_wf.period_length_ns = cnv_wf.period_length_ns; in ad7625_set_sampling_freq()
201 clk_gate_wf.duty_length_ns = DIV_ROUND_UP_ULL((u64)NSEC_PER_SEC * in ad7625_set_sampling_freq()
206 clk_gate_wf.duty_offset_ns = st->info->timing_spec->conv_msb_ns; in ad7625_set_sampling_freq()
208 ret = pwm_round_waveform_might_sleep(st->clk_gate_pwm, &clk_gate_wf); in ad7625_set_sampling_freq()
213 st->clk_gate_wf = clk_gate_wf; in ad7625_set_sampling_freq()
428 &st->clk_gate_wf, false); in ad7625_buffer_preenable()