Searched refs:wf_req (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pwm/ |
| H A D | core.c | 248 struct pwm_waveform wf_req = *wf; in pwm_round_waveform_might_sleep() local 271 wf_req.duty_length_ns, wf_req.period_length_ns, wf_req.duty_offset_ns, ret_tohw); in pwm_round_waveform_might_sleep() 279 wf_req.duty_length_ns, wf_req.period_length_ns, wf_req.duty_offset_ns, ret_fromhw); in pwm_round_waveform_might_sleep() 282 (ret_tohw == 0) != pwm_check_rounding(&wf_req, wf)) in pwm_round_waveform_might_sleep() 284 wf_req.duty_length_ns, wf_req.period_length_ns, wf_req.duty_offset_ns, in pwm_round_waveform_might_sleep()
|