Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfc.h169 NFC_ATTR_DEVICE_NAME, enumerator
/linux-4.4.14/net/nfc/
Dnetlink.c51 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
235 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_target_lost()
328 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_device_added()
570 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_send_device()