Home
last modified time | relevance | path

Searched refs:NFC_ATTR_TARGET_INDEX (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/nfc/
Dnetlink.c35 [NFC_ATTR_TARGET_INDEX] = { .type = NLA_U32 },
73 if (nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target->idx) || in nfc_genl_send_target()
214 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_target_lost()
666 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_dep_link_up_event()
886 !info->attrs[NFC_ATTR_TARGET_INDEX] || in nfc_genl_activate_target()
896 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_activate_target()
914 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_deactivate_target()
923 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_deactivate_target()
945 if (!info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_up()
948 tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_dep_link_up()
[all …]
/linux-5.19.10/include/uapi/linux/
Dnfc.h173 NFC_ATTR_TARGET_INDEX, enumerator
/linux-5.19.10/tools/testing/selftests/nci/
Dnci_dev.c679 if (na->nla_type == NFC_ATTR_TARGET_INDEX) in get_taginfo()