Home
last modified time | relevance | path

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

/linux-6.6.21/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 …]
/linux-6.6.21/drivers/nfc/
Dnfcsim.c32 struct nfc_digital_dev *nfc_digital_dev; member
Dport100.c440 struct nfc_digital_dev *nfc_digital_dev; member