Lines Matching defs:nfc_dev
167 struct nfc_dev { struct
168 int idx;
169 u32 target_next_idx;
170 struct nfc_target *targets;
171 int n_targets;
172 int targets_generation;
173 struct device dev;
174 bool dev_up;
175 bool fw_download_in_progress;
176 u8 rf_mode;
177 bool polling;
201 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument
230 static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, in nfc_set_parent_dev()