Searched refs:msp_sleep (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/media/video/ |
D | msp3400-kthreads.c | 516 msp_sleep(state, -1); in msp3400c_thread() 545 if (msp_sleep(state, 200)) in msp3400c_thread() 561 if (msp_sleep(state, 100)) in msp3400c_thread() 598 if (msp_sleep(state, 100)) in msp3400c_thread() 683 if (msp_sleep(state, count ? 1000 : 5000)) in msp3400c_thread() 706 msp_sleep(state, -1); in msp3410d_thread() 739 if (msp_sleep(state, 200)) in msp3410d_thread() 754 if (msp_sleep(state, 100)) in msp3410d_thread() 846 if (msp_sleep(state, count ? 1000 : 5000)) in msp3410d_thread() 1004 msp_sleep(state, -1); in msp34xxg_thread() [all …]
|
D | msp3400-driver.h | 125 int msp_sleep(struct msp_state *state, int timeout);
|
D | msp3400-driver.c | 298 int msp_sleep(struct msp_state *state, int timeout) in msp_sleep() function
|