Home
last modified time | relevance | path

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

/linux-6.15/net/nfc/
H A 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()
219 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_target_lost()
671 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_dep_link_up_event()
891 !info->attrs[NFC_ATTR_TARGET_INDEX] || in nfc_genl_activate_target()
901 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_activate_target()
919 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_deactivate_target()
928 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_deactivate_target()
950 if (!info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_up()
953 tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_dep_link_up()
/linux-6.15/include/uapi/linux/
H A Dnfc.h174 NFC_ATTR_TARGET_INDEX, enumerator
/linux-6.15/tools/testing/selftests/nci/
H A Dnci_dev.c679 if (na->nla_type == NFC_ATTR_TARGET_INDEX) in get_taginfo()