Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c69 static int hidp_session_thread(void *arg);
1059 session->task = kthread_run(hidp_session_thread, session, in hidp_session_start_sync()
1263 static int hidp_session_thread(void *arg) in hidp_session_thread() function