Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/
Dnfc.h128 return to_nfc_dev(d); in nfc_device_iter_next()
Dcore.c971 struct nfc_dev *dev = to_nfc_dev(d); in nfc_release()
1033 struct nfc_dev *dev = to_nfc_dev(d); in match_idx()
1047 return to_nfc_dev(d); in nfc_get_device()
/Linux-v4.19/include/net/nfc/
Dnfc.h209 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) macro