Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_fsm.c406 static int wait_completion(void *d, struct phl_cmd_job *job, int m_sec) in wait_completion() argument
408 job->wait.max_wait_time = m_sec; in wait_completion()
414 return _os_event_wait(d, &(job->wait.done), m_sec); in wait_completion()
H A Dpltfm_ops_linux.h448 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
452 if (m_sec) { in _os_event_wait()
453 expire = msecs_to_jiffies(m_sec); in _os_event_wait()
H A Dpltfm_ops_windows.h452 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
454 return PlatformWaitEvent(event, m_sec); in _os_event_wait()
H A Dpltfm_ops_macos.h266 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
H A Dpltfm_ops_none.h328 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_fsm.c406 static int wait_completion(void *d, struct phl_cmd_job *job, int m_sec) in wait_completion() argument
408 job->wait.max_wait_time = m_sec; in wait_completion()
414 return _os_event_wait(d, &(job->wait.done), m_sec); in wait_completion()
H A Dpltfm_ops_linux.h539 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
543 if (m_sec) { in _os_event_wait()
544 expire = msecs_to_jiffies(m_sec); in _os_event_wait()
H A Dpltfm_ops_windows.h461 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
463 return PlatformWaitEvent(event, m_sec); in _os_event_wait()
H A Dpltfm_ops_macos.h275 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
H A Dpltfm_ops_none.h337 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument