Searched refs:msp_sleep (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | msp3400-kthreads.c | 502 msp_sleep(state, -1); in msp3400c_thread() 531 if (msp_sleep(state, 200)) in msp3400c_thread() 547 if (msp_sleep(state, 100)) in msp3400c_thread() 586 if (msp_sleep(state, 100)) in msp3400c_thread() 674 if (msp_sleep(state, count ? 1000 : 5000)) in msp3400c_thread() 697 msp_sleep(state, -1); in msp3410d_thread() 730 if (msp_sleep(state, 200)) in msp3410d_thread() 745 if (msp_sleep(state, 100)) in msp3410d_thread() 836 if (msp_sleep(state, count ? 1000 : 5000)) in msp3410d_thread() 994 msp_sleep(state, -1); in msp34xxg_thread() [all …]
|
D | msp3400-driver.h | 137 int msp_sleep(struct msp_state *state, int timeout);
|
D | msp3400-driver.c | 312 int msp_sleep(struct msp_state *state, int timeout) in msp_sleep() function
|