Home
last modified time | relevance | path

Searched refs:nfc_device_name (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/nfc/
H A Dnfc.h260 * nfc_device_name - get the nfc device name
264 static inline const char *nfc_device_name(const struct nfc_dev *dev) in nfc_device_name()
262 static inline const char *nfc_device_name(const struct nfc_dev *dev) nfc_device_name() function
/linux/net/nfc/
H A Dnetlink.c218 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_target_lost()
296 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_setup_device_added()