Home
last modified time | relevance | path

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

/drivers/media/i2c/
Dmsp3400-driver.c672 int (*thread_func)(void *data) = NULL; in msp_probe() local
842 thread_func = msp3400c_thread; in msp_probe()
845 thread_func = msp3410d_thread; in msp_probe()
848 thread_func = msp34xxg_thread; in msp_probe()
853 if (thread_func) { in msp_probe()
854 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()