Searched defs:nfc_hci_dev (Results 1 – 2 of 2) sorted by relevance
99 struct nfc_hci_dev { struct100 struct nfc_dev *ndev;102 u32 max_data_link_payload;104 bool shutting_down;106 struct mutex msg_tx_mutex;108 struct list_head msg_tx_queue;110 struct work_struct msg_tx_work;112 struct timer_list cmd_timer;113 struct hci_msg *cmd_pending_msg;115 struct sk_buff_head rx_hcp_frags;[all …]