Lines Matching defs:nfc_dev
163 struct nfc_dev { struct
164 int idx;
165 u32 target_next_idx;
166 struct nfc_target *targets;
167 int n_targets;
168 int targets_generation;
169 struct device dev;
170 bool dev_up;
171 bool fw_download_in_progress;
172 u8 rf_mode;
173 bool polling;
197 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument
226 static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, in nfc_set_parent_dev()