Lines Matching refs:NFC_ATTR_TARGET_INDEX
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()
973 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_down()