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