Home
last modified time | relevance | path

Searched refs:NFC_ATTR_PROTOCOLS (Results 1 – 4 of 4) sorted by relevance

/linux/net/nfc/ !
H A Dnetlink.c34 [NFC_ATTR_PROTOCOLS] = { .type = NLA_U32 },
74 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target()
298 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_setup_device_added()
813 !info->attrs[NFC_ATTR_PROTOCOLS]) && in nfc_genl_start_poll()
824 else if (info->attrs[NFC_ATTR_PROTOCOLS]) in nfc_genl_start_poll()
825 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]); in nfc_genl_start_poll()
892 !info->attrs[NFC_ATTR_PROTOCOLS]) in nfc_genl_activate_target()
902 protocol = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]); in nfc_genl_activate_target()
/linux/include/uapi/linux/ !
H A Dnfc.h173 NFC_ATTR_PROTOCOLS, enumerator
/linux/tools/testing/selftests/nci/ !
H A Dnci_dev.c584 NFC_ATTR_PROTOCOLS}; in start_polling()
683 else if (na->nla_type == NFC_ATTR_PROTOCOLS) in get_taginfo()
/linux/Documentation/networking/ !
H A Dnfc.rst91 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling