Searched defs:nci_dev (Results 1 – 1 of 1) sorted by relevance
196 struct nci_dev { struct197 struct nfc_dev *nfc_dev;198 const struct nci_ops *ops;199 struct nci_hci_dev *hci_dev;201 int tx_headroom;202 int tx_tailroom;204 atomic_t state;205 unsigned long flags;207 atomic_t cmd_cnt;208 __u8 cur_conn_id;[all …]