Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dnfc.h149 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for
182 NFC_ATTR_IM_PROTOCOLS, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnfc.h149 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for
182 NFC_ATTR_IM_PROTOCOLS, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnfc.h62 NFC_ATTR_IM_PROTOCOLS, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnfc.h75 NFC_ATTR_IM_PROTOCOLS, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnfc.h75 NFC_ATTR_IM_PROTOCOLS, enumerator
/kernel/linux/linux-5.10/net/nfc/
H A Dnetlink.c39 [NFC_ATTR_IM_PROTOCOLS] = { .type = NLA_U32 },
807 ((!info->attrs[NFC_ATTR_IM_PROTOCOLS] && in nfc_genl_start_poll()
817 if (info->attrs[NFC_ATTR_IM_PROTOCOLS]) in nfc_genl_start_poll()
818 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_IM_PROTOCOLS]); in nfc_genl_start_poll()
/kernel/linux/linux-6.6/net/nfc/
H A Dnetlink.c39 [NFC_ATTR_IM_PROTOCOLS] = { .type = NLA_U32 },
807 ((!info->attrs[NFC_ATTR_IM_PROTOCOLS] && in nfc_genl_start_poll()
817 if (info->attrs[NFC_ATTR_IM_PROTOCOLS]) in nfc_genl_start_poll()
818 im_protocols = nla_get_u32(info->attrs[NFC_ATTR_IM_PROTOCOLS]); in nfc_genl_start_poll()

Completed in 8 milliseconds