Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfc.h170 NFC_ATTR_PROTOCOLS, enumerator
/linux-4.4.14/net/nfc/
Dnetlink.c53 [NFC_ATTR_PROTOCOLS] = { .type = NLA_U32 },
88 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target()
330 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_device_added()
572 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) || in nfc_genl_send_device()
800 !info->attrs[NFC_ATTR_PROTOCOLS]) && in nfc_genl_start_poll()
811 else if (info->attrs[NFC_ATTR_PROTOCOLS]) in nfc_genl_start_poll()
812 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]); in nfc_genl_start_poll()
886 protocol = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]); in nfc_genl_activate_target()
/linux-4.4.14/Documentation/networking/
Dnfc.txt88 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling