Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dmsp3400-kthreads.c511 msp_sleep(state, -1); in msp3400c_thread()
540 if (msp_sleep(state, 200)) in msp3400c_thread()
556 if (msp_sleep(state, 100)) in msp3400c_thread()
593 if (msp_sleep(state, 100)) in msp3400c_thread()
679 if (msp_sleep(state, count ? 1000 : 5000)) in msp3400c_thread()
702 msp_sleep(state, -1); in msp3410d_thread()
735 if (msp_sleep(state, 200)) in msp3410d_thread()
750 if (msp_sleep(state, 100)) in msp3410d_thread()
841 if (msp_sleep(state, count ? 1000 : 5000)) in msp3410d_thread()
999 msp_sleep(state, -1); in msp34xxg_thread()
[all …]
Dmsp3400-driver.h131 int msp_sleep(struct msp_state *state, int timeout);
Dmsp3400-driver.c321 int msp_sleep(struct msp_state *state, int timeout) in msp_sleep() function