Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfc.h183 NFC_ATTR_TM_PROTOCOLS, enumerator
/Linux-v4.19/net/nfc/
Dnetlink.c51 [NFC_ATTR_TM_PROTOCOLS] = { .type = NLA_U32 },
260 if (nla_put_u32(msg, NFC_ATTR_TM_PROTOCOLS, protocol)) in nfc_genl_tm_activated()
822 !info->attrs[NFC_ATTR_TM_PROTOCOLS])) in nfc_genl_start_poll()
827 if (info->attrs[NFC_ATTR_TM_PROTOCOLS]) in nfc_genl_start_poll()
828 tm_protocols = nla_get_u32(info->attrs[NFC_ATTR_TM_PROTOCOLS]); in nfc_genl_start_poll()