Home
last modified time | relevance | path

Searched refs:to_nfc_dev (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/nfc/
Dnfc.h127 return to_nfc_dev(d); in nfc_device_iter_next()
Dcore.c958 struct nfc_dev *dev = to_nfc_dev(d); in nfc_release()
1018 struct nfc_dev *dev = to_nfc_dev(d); in match_idx()
1032 return to_nfc_dev(d); in nfc_get_device()
/linux-4.4.14/include/net/nfc/
Dnfc.h208 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) macro