Lines Matching defs:nfc_digital_dev
201 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;
215 u8 poll_tech_index;
216 struct mutex poll_lock;
218 struct work_struct cmd_work;
219 struct work_struct cmd_complete_work;
220 struct list_head cmd_queue;
221 struct mutex cmd_lock;
223 struct work_struct poll_work;
248 struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops, argument