Home
last modified time | relevance | path

Searched refs:new_data (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/leds/
A Duleds.c34 bool new_data; member
47 udev->new_data = true; in uleds_brightness_set()
121 udev->new_data = true; in uleds_write()
147 } else if (!udev->new_data && (file->f_flags & O_NONBLOCK)) { in uleds_read()
149 } else if (udev->new_data) { in uleds_read()
152 udev->new_data = false; in uleds_read()
163 udev->new_data || in uleds_read()
176 if (udev->new_data) in uleds_poll()
/linux/drivers/video/console/
A Dnewport_con.c506 unsigned char *new_data, *data = op->data, *p; in newport_set_font() local
517 new_data += FONT_EXTRA_WORDS * sizeof(int); in newport_set_font()
518 FNTSIZE(new_data) = size; in newport_set_font()
519 FNTCHARCNT(new_data) = op->charcount; in newport_set_font()
520 REFCOUNT(new_data) = 0; /* usage counter */ in newport_set_font()
521 FNTSUM(new_data) = 0; in newport_set_font()
523 p = new_data; in newport_set_font()
534 && !memcmp(font_data[i], new_data, size)) { in newport_set_font()
539 new_data = font_data[i]; in newport_set_font()
549 REFCOUNT(new_data)++; in newport_set_font()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Drx.c901 struct iwl_wipan_noa_data *new_data, *old_data; in iwlagn_rx_noa_notification() local
918 new_data = kmalloc(sizeof(*new_data) + len, GFP_ATOMIC); in iwlagn_rx_noa_notification()
919 if (new_data) { in iwlagn_rx_noa_notification()
920 new_data->length = len; in iwlagn_rx_noa_notification()
921 new_data->data[0] = WLAN_EID_VENDOR_SPECIFIC; in iwlagn_rx_noa_notification()
923 new_data->data[2] = (WLAN_OUI_WFA >> 16) & 0xff; in iwlagn_rx_noa_notification()
924 new_data->data[3] = (WLAN_OUI_WFA >> 8) & 0xff; in iwlagn_rx_noa_notification()
925 new_data->data[4] = (WLAN_OUI_WFA >> 0) & 0xff; in iwlagn_rx_noa_notification()
926 new_data->data[5] = WLAN_OUI_TYPE_WFA_P2P; in iwlagn_rx_noa_notification()
931 new_data = NULL; in iwlagn_rx_noa_notification()
[all …]
/linux/arch/powerpc/platforms/pseries/
A Dmobility.c111 char *new_data = kzalloc(new_prop->length + vd, GFP_KERNEL); in update_dt_property() local
112 if (!new_data) in update_dt_property()
115 memcpy(new_data, new_prop->value, new_prop->length); in update_dt_property()
116 memcpy(new_data + new_prop->length, value, vd); in update_dt_property()
119 new_prop->value = new_data; in update_dt_property()
/linux/drivers/md/
A Ddm-ioctl.c411 char *new_data, *old_name = NULL; in dm_hash_rename() local
421 new_data = kstrdup(new, GFP_KERNEL); in dm_hash_rename()
422 if (!new_data) in dm_hash_rename()
442 kfree(new_data); in dm_hash_rename()
454 kfree(new_data); in dm_hash_rename()
467 kfree(new_data); in dm_hash_rename()
472 __set_cell_uuid(hc, new_data); in dm_hash_rename()
1019 if (new_data < param->data || in dev_rename()
1020 invalid_str(new_data, (void *) param + param_size) || !*new_data || in dev_rename()
1027 r = check_name(new_data); in dev_rename()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmac-ctxt.c1516 struct iwl_probe_resp_data *old_data, *new_data; in iwl_mvm_probe_resp_data_notif() local
1530 new_data = kzalloc(sizeof(*new_data), GFP_KERNEL); in iwl_mvm_probe_resp_data_notif()
1531 if (!new_data) in iwl_mvm_probe_resp_data_notif()
1534 memcpy(&new_data->notif, notif, sizeof(new_data->notif)); in iwl_mvm_probe_resp_data_notif()
1537 new_data->noa_len = sizeof(struct ieee80211_vendor_ie) + in iwl_mvm_probe_resp_data_notif()
1538 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_probe_resp_data_notif()
1544 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
1546 new_data->noa_len -= sizeof(struct ieee80211_p2p_noa_desc); in iwl_mvm_probe_resp_data_notif()
1550 rcu_assign_pointer(mvmvif->probe_resp_data, new_data); in iwl_mvm_probe_resp_data_notif()
/linux/drivers/cpufreq/
A Dcpufreq.c2509 struct cpufreq_policy_data new_data; in cpufreq_set_policy() local
2513 memcpy(&new_data.cpuinfo, &policy->cpuinfo, sizeof(policy->cpuinfo)); in cpufreq_set_policy()
2514 new_data.freq_table = policy->freq_table; in cpufreq_set_policy()
2515 new_data.cpu = policy->cpu; in cpufreq_set_policy()
2520 new_data.min = freq_qos_read_value(&policy->constraints, FREQ_QOS_MIN); in cpufreq_set_policy()
2521 new_data.max = freq_qos_read_value(&policy->constraints, FREQ_QOS_MAX); in cpufreq_set_policy()
2524 new_data.cpu, new_data.min, new_data.max); in cpufreq_set_policy()
2530 ret = cpufreq_driver->verify(&new_data); in cpufreq_set_policy()
2539 policy->min = new_data.min; in cpufreq_set_policy()
2540 policy->max = new_data.max; in cpufreq_set_policy()
/linux/drivers/video/fbdev/core/
A Dfbcon.c1961 u8 *new_data, *data = font->data; in fbcon_set_font() local
1982 if (!new_data) in fbcon_set_font()
1985 memset(new_data, 0, FONT_EXTRA_WORDS * sizeof(int)); in fbcon_set_font()
1987 new_data += FONT_EXTRA_WORDS * sizeof(int); in fbcon_set_font()
1988 FNTSIZE(new_data) = size; in fbcon_set_font()
1989 REFCOUNT(new_data) = 0; /* usage counter */ in fbcon_set_font()
1996 csum = crc32(0, new_data, size); in fbcon_set_font()
1998 FNTSUM(new_data) = csum; in fbcon_set_font()
2008 !memcmp(fb_display[i].fontdata, new_data, size)) { in fbcon_set_font()
2009 kfree(new_data - FONT_EXTRA_WORDS * sizeof(int)); in fbcon_set_font()
[all …]
/linux/include/linux/
A Dtpm.h363 const unsigned char *new_data, in tpm_buf_append() argument
379 memcpy(&buf->data[len], new_data, new_len); in tpm_buf_append()
A Dlibnvdimm.h189 const struct nvdimm_key_data *new_data,
/linux/drivers/net/ethernet/intel/ice/
A Dice_common.c4656 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40() local
4664 *prev_stat = new_data; in ice_stat_update40()
4671 if (new_data >= *prev_stat) in ice_stat_update40()
4672 *cur_stat += new_data - *prev_stat; in ice_stat_update40()
4678 *prev_stat = new_data; in ice_stat_update40()
4693 u32 new_data; in ice_stat_update32() local
4695 new_data = rd32(hw, reg); in ice_stat_update32()
4703 *prev_stat = new_data; in ice_stat_update32()
4710 if (new_data >= *prev_stat) in ice_stat_update32()
4711 *cur_stat += new_data - *prev_stat; in ice_stat_update32()
[all …]
/linux/drivers/acpi/nfit/
A Dintel.c148 const struct nvdimm_key_data *new_data, in intel_security_change_key() argument
174 memcpy(nd_cmd.cmd.new_pass, new_data->data, in intel_security_change_key()
/linux/drivers/usb/gadget/
A Dconfigfs.c1028 char *new_data; in ext_prop_data_store() local
1033 new_data = kmemdup(page, len, GFP_KERNEL); in ext_prop_data_store()
1034 if (!new_data) in ext_prop_data_store()
1040 ext_prop->data = new_data; in ext_prop_data_store()
/linux/tools/perf/util/
A Dintel-bts.c222 if (bts->queues.new_data) { in intel_bts_update_queues()
223 bts->queues.new_data = false; in intel_bts_update_queues()
A Ds390-cpumsf.c835 if (!sf->queues.new_data) in s390_cpumsf_update_queues()
838 sf->queues.new_data = false; in s390_cpumsf_update_queues()
A Darm-spe.c628 if (spe->queues.new_data) { in arm_spe__update_queues()
629 spe->queues.new_data = false; in arm_spe__update_queues()
A Dauxtrace.h284 bool new_data; member
/linux/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c1267 u8 *data, *new_data; in mtk_poll_rx() local
1307 new_data = napi_alloc_frag(ring->frag_size); in mtk_poll_rx()
1308 if (unlikely(!new_data)) { in mtk_poll_rx()
1313 new_data + NET_SKB_PAD + in mtk_poll_rx()
1318 skb_free_frag(new_data); in mtk_poll_rx()
1359 ring->data[idx] = new_data; in mtk_poll_rx()
/linux/fs/ntfs3/
A Dindex.c1936 u64 bpb, new_data; in indx_shrink() local
1976 new_data = (u64)bit << indx->index_bits; in indx_shrink()
1979 &indx->alloc_run, new_data, &new_data, false, NULL); in indx_shrink()
/linux/tools/lib/bpf/
A Dbtf.c145 void *new_data; in libbpf_add_mem() local
163 new_data = libbpf_reallocarray(*data, new_cnt, elem_sz); in libbpf_add_mem()
164 if (!new_data) in libbpf_add_mem()
168 memset(new_data + (*cap_cnt) * elem_sz, 0, (new_cnt - *cap_cnt) * elem_sz); in libbpf_add_mem()
170 *data = new_data; in libbpf_add_mem()
172 return new_data + cur_cnt * elem_sz; in libbpf_add_mem()
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-dbg-tlv.c974 const __le32 *new_data = new_trig->data, *old_data = old_trig->data; in is_trig_data_contained() local
983 if (new_data[i] == old_data[j]) { in is_trig_data_contained()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c764 u8 *new_data, *data = rx_buf->data; in bnx2x_tpa_stop() local
776 new_data = bnx2x_frag_alloc(fp, GFP_ATOMIC); in bnx2x_tpa_stop()
782 if (likely(new_data)) in bnx2x_tpa_stop()
814 rx_buf->data = new_data; in bnx2x_tpa_stop()
818 if (new_data) in bnx2x_tpa_stop()
819 bnx2x_frag_free(fp, new_data); in bnx2x_tpa_stop()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_main.c564 u64 new_data; in i40e_stat_update48() local
567 new_data = rd32(hw, loreg); in i40e_stat_update48()
570 new_data = rd64(hw, loreg); in i40e_stat_update48()
573 *offset = new_data; in i40e_stat_update48()
574 if (likely(new_data >= *offset)) in i40e_stat_update48()
575 *stat = new_data - *offset; in i40e_stat_update48()
592 u32 new_data; in i40e_stat_update32() local
594 new_data = rd32(hw, reg); in i40e_stat_update32()
596 *offset = new_data; in i40e_stat_update32()
611 u32 new_data = rd32(hw, reg); in i40e_stat_update_and_clear32() local
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.c171 u8 *new_data; in qed_ll2b_complete_rx_packet() local
194 rc = qed_ll2_alloc_buffer(p_hwfn->cdev, &new_data, in qed_ll2b_complete_rx_packet()
238 buffer->data = new_data; in qed_ll2b_complete_rx_packet()
/linux/kernel/bpf/
A Dverifier.c11945 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data() argument
11964 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
11965 memcpy(new_data + off + cnt - 1, old_data + off, in adjust_insn_aux_data()
11969 new_data[i].seen = old_seen; in adjust_insn_aux_data()
11970 new_data[i].zext_dst = insn_has_def32(env, insn + i); in adjust_insn_aux_data()
11972 env->insn_aux_data = new_data; in adjust_insn_aux_data()
12008 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data() local
12011 new_data = vzalloc(array_size(env->prog->len + len - 1, in bpf_patch_insn_data()
12013 if (!new_data) in bpf_patch_insn_data()
12023 vfree(new_data); in bpf_patch_insn_data()
[all …]

Completed in 138 milliseconds

12