Searched refs:pwm_capture (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pwm.h | 10 struct pwm_capture; 291 struct pwm_capture *result, unsigned long timeout); 344 struct pwm_capture { struct 443 int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, 503 static inline int pwm_capture(struct pwm_device *pwm, in pwm_capture() function 504 struct pwm_capture *result, in pwm_capture()
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | sysfs.c | 245 struct pwm_capture result; in capture_show() 248 ret = pwm_capture(pwm, &result, jiffies_to_msecs(HZ)); in capture_show()
|
| H A D | core.c | 671 int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, in pwm_capture() function 688 EXPORT_SYMBOL_GPL(pwm_capture);
|
| H A D | pwm-sti.c | 313 struct pwm_capture *result, unsigned long timeout) in sti_pwm_capture()
|
| H A D | pwm-stm32.c | 170 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture()
|