Home
last modified time | relevance | path

Searched defs:hidp_session (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/bluetooth/hidp/
Dhidp.h137 struct hidp_session { struct
138 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 …]