Home
last modified time | relevance | path

Searched refs:msp_sleep (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dmsp3400-kthreads.c516 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 …]
Dmsp3400-driver.h125 int msp_sleep(struct msp_state *state, int timeout);
Dmsp3400-driver.c298 int msp_sleep(struct msp_state *state, int timeout) in msp_sleep() function