Home
last modified time | relevance | path

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

/Linux-v5.4/samples/mic/mpssd/
Dmpssd.c35 static void *init_mic(void *arg);
1518 init_mic(mic); in mic_config()
1611 init_mic(void *arg) in init_mic() function
1715 err = pthread_create(&mic->init_thread, NULL, init_mic, mic); in start_daemon()