Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dcore.c69 static int hidp_session_thread(void *arg);
1060 session->task = kthread_run(hidp_session_thread, session, in hidp_session_start_sync()
1264 static int hidp_session_thread(void *arg) in hidp_session_thread() function