Home
last modified time | relevance | path

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

/linux/drivers/misc/genwqe/
H A Dcard_base.h279 struct task_struct *card_thread; member
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c580 void *card_thread(void *data) in card_thread() function
648 ret = pthread_create(&card->thread, NULL, card_thread, card); in main()