Home
last modified time | relevance | path

Searched defs:nfc_digital_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/nfc/
Ddigital.h201 struct nfc_digital_dev { struct
202 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 …]
/linux-4.1.27/drivers/nfc/
Dport100.c429 struct nfc_digital_dev *nfc_digital_dev; member