Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfc.h184 NFC_ATTR_TM_PROTOCOLS, enumerator
/linux/net/nfc/
H A Dnetlink.c40 [NFC_ATTR_TM_PROTOCOLS] = { .type = NLA_U32 },
250 if (nla_put_u32(msg, NFC_ATTR_TM_PROTOCOLS, protocol)) in nfc_genl_tm_activated()
814 !info->attrs[NFC_ATTR_TM_PROTOCOLS])) in nfc_genl_start_poll()
819 if (info->attrs[NFC_ATTR_TM_PROTOCOLS]) in nfc_genl_start_poll()
820 tm_protocols = nla_get_u32(info->attrs[NFC_ATTR_TM_PROTOCOLS]); in nfc_genl_start_poll()