Searched defs:nfc_hci_dev (Results 1 – 1 of 1) sorted by relevance
93 struct nfc_hci_dev { struct94 struct nfc_dev *ndev;96 u32 max_data_link_payload;98 bool shutting_down;100 struct mutex msg_tx_mutex;102 struct list_head msg_tx_queue;104 struct work_struct msg_tx_work;106 struct timer_list cmd_timer;107 struct hci_msg *cmd_pending_msg;109 struct sk_buff_head rx_hcp_frags;[all …]