Lines Matching defs:nfc_dev
175 struct nfc_dev { struct
176 int idx;
177 u32 target_next_idx;
178 struct nfc_target *targets;
179 int n_targets;
180 int targets_generation;
181 struct device dev;
182 bool dev_up;
183 bool fw_download_in_progress;
184 u8 rf_mode;
185 bool polling;
209 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument
238 static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, in nfc_set_parent_dev()