Searched defs:nfc_digital_dev (Results 1 – 3 of 3) sorted by relevance
201 struct nfc_digital_dev { struct202 struct nfc_dev *nfc_dev;203 struct nfc_digital_ops *ops;205 u32 protocols;207 int tx_headroom;208 int tx_tailroom;210 u32 driver_capabilities;211 void *driver_data;213 struct digital_poll_tech poll_techs[NFC_DIGITAL_POLL_MODE_COUNT_MAX];214 u8 poll_tech_count;[all …]
41 struct nfc_digital_dev *nfc_digital_dev; member
449 struct nfc_digital_dev *nfc_digital_dev; member