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

/linux-master/include/uapi/linux/
H A Dnfc.h149 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for
182 NFC_ATTR_IM_PROTOCOLS, enumerator in enum:nfc_attrs
/linux-master/net/nfc/
H A Dnetlink.c39 [NFC_ATTR_IM_PROTOCOLS] = { .type = NLA_U32 },
807 ((!info->attrs[NFC_ATTR_IM_PROTOCOLS] &&
817 if (info->attrs[NFC_ATTR_IM_PROTOCOLS])
818 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_IM_PROTOCOLS]);

Completed in 152 milliseconds