Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnfc.h160 NFC_ATTR_DEVICE_NAME, enumerator
/linux-4.1.27/net/nfc/
Dnetlink.c45 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
227 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_target_lost()
320 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_device_added()
562 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_send_device()