Searched defs:hidp_session (Results 1 – 1 of 1) sorted by relevance
137 struct hidp_session { struct138 struct list_head list;139 struct kref ref;142 atomic_t state;143 wait_queue_head_t state_queue;144 atomic_t terminate;145 struct task_struct *task;146 unsigned long flags;149 bdaddr_t bdaddr;150 struct l2cap_conn *conn;[all …]