Searched refs:NFC_ATTR_TARGET_INDEX (Results 1 – 3 of 3) sorted by relevance
35 [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 …]
173 NFC_ATTR_TARGET_INDEX, enumerator
679 if (na->nla_type == NFC_ATTR_TARGET_INDEX) in get_taginfo()