| /OK3568_Linux_fs/kernel/drivers/media/common/siano/ |
| H A D | smsdvb-main.c | 240 c->strength.stat[0].uvalue = p->in_band_power * 1000; in smsdvb_update_per_slices() 250 client->last_per = c->block_error.stat[0].uvalue; in smsdvb_update_per_slices() 253 c->block_error.stat[0].uvalue += p->ets_packets; in smsdvb_update_per_slices() 254 c->block_count.stat[0].uvalue += p->ets_packets + p->ts_packets; in smsdvb_update_per_slices() 259 c->post_bit_error.stat[0].uvalue += p->ber_error_count; in smsdvb_update_per_slices() 260 c->post_bit_count.stat[0].uvalue += p->ber_bit_count; in smsdvb_update_per_slices() 298 c->strength.stat[0].uvalue = p->in_band_pwr * 1000; in smsdvb_update_dvb_stats() 305 client->last_per = c->block_error.stat[0].uvalue; in smsdvb_update_dvb_stats() 308 c->block_error.stat[0].uvalue += p->error_ts_packets; in smsdvb_update_dvb_stats() 309 c->block_count.stat[0].uvalue += p->total_ts_packets; in smsdvb_update_dvb_stats() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 52 struct bpf_struct_ops_value *uvalue; member 246 struct bpf_struct_ops_value *uvalue, *kvalue; in bpf_struct_ops_map_sys_lookup_elem() local 263 uvalue = (struct bpf_struct_ops_value *)value; in bpf_struct_ops_map_sys_lookup_elem() 264 memcpy(uvalue, st_map->uvalue, map->value_size); in bpf_struct_ops_map_sys_lookup_elem() 265 uvalue->state = state; in bpf_struct_ops_map_sys_lookup_elem() 266 refcount_set(&uvalue->refcnt, refcount_read(&kvalue->refcnt)); in bpf_struct_ops_map_sys_lookup_elem() 320 struct bpf_struct_ops_value *uvalue, *kvalue; in bpf_struct_ops_map_update_elem() local 339 uvalue = (struct bpf_struct_ops_value *)value; in bpf_struct_ops_map_update_elem() 340 err = check_zero_holes(t, uvalue->data); in bpf_struct_ops_map_update_elem() 344 if (uvalue->state || refcount_read(&uvalue->refcnt)) in bpf_struct_ops_map_update_elem() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0017-CVE-2022-38127-4.patch | 26 + strng = fetch_indexed_string (uvalue, this_set, offset_size, dwo, 31 - dwarf_vmatoa ("x", uvalue), 32 - fetch_indexed_string (uvalue, this_set, offset_size, dwo, 34 + dwarf_vmatoa ("x", uvalue), strng); 37 - dwarf_vmatoa ("x", uvalue), 38 - fetch_indexed_string (uvalue, this_set, offset_size, dwo, 40 + dwarf_vmatoa ("x", uvalue), strng);
|
| H A D | 0017-CVE-2022-38127-3.patch | 62 dwarf_vmatoa ("x", uvalue), 63 - fetch_indexed_string (uvalue, this_set, offset_size, dwo)); 64 + fetch_indexed_string (uvalue, this_set, offset_size, dwo, 68 dwarf_vmatoa ("x", uvalue), 69 - fetch_indexed_string (uvalue, this_set, offset_size, dwo)); 70 + fetch_indexed_string (uvalue, this_set, offset_size, dwo, 86 debug_info_p->rnglists_base = uvalue; 92 + debug_info_p->str_offsets_base = uvalue; 102 - add_dwo_name (fetch_indexed_string (uvalue, this_set, offset_size, false), cu_offset); 103 + add_dwo_name (fetch_indexed_string (uvalue, this_set, offset_size, false, [all …]
|
| H A D | 0018-CVE-2022-38128-2.patch | 122 - if (uvalue + cu_offset > (size_t) (cu_end - section->start)) 123 + if (uvalue + cu_offset < uvalue 124 + || uvalue + cu_offset > (size_t) (cu_end - section->start)) 126 warn (_("Unable to resolve ref form: uvalue %lx + cu_offset %lx > CU size %lx\n"), 127 uvalue, (long) cu_offset, (long) (cu_end - section->start)); 139 printf ("%c<0x%s>", delimiter, dwarf_vmatoa ("x", uvalue + cu_offset)); 149 add_dwo_name (fetch_indexed_string (uvalue, this_set, offset_size, false, 158 add_dwo_dir (fetch_indexed_string (uvalue, this_set, offset_size, false,
|
| H A D | 0017-CVE-2022-38127-1.patch | 138 READ_ULEB (uvalue, data, end); 150 SAFE_BYTE_GET_AND_INC (uvalue, data, pointer_size, end); 157 READ_ULEB (uvalue, data, end); 162 uvalue = implicit_const; 182 dwarf_vmatoa ("x", uvalue), 187 dwarf_vmatoa ("x", uvalue), 201 + debug_info_p->loclists_base = uvalue; 224 + uvalue = fetch_indexed_value (uvalue, loclists); 226 uvalue += this_set->section_offsets [DW_SECT_LOC]; 231 + uvalue += debug_info_p->loclists_base; [all …]
|
| H A D | 0017-CVE-2022-38127-2.patch | 30 debug_info_p->loclists_base = uvalue; 37 + debug_info_p->rnglists_base = uvalue;
|
| /OK3568_Linux_fs/kernel/sound/soc/atmel/ |
| H A D | mchp-spdifrx.c | 514 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_get() argument 530 memcpy(uvalue->value.iec958.status, ch_stat->data, in mchp_spdifrx_cs_get() 537 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs1_get() argument 542 return mchp_spdifrx_cs_get(dev, 0, uvalue); in mchp_spdifrx_cs1_get() 546 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs2_get() argument 551 return mchp_spdifrx_cs_get(dev, 1, uvalue); in mchp_spdifrx_cs2_get() 555 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_mask() argument 557 memset(uvalue->value.iec958.status, 0xff, in mchp_spdifrx_cs_mask() 558 sizeof(uvalue->value.iec958.status)); in mchp_spdifrx_cs_mask() 565 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_subcode_ch_get() argument [all …]
|
| H A D | mchp-spdiftx.c | 571 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_get() argument 579 memcpy(uvalue->value.iec958.status, ctrl->ch_stat, in mchp_spdiftx_cs_get() 587 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_put() argument 598 if (ctrl->ch_stat[i] != uvalue->value.iec958.status[i]) in mchp_spdiftx_cs_put() 600 ctrl->ch_stat[i] = uvalue->value.iec958.status[i]; in mchp_spdiftx_cs_put() 622 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_mask() argument 624 memset(uvalue->value.iec958.status, 0xff, in mchp_spdiftx_cs_mask() 625 sizeof(uvalue->value.iec958.status)); in mchp_spdiftx_cs_mask() 631 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_subcode_get() argument 639 memcpy(uvalue->value.iec958.subcode, ctrl->user_data, in mchp_spdiftx_subcode_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mb86a20s.c | 327 return c->strength.stat[0].uvalue; in mb86a20s_read_signal_strength() 330 c->strength.stat[0].uvalue = 0; in mb86a20s_read_signal_strength() 368 c->strength.stat[0].uvalue = rf; in mb86a20s_read_signal_strength() 1548 c->strength.stat[0].uvalue = 0; in mb86a20s_stats_not_ready() 1600 c->pre_bit_error.stat[1 + layer].uvalue += bit_error; in mb86a20s_get_stats() 1602 c->pre_bit_count.stat[1 + layer].uvalue += bit_count; in mb86a20s_get_stats() 1622 c->post_bit_error.stat[1 + layer].uvalue += bit_error; in mb86a20s_get_stats() 1624 c->post_bit_count.stat[1 + layer].uvalue += bit_count; in mb86a20s_get_stats() 1645 c->block_error.stat[1 + layer].uvalue += block_error; in mb86a20s_get_stats() 1647 c->block_count.stat[1 + layer].uvalue += block_count; in mb86a20s_get_stats() [all …]
|
| H A D | mn88443x.c | 296 c->strength.stat[0].uvalue = agc; in mn88443x_s_read_status() 335 c->cnr.stat[0].uvalue = cnr; in mn88443x_s_read_status() 356 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_s_read_status() 359 c->post_bit_count.stat[0].uvalue = bit_cnt; in mn88443x_s_read_status() 500 c->strength.stat[0].uvalue = agc; in mn88443x_t_read_status() 524 c->cnr.stat[0].uvalue = cnr; in mn88443x_t_read_status() 548 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_t_read_status() 551 c->post_bit_count.stat[0].uvalue = bit_cnt; in mn88443x_t_read_status()
|
| H A D | cx24120.c | 344 *ber = c->post_bit_error.stat[0].uvalue - state->ber_prev; in cx24120_read_ber() 345 state->ber_prev = c->post_bit_error.stat[0].uvalue; in cx24120_read_ber() 434 *signal_strength = c->strength.stat[0].uvalue; in cx24120_read_signal_strength() 638 c->strength.stat[0].uvalue = sig; in cx24120_get_stats() 679 c->post_bit_error.stat[0].uvalue += ber; in cx24120_get_stats() 682 c->post_bit_count.stat[0].uvalue += CX24120_BER_WSIZE; in cx24120_get_stats() 695 state->ucb_offset = c->block_error.stat[0].uvalue; in cx24120_get_stats() 698 c->block_error.stat[0].uvalue = ucb + state->ucb_offset; in cx24120_get_stats() 701 c->block_count.stat[0].uvalue += state->bitrate / 8 / 208; in cx24120_get_stats() 1541 *ucblocks = c->block_error.stat[0].uvalue - state->ucb_offset; in cx24120_read_ucblocks()
|
| H A D | tc90522.c | 292 stats->stat[i].uvalue = val[i * 5] << 16 in tc90522s_get_frontend() 305 stats->stat[i].uvalue = in tc90522s_get_frontend() 307 stats->stat[i].uvalue *= 204 * 8; in tc90522s_get_frontend() 452 stats->stat[i].uvalue = val[i * 3] << 16 in tc90522t_get_frontend() 465 stats->stat[i].uvalue = in tc90522t_get_frontend() 467 stats->stat[i].uvalue *= 204 * 8; in tc90522t_get_frontend()
|
| H A D | mn88473.c | 325 c->strength.stat[0].uvalue = utmp1; in mn88473_read_status() 425 c->post_bit_error.stat[0].uvalue += utmp1; in mn88473_read_status() 427 c->post_bit_count.stat[0].uvalue += utmp2; in mn88473_read_status() 445 c->block_error.stat[0].uvalue += utmp1; in mn88473_read_status() 447 c->block_count.stat[0].uvalue += utmp2; in mn88473_read_status()
|
| H A D | si2165.c | 753 c->post_bit_error.stat[0].uvalue = 0; in si2165_read_status() 754 c->post_bit_count.stat[0].uvalue = 0; in si2165_read_status() 775 c->post_bit_error.stat[0].uvalue += in si2165_read_status() 777 c->post_bit_count.stat[0].uvalue += in si2165_read_status() 820 *ber = c->post_bit_error.stat[0].uvalue - state->ber_prev; in si2165_read_ber() 821 state->ber_prev = c->post_bit_error.stat[0].uvalue; in si2165_read_ber()
|
| H A D | lgdt330x.c | 707 p->block_error.stat[0].uvalue += state->ucblocks; in lgdt3302_read_status() 709 p->block_count.stat[0].uvalue += 10000; in lgdt3302_read_status() 813 p->block_error.stat[0].uvalue += state->ucblocks; in lgdt3303_read_status() 815 p->block_count.stat[0].uvalue += 10000; in lgdt3303_read_status()
|
| H A D | rtl2830.c | 424 c->strength.stat[0].uvalue = utmp; in rtl2830_read_status() 484 c->post_bit_error.stat[0].uvalue = dev->post_bit_error; in rtl2830_read_status() 486 c->post_bit_count.stat[0].uvalue = dev->post_bit_count; in rtl2830_read_status() 534 *strength = c->strength.stat[0].uvalue; in rtl2830_read_signal_strength()
|
| H A D | cxd2820r_c.c | 190 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_c() 266 c->post_bit_error.stat[0].uvalue = priv->post_bit_error; in cxd2820r_read_status_c()
|
| H A D | cxd2820r_t.c | 295 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_t() 360 c->post_bit_error.stat[0].uvalue = priv->post_bit_error; in cxd2820r_read_status_t()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_demod.c | 143 c->pre_bit_error.stat[0].uvalue = 0; in vidtv_clean_stats() 146 c->pre_bit_count.stat[0].uvalue = 0; in vidtv_clean_stats() 149 c->post_bit_error.stat[0].uvalue = 0; in vidtv_clean_stats() 152 c->post_bit_count.stat[0].uvalue = 0; in vidtv_clean_stats() 155 c->block_error.stat[0].uvalue = 0; in vidtv_clean_stats() 158 c->block_count.stat[0].uvalue = 0; in vidtv_clean_stats() 242 *strength = c->strength.stat[0].uvalue; in vidtv_demod_read_signal_strength()
|
| H A D | vidtv_mux.c | 433 c->pre_bit_count.stat[0].uvalue = nbytes * 8; in vidtv_mux_tick() 434 c->post_bit_count.stat[0].uvalue = nbytes * 8; in vidtv_mux_tick() 435 c->block_count.stat[0].uvalue += npkts; in vidtv_mux_tick() 449 c->pre_bit_error.stat[0].uvalue++; in vidtv_mux_tick()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_si3054.c | 86 struct snd_ctl_elem_value *uvalue) in si3054_switch_get() argument 91 uvalue->value.integer.value[0] = (GET_REG(codec, reg)) & mask ? 1 : 0 ; in si3054_switch_get() 96 struct snd_ctl_elem_value *uvalue) in si3054_switch_put() argument 101 if (uvalue->value.integer.value[0]) in si3054_switch_put()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/cxd2880/ |
| H A D | cxd2880_top.c | 1050 c->pre_bit_error.stat[0].uvalue = 0; in cxd2880_set_frontend() 1053 c->pre_bit_count.stat[0].uvalue = 0; in cxd2880_set_frontend() 1056 c->post_bit_error.stat[0].uvalue = 0; in cxd2880_set_frontend() 1059 c->post_bit_count.stat[0].uvalue = 0; in cxd2880_set_frontend() 1062 c->block_error.stat[0].uvalue = 0; in cxd2880_set_frontend() 1065 c->block_count.stat[0].uvalue = 0; in cxd2880_set_frontend() 1177 c->pre_bit_error.stat[0].uvalue += pre_bit_err; in cxd2880_get_stats() 1180 c->pre_bit_count.stat[0].uvalue += pre_bit_count; in cxd2880_get_stats() 1212 c->post_bit_error.stat[0].uvalue += post_bit_err; in cxd2880_get_stats() 1215 c->post_bit_count.stat[0].uvalue += post_bit_count; in cxd2880_get_stats() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_spdif.c | 651 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_get() argument 657 uvalue->value.iec958.status[0] = ctrl->ch_status[0]; in fsl_spdif_pb_get() 658 uvalue->value.iec958.status[1] = ctrl->ch_status[1]; in fsl_spdif_pb_get() 659 uvalue->value.iec958.status[2] = ctrl->ch_status[2]; in fsl_spdif_pb_get() 660 uvalue->value.iec958.status[3] = ctrl->ch_status[3]; in fsl_spdif_pb_get() 666 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_put() argument 672 ctrl->ch_status[0] = uvalue->value.iec958.status[0]; in fsl_spdif_pb_put() 673 ctrl->ch_status[1] = uvalue->value.iec958.status[1]; in fsl_spdif_pb_put() 674 ctrl->ch_status[2] = uvalue->value.iec958.status[2]; in fsl_spdif_pb_put() 675 ctrl->ch_status[3] = uvalue->value.iec958.status[3]; in fsl_spdif_pb_put()
|
| /OK3568_Linux_fs/kernel/include/sound/sof/ |
| H A D | control.h | 92 uint32_t uvalue; member
|