Searched refs:m_sec (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_fsm.c | 406 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 D | pltfm_ops_linux.h | 448 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 D | pltfm_ops_windows.h | 452 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 D | pltfm_ops_macos.h | 266 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
|
| H A D | pltfm_ops_none.h | 328 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 D | phl_cmd_fsm.c | 406 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 D | pltfm_ops_linux.h | 539 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 D | pltfm_ops_windows.h | 461 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 D | pltfm_ops_macos.h | 275 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
|
| H A D | pltfm_ops_none.h | 337 static __inline int _os_event_wait(void *h, _os_event *event, u32 m_sec) in _os_event_wait() argument
|