Searched defs:nfc_llcp_local (Results 1 – 1 of 1) sorted by relevance
39 struct nfc_llcp_local { struct40 struct list_head list;41 struct nfc_dev *dev;43 struct mutex sdp_lock;44 struct mutex socket_lock;46 struct timer_list link_timer;47 struct sk_buff_head tx_queue;48 struct workqueue_struct *tx_wq;49 struct work_struct tx_work;50 struct workqueue_struct *rx_wq;[all …]