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

/linux-master/include/uapi/linux/
H A Dnfc.h150 * @NFC_ATTR_TM_PROTOCOLS: Target mode protocols to listen for
183 NFC_ATTR_TM_PROTOCOLS, enumerator in enum:nfc_attrs
/linux-master/net/nfc/
H A Dnetlink.c40 [NFC_ATTR_TM_PROTOCOLS] = { .type = NLA_U32 },
245 if (nla_put_u32(msg, NFC_ATTR_TM_PROTOCOLS, protocol))
809 !info->attrs[NFC_ATTR_TM_PROTOCOLS]))
814 if (info->attrs[NFC_ATTR_TM_PROTOCOLS])
815 tm_protocols = nla_get_u32(info->attrs[NFC_ATTR_TM_PROTOCOLS]);

Completed in 211 milliseconds