/linux-6.3-rc2/drivers/media/common/siano/ |
A D | smsdvb-main.c | 402 c->block_error.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats() 403 c->block_count.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats() 406 c->post_bit_error.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats() 407 c->post_bit_count.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats() 490 c->block_error.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats_ex() 491 c->block_count.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats_ex() 494 c->post_bit_error.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats_ex() 495 c->post_bit_count.stat[0].uvalue = 0; in smsdvb_update_isdbt_stats_ex() 864 *ucblocks = c->block_error.stat[0].uvalue; in smsdvb_read_ucblocks() 1026 c->strength.stat[0].uvalue = 0; in smsdvb_set_frontend() [all …]
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_struct_ops.c | 53 struct bpf_struct_ops_value *uvalue; member 267 uvalue = value; in bpf_struct_ops_map_sys_lookup_elem() 268 memcpy(uvalue, st_map->uvalue, map->value_size); in bpf_struct_ops_map_sys_lookup_elem() 269 uvalue->state = state; in bpf_struct_ops_map_sys_lookup_elem() 376 uvalue = value; in bpf_struct_ops_map_update_elem() 381 if (uvalue->state || refcount_read(&uvalue->refcnt)) in bpf_struct_ops_map_update_elem() 388 uvalue = (struct bpf_struct_ops_value *)st_map->uvalue; in bpf_struct_ops_map_update_elem() 398 memcpy(uvalue, value, map->value_size); in bpf_struct_ops_map_update_elem() 400 udata = &uvalue->data; in bpf_struct_ops_map_update_elem() 519 memset(uvalue, 0, map->value_size); in bpf_struct_ops_map_update_elem() [all …]
|
/linux-6.3-rc2/sound/soc/atmel/ |
A D | mchp-spdifrx.c | 534 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_get() argument 593 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs1_get() argument 598 return mchp_spdifrx_cs_get(dev, 0, uvalue); in mchp_spdifrx_cs1_get() 602 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs2_get() argument 611 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_mask() argument 613 memset(uvalue->value.iec958.status, 0xff, in mchp_spdifrx_cs_mask() 676 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_subcode_ch1_get() argument 685 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_subcode_ch2_get() argument 705 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_ulock_get() argument 743 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_badf_get() argument [all …]
|
A D | mchp-spdiftx.c | 569 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_get() argument 577 memcpy(uvalue->value.iec958.status, ctrl->ch_stat, in mchp_spdiftx_cs_get() 585 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_put() argument 598 ctrl->ch_stat[i] = uvalue->value.iec958.status[i]; in mchp_spdiftx_cs_put() 620 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_mask() argument 622 memset(uvalue->value.iec958.status, 0xff, in mchp_spdiftx_cs_mask() 623 sizeof(uvalue->value.iec958.status)); in mchp_spdiftx_cs_mask() 629 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_subcode_get() argument 637 memcpy(uvalue->value.iec958.subcode, ctrl->user_data, in mchp_spdiftx_subcode_get() 645 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_subcode_put() argument [all …]
|
A D | mchp-pdmc.c | 138 struct snd_ctl_elem_value *uvalue) in mchp_pdmc_sinc_order_get() argument 146 uvalue->value.enumerated.item[0] = item; in mchp_pdmc_sinc_order_get() 152 struct snd_ctl_elem_value *uvalue) in mchp_pdmc_sinc_order_put() argument 157 unsigned int *item = uvalue->value.enumerated.item; in mchp_pdmc_sinc_order_put() 173 struct snd_ctl_elem_value *uvalue) in mchp_pdmc_af_get() argument 178 uvalue->value.integer.value[0] = !!dd->audio_filter_en; in mchp_pdmc_af_get() 184 struct snd_ctl_elem_value *uvalue) in mchp_pdmc_af_put() argument 188 bool af = uvalue->value.integer.value[0] ? true : false; in mchp_pdmc_af_put()
|
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/ |
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()
|
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()
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
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() 1690 c->pre_bit_error.stat[0].uvalue = t_pre_bit_error; in mb86a20s_get_stats() 1692 c->pre_bit_count.stat[0].uvalue = t_pre_bit_count; in mb86a20s_get_stats() 1711 c->post_bit_error.stat[0].uvalue = t_post_bit_error; in mb86a20s_get_stats() 1713 c->post_bit_count.stat[0].uvalue = t_post_bit_count; in mb86a20s_get_stats() 1728 c->block_error.stat[0].uvalue = t_block_error; in mb86a20s_get_stats() 1730 c->block_count.stat[0].uvalue = t_block_count; in mb86a20s_get_stats() [all …]
|
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()
|
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()
|
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()
|
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() 435 *signal_strength = c->strength.stat[0].uvalue; in cx24120_read_signal_strength() 639 c->strength.stat[0].uvalue = sig; in cx24120_get_stats() 680 c->post_bit_error.stat[0].uvalue += ber; in cx24120_get_stats() 683 c->post_bit_count.stat[0].uvalue += CX24120_BER_WSIZE; in cx24120_get_stats() 696 state->ucb_offset = c->block_error.stat[0].uvalue; in cx24120_get_stats() 699 c->block_error.stat[0].uvalue = ucb + state->ucb_offset; in cx24120_get_stats() 702 c->block_count.stat[0].uvalue += state->bitrate / 8 / 208; in cx24120_get_stats() 1542 *ucblocks = c->block_error.stat[0].uvalue - state->ucb_offset; in cx24120_read_ucblocks()
|
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()
|
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()
|
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()
|
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()
|
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()
|
A D | cxd2820r_t2.c | 320 c->strength.stat[0].uvalue = strength; in cxd2820r_read_status_t2() 372 c->post_bit_error.stat[0].uvalue = priv->post_bit_error; in cxd2820r_read_status_t2()
|
A D | mn88472.c | 85 c->strength.stat[0].uvalue = utmp1; in mn88472_read_status() 185 c->block_error.stat[0].uvalue += utmp1; in mn88472_read_status() 187 c->block_count.stat[0].uvalue += utmp2; in mn88472_read_status()
|
/linux-6.3-rc2/sound/pci/hda/ |
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()
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-pcf8523.c | 249 param->uvalue = RTC_BSM_LEVEL; in pcf8523_param_get() 253 param->uvalue = RTC_BSM_DIRECT; in pcf8523_param_get() 256 param->uvalue = RTC_BSM_STANDBY; in pcf8523_param_get() 259 param->uvalue = RTC_BSM_DISABLED; in pcf8523_param_get() 278 switch (param->uvalue) { in pcf8523_param_set()
|
/linux-6.3-rc2/drivers/media/dvb-frontends/cxd2880/ |
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() 1248 c->block_error.stat[0].uvalue += block_err; in cxd2880_get_stats() [all …]
|
/linux-6.3-rc2/sound/soc/fsl/ |
A D | fsl_spdif.c | 790 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_get() argument 796 uvalue->value.iec958.status[0] = ctrl->ch_status[0]; in fsl_spdif_pb_get() 797 uvalue->value.iec958.status[1] = ctrl->ch_status[1]; in fsl_spdif_pb_get() 798 uvalue->value.iec958.status[2] = ctrl->ch_status[2]; in fsl_spdif_pb_get() 799 uvalue->value.iec958.status[3] = ctrl->ch_status[3]; in fsl_spdif_pb_get() 805 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_put() argument 811 ctrl->ch_status[0] = uvalue->value.iec958.status[0]; in fsl_spdif_pb_put() 812 ctrl->ch_status[1] = uvalue->value.iec958.status[1]; in fsl_spdif_pb_put() 813 ctrl->ch_status[2] = uvalue->value.iec958.status[2]; in fsl_spdif_pb_put() 814 ctrl->ch_status[3] = uvalue->value.iec958.status[3]; in fsl_spdif_pb_put()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | rtc.h | 73 __u64 uvalue; member
|
/linux-6.3-rc2/include/sound/sof/ |
A D | control.h | 92 uint32_t uvalue; member
|