Home
last modified time | relevance | path

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

/include/net/nfc/
Ddigital.h192 struct nfc_digital_dev { struct
193 struct nfc_dev *nfc_dev;
194 const struct nfc_digital_ops *ops;
196 u32 protocols;
198 int tx_headroom;
199 int tx_tailroom;
201 u32 driver_capabilities;
202 void *driver_data;
204 struct digital_poll_tech poll_techs[NFC_DIGITAL_POLL_MODE_COUNT_MAX];
205 u8 poll_tech_count;
[all …]