Home
last modified time | relevance | path

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

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