Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dnfc.h198 NFC_ATTR_VENDOR_ID, enumerator
/linux-6.1.9/net/nfc/
Dnetlink.c49 [NFC_ATTR_VENDOR_ID] = { .type = NLA_U32 },
1558 !info->attrs[NFC_ATTR_VENDOR_ID] || in nfc_genl_vendor_cmd()
1563 vid = nla_get_u32(info->attrs[NFC_ATTR_VENDOR_ID]); in nfc_genl_vendor_cmd()
1635 if (nla_put_u32(skb, NFC_ATTR_VENDOR_ID, oui)) in __nfc_alloc_vendor_cmd_skb()