Home
last modified time | relevance | path

Searched refs:uvalue (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v5.15/drivers/media/common/siano/
Dsmsdvb-main.c268 c->strength.stat[0].uvalue = p->in_band_power * 1000; in smsdvb_update_per_slices()
278 client->last_per = c->block_error.stat[0].uvalue; in smsdvb_update_per_slices()
281 c->block_error.stat[0].uvalue += p->ets_packets; in smsdvb_update_per_slices()
282 c->block_count.stat[0].uvalue += p->ets_packets + p->ts_packets; in smsdvb_update_per_slices()
287 c->post_bit_error.stat[0].uvalue += p->ber_error_count; in smsdvb_update_per_slices()
288 c->post_bit_count.stat[0].uvalue += p->ber_bit_count; in smsdvb_update_per_slices()
326 c->strength.stat[0].uvalue = p->in_band_pwr * 1000; in smsdvb_update_dvb_stats()
333 client->last_per = c->block_error.stat[0].uvalue; in smsdvb_update_dvb_stats()
336 c->block_error.stat[0].uvalue += p->error_ts_packets; in smsdvb_update_dvb_stats()
337 c->block_count.stat[0].uvalue += p->total_ts_packets; in smsdvb_update_dvb_stats()
[all …]
/Linux-v5.15/kernel/bpf/
Dbpf_struct_ops.c52 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 …]
/Linux-v5.15/sound/soc/atmel/
Dmchp-spdifrx.c512 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_get() argument
528 memcpy(uvalue->value.iec958.status, ch_stat->data, in mchp_spdifrx_cs_get()
535 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs1_get() argument
540 return mchp_spdifrx_cs_get(dev, 0, uvalue); in mchp_spdifrx_cs1_get()
544 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs2_get() argument
549 return mchp_spdifrx_cs_get(dev, 1, uvalue); in mchp_spdifrx_cs2_get()
553 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_cs_mask() argument
555 memset(uvalue->value.iec958.status, 0xff, in mchp_spdifrx_cs_mask()
556 sizeof(uvalue->value.iec958.status)); in mchp_spdifrx_cs_mask()
563 struct snd_ctl_elem_value *uvalue) in mchp_spdifrx_subcode_ch_get() argument
[all …]
Dmchp-spdiftx.c572 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_get() argument
580 memcpy(uvalue->value.iec958.status, ctrl->ch_stat, in mchp_spdiftx_cs_get()
588 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_put() argument
599 if (ctrl->ch_stat[i] != uvalue->value.iec958.status[i]) in mchp_spdiftx_cs_put()
601 ctrl->ch_stat[i] = uvalue->value.iec958.status[i]; in mchp_spdiftx_cs_put()
623 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_cs_mask() argument
625 memset(uvalue->value.iec958.status, 0xff, in mchp_spdiftx_cs_mask()
626 sizeof(uvalue->value.iec958.status)); in mchp_spdiftx_cs_mask()
632 struct snd_ctl_elem_value *uvalue) in mchp_spdiftx_subcode_get() argument
640 memcpy(uvalue->value.iec958.subcode, ctrl->user_data, in mchp_spdiftx_subcode_get()
[all …]
/Linux-v5.15/drivers/media/test-drivers/vidtv/
Dvidtv_demod.c143 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()
Dvidtv_mux.c433 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-v5.15/drivers/media/dvb-frontends/
Dmb86a20s.c327 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 …]
Dmn88443x.c287 c->strength.stat[0].uvalue = agc; in mn88443x_s_read_status()
326 c->cnr.stat[0].uvalue = cnr; in mn88443x_s_read_status()
347 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_s_read_status()
350 c->post_bit_count.stat[0].uvalue = bit_cnt; in mn88443x_s_read_status()
491 c->strength.stat[0].uvalue = agc; in mn88443x_t_read_status()
515 c->cnr.stat[0].uvalue = cnr; in mn88443x_t_read_status()
539 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_t_read_status()
542 c->post_bit_count.stat[0].uvalue = bit_cnt; in mn88443x_t_read_status()
Dtc90522.c292 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()
Dmn88473.c325 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()
Dcx24120.c344 *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()
Dsi2165.c753 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()
Dcxd2820r_c.c190 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()
Dlgdt330x.c707 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()
Drtl2830.c424 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()
Dcxd2820r_t.c295 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()
Dcxd2820r_t2.c320 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()
Dmn88472.c85 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()
Dmxl692.c1201 c->post_bit_error.stat[0].uvalue += atsc_errors->error_bytes; in mxl692_read_ber_ucb()
1203 c->post_bit_count.stat[0].uvalue += utmp; in mxl692_read_ber_ucb()
1206 c->block_error.stat[0].uvalue += atsc_errors->error_packets; in mxl692_read_ber_ucb()
1209 c->post_bit_count.stat[0].uvalue, c->block_error.stat[0].uvalue); in mxl692_read_ber_ucb()
Dsi2168.c196 c->post_bit_error.stat[0].uvalue += utmp1; in si2168_read_status()
198 c->post_bit_count.stat[0].uvalue += utmp2; in si2168_read_status()
219 c->block_error.stat[0].uvalue += utmp1; in si2168_read_status()
/Linux-v5.15/sound/pci/hda/
Dpatch_si3054.c86 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-v5.15/sound/soc/fsl/
Dfsl_spdif.c703 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_get() argument
709 uvalue->value.iec958.status[0] = ctrl->ch_status[0]; in fsl_spdif_pb_get()
710 uvalue->value.iec958.status[1] = ctrl->ch_status[1]; in fsl_spdif_pb_get()
711 uvalue->value.iec958.status[2] = ctrl->ch_status[2]; in fsl_spdif_pb_get()
712 uvalue->value.iec958.status[3] = ctrl->ch_status[3]; in fsl_spdif_pb_get()
718 struct snd_ctl_elem_value *uvalue) in fsl_spdif_pb_put() argument
724 ctrl->ch_status[0] = uvalue->value.iec958.status[0]; in fsl_spdif_pb_put()
725 ctrl->ch_status[1] = uvalue->value.iec958.status[1]; in fsl_spdif_pb_put()
726 ctrl->ch_status[2] = uvalue->value.iec958.status[2]; in fsl_spdif_pb_put()
727 ctrl->ch_status[3] = uvalue->value.iec958.status[3]; in fsl_spdif_pb_put()
/Linux-v5.15/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c1050 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 …]
/Linux-v5.15/include/sound/sof/
Dcontrol.h92 uint32_t uvalue; member
/Linux-v5.15/Documentation/driver-api/media/
Ddtv-frontend.rst193 c->strength.stat[0].uvalue = strength;
374 c->pre_bit_error.stat[0].uvalue += bit_error;
376 c->pre_bit_count.stat[0].uvalue += rc;
427 c->pre_bit_error.stat[0].uvalue += bit_error;
429 c->pre_bit_count.stat[0].uvalue += bits;

12