Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/nfc/
Dhci.h99 struct nfc_hci_dev { struct
100 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 …]