Searched refs:thread_func (Results 1 – 1 of 1) sorted by relevance
672 int (*thread_func)(void *data) = NULL; in msp_probe() local842 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()