Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dnfc.h199 NFC_ATTR_VENDOR_ID, enumerator
/linux-6.15/net/nfc/
H A Dnetlink.c49 [NFC_ATTR_VENDOR_ID] = { .type = NLA_U32 },
1575 !info->attrs[NFC_ATTR_VENDOR_ID] || in nfc_genl_vendor_cmd()
1580 vid = nla_get_u32(info->attrs[NFC_ATTR_VENDOR_ID]); in nfc_genl_vendor_cmd()
1652 if (nla_put_u32(skb, NFC_ATTR_VENDOR_ID, oui)) in __nfc_alloc_vendor_cmd_skb()