Searched refs:to_nfc_dev (Results 1 – 3 of 3) sorted by relevance
116 return to_nfc_dev(d); in nfc_device_iter_next()
964 struct nfc_dev *dev = to_nfc_dev(d); in nfc_release()1026 struct nfc_dev *dev = to_nfc_dev(d); in match_idx()1040 return to_nfc_dev(d); in nfc_get_device()
197 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) macro