Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/
Dnfc.h116 return to_nfc_dev(d); in nfc_device_iter_next()
Dcore.c958 struct nfc_dev *dev = to_nfc_dev(d); in nfc_release()
1020 struct nfc_dev *dev = to_nfc_dev(d); in match_idx()
1034 return to_nfc_dev(d); in nfc_get_device()
/Linux-v5.10/include/net/nfc/
Dnfc.h197 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) macro