Searched refs:pwm_capture (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | pwm.h | 273 struct pwm_capture { struct 297 struct pwm_capture *result, unsigned long timeout); argument
|
| /linux/rust/kernel/ |
| H A D | pwm.rs | 193 _result: &mut bindings::pwm_capture, in capture() 338 res: *mut bindings::pwm_capture, in capture_callback() argument 191 capture( _chip: &Chip<Self>, _pwm: &Device, _result: &mut bindings::pwm_capture, _timeout: usize, _parent_dev: &device::Device<Bound>, ) -> Result capture() argument
|
| /linux/drivers/pwm/ |
| H A D | core.c | 909 static int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, in pwm_capture() function 1294 struct pwm_capture result; in capture_show() 1297 ret = pwm_capture(pwm, &result, jiffies_to_msecs(HZ)); in capture_show()
|
| H A D | pwm-sti.c | 296 struct pwm_capture *result, unsigned long timeout) in sti_pwm_capture()
|
| H A D | pwm-stm32.c | 534 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture()
|