Searched defs:nci_dev (Results 1 – 1 of 1) sorted by relevance
201 struct nci_dev { struct202 struct nfc_dev *nfc_dev;203 struct nci_ops *ops;204 struct nci_hci_dev *hci_dev;206 int tx_headroom;207 int tx_tailroom;209 atomic_t state;210 unsigned long flags;212 atomic_t cmd_cnt;213 __u8 cur_conn_id;[all …]