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()
664 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_dep_link_up_event()
883 !info->attrs[NFC_ATTR_TARGET_INDEX] || in nfc_genl_activate_target()
893 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_activate_target()
911 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_deactivate_target()
920 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_deactivate_target()
942 if (!info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_up()
945 tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_dep_link_up()
970 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_down()