Searched defs:nfc_hci_dev (Results 1 – 1 of 1) sorted by relevance
111 struct nfc_hci_dev { struct112 struct nfc_dev *ndev;114 u32 max_data_link_payload;116 bool shutting_down;118 struct mutex msg_tx_mutex;120 struct list_head msg_tx_queue;122 struct work_struct msg_tx_work;124 struct timer_list cmd_timer;125 struct hci_msg *cmd_pending_msg;127 struct sk_buff_head rx_hcp_frags;[all …]