Searched refs:lvalue (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 856 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 860 if ($lvalue =~ /^(TEST|BISECT|CONFIG_BISECT)_TYPE(\[.*\])?$/ && 876 if (defined($opt{$lvalue})) { 877 if (!$override || defined(${$overrides}{$lvalue})) { 882 die "$name: $.: Option $lvalue defined more than once!\n$extra"; 884 ${$overrides}{$lvalue} = $prvalue; 887 $opt{$lvalue} = $prvalue; 891 my ($lvalue, $rvalue, $name) = @_; 896 if (defined($evals{$lvalue})) { 897 $arr = $evals{$lvalue}; [all …]
|
| /linux/net/sched/ |
| H A D | em_meta.c | 85 struct meta_value lvalue; member 853 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 || in em_meta_match() 857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match() 859 switch (meta->lvalue.hdr.op) { in em_meta_match() 874 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete() 877 ops->destroy(&meta->lvalue); in meta_delete() 936 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left)); in em_meta_change() 939 if (!meta_is_supported(&meta->lvalue) || in em_meta_change() 945 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE]) < 0 || in em_meta_change() 972 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left)); in em_meta_dump() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | da7218.c | 451 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_alc_sw_put() local 458 if ((lvalue || rvalue) && (!da7218->alc_en)) in da7218_alc_sw_put() 463 da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_alc_sw_put() 520 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_mic_lvl_det_sw_put() local 527 da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_mic_lvl_det_sw_put()
|
| H A D | rt711-sdca.c | 563 unsigned int lvalue, rvalue; in rt711_sdca_set_gain_put() local 569 regmap_read(rt711->mbq_regmap, mc->reg, &lvalue); in rt711_sdca_set_gain_put() 617 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt711_sdca_set_gain_put()
|
| H A D | rt721-sdca.c | 351 unsigned int lvalue, rvalue; in rt721_sdca_set_gain_put() local 360 regmap_read(rt721->mbq_regmap, mc->reg, &lvalue); in rt721_sdca_set_gain_put() 409 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt721_sdca_set_gain_put()
|
| H A D | rt722-sdca.c | 357 unsigned int lvalue, rvalue; in rt722_sdca_set_gain_put() local 365 regmap_read(rt722->regmap, mc->reg, &lvalue); in rt722_sdca_set_gain_put() 400 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt722_sdca_set_gain_put()
|
| H A D | rt712-sdca.c | 497 unsigned int lvalue, rvalue; in rt712_sdca_set_gain_put() local 504 regmap_read(rt712->mbq_regmap, mc->reg, &lvalue); in rt712_sdca_set_gain_put() 539 if (lvalue == gain_l_val && rvalue == gain_r_val) in rt712_sdca_set_gain_put()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5693 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5719 lvalue = atomic_read(&phba->cgn_latency_evt_cnt); in lpfc_cmf_stats_timer() 5790 if (lvalue) { in lpfc_cmf_stats_timer() 5791 lvalue = (uint32_t)div_u64(latsum, lvalue); in lpfc_cmf_stats_timer() 5792 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() 5818 lvalue = 0; in lpfc_cmf_stats_timer() 5825 lvalue += le32_to_cpu(cp->cgn_latency_min[i]); in lpfc_cmf_stats_timer() 5829 if (lvalue) /* Avg of latency averages */ in lpfc_cmf_stats_timer() 5830 lvalue /= LPFC_MIN_HOUR; in lpfc_cmf_stats_timer() 5839 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1880 long long lvalue; in adjust_var_secinfo_array() 1889 if (enum_value_from_name(btf, t, name, &lvalue) == 0) { in adjust_var_secinfo_array() 1890 *value = lvalue; in adjust_var_secinfo_array() 1826 long long lvalue; find_enum_value() local
|