Lines Matching defs:nfc_digital_dev
192 struct nfc_digital_dev { struct
193 struct nfc_dev *nfc_dev;
194 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;
206 u8 poll_tech_index;
207 struct mutex poll_lock;
209 struct work_struct cmd_work;
210 struct work_struct cmd_complete_work;
211 struct list_head cmd_queue;
212 struct mutex cmd_lock;
214 struct delayed_work poll_work;
239 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops, argument