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