Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/hidp/
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