Searched defs:nci_dev (Results 1 – 1 of 1) sorted by relevance
183 struct nci_dev { struct184 struct nfc_dev *nfc_dev;185 struct nci_ops *ops;186 struct nci_hci_dev *hci_dev;188 int tx_headroom;189 int tx_tailroom;191 atomic_t state;192 unsigned long flags;194 atomic_t cmd_cnt;195 __u8 cur_conn_id;[all …]