Home
last modified time | relevance | path

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

/drivers/media/video/
Dmsp3400-driver.c853 int (*thread_func)(void *data) = NULL; in msp_probe() local
992 thread_func = msp3400c_thread; in msp_probe()
996 thread_func = msp3410d_thread; in msp_probe()
1000 thread_func = msp34xxg_thread; in msp_probe()
1006 if (thread_func) { in msp_probe()
1007 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()