Searched refs:NFC_ATTR_PROTOCOLS (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnfc.h44 * (requires %NFC_ATTR_DEVICE_INDEX and %NFC_ATTR_PROTOCOLS)
53 * %NFC_ATTR_PROTOCOLS)
138 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from
172 NFC_ATTR_PROTOCOLS, enumerator in enum:nfc_attrs
/linux-master/net/nfc/
H A Dnetlink.c34 [NFC_ATTR_PROTOCOLS] = { .type = NLA_U32 },
74 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) ||
293 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) ||
808 !info->attrs[NFC_ATTR_PROTOCOLS]) &&
819 else if (info->attrs[NFC_ATTR_PROTOCOLS])
820 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]);
887 !info->attrs[NFC_ATTR_PROTOCOLS])
897 protocol = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]);
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c584 NFC_ATTR_PROTOCOLS};
683 else if (na->nla_type == NFC_ATTR_PROTOCOLS)

Completed in 128 milliseconds