Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/nfc/
Dnfcsim.c41 struct nfc_digital_dev *nfc_digital_dev; member
Dport100.c449 struct nfc_digital_dev *nfc_digital_dev; member