Searched refs:NFC_ATTR_DEVICE_NAME (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfc.h | 52 * (it sends %NFC_ATTR_DEVICE_NAME, %NFC_ATTR_DEVICE_INDEX and 137 * @NFC_ATTR_DEVICE_NAME: device name, max 8 chars 171 NFC_ATTR_DEVICE_NAME, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfc.h | 52 * (it sends %NFC_ATTR_DEVICE_NAME, %NFC_ATTR_DEVICE_INDEX and 137 * @NFC_ATTR_DEVICE_NAME: device name, max 8 chars 171 NFC_ATTR_DEVICE_NAME, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfc.h | 51 NFC_ATTR_DEVICE_NAME, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfc.h | 64 NFC_ATTR_DEVICE_NAME, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfc.h | 64 NFC_ATTR_DEVICE_NAME, enumerator
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | netlink.c | 32 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING, 213 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_target_lost() 291 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_setup_device_added()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | netlink.c | 32 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING, 213 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_target_lost() 291 if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) || in nfc_genl_setup_device_added()
|
Completed in 10 milliseconds