| /linux-6.15/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() 972 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left)); in em_meta_dump() 978 ops = meta_type_ops(&meta->lvalue); in em_meta_dump() [all …]
|
| /linux-6.15/tools/testing/ktest/ |
| H A D | ktest.pl | 883 $opt{$lvalue} = $prvalue; 893 $arr = $evals{$lvalue}; 896 $evals{$lvalue} = $arr; 906 delete $variable{$lvalue}; 909 $variable{$lvalue} = $rvalue; 1194 my $lvalue = $1; 1208 my $lvalue = $1; 1212 ($lvalue eq "NUM_TESTS" || 1213 $lvalue eq "LOG_FILE" || 1214 $lvalue eq "CLEAR_LOG")) { [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx-macsec.c | 292 u32 lvalue = value; in nxp_c45_macsec_write() local 306 lvalue >>= 16; in nxp_c45_macsec_write() 314 u32 lvalue; in nxp_c45_macsec_read() local 326 lvalue = (u32)ret & 0xffff; in nxp_c45_macsec_read() 331 lvalue |= (u32)ret << 16; in nxp_c45_macsec_read() 332 *value = lvalue; in nxp_c45_macsec_read() 342 u32 lvalue; in nxp_c45_macsec_read32_64() local 345 *value = lvalue; in nxp_c45_macsec_read32_64() 351 u32 lvalue; in nxp_c45_macsec_read64() local 354 *value = (u64)lvalue << 32; in nxp_c45_macsec_read64() [all …]
|
| /linux-6.15/drivers/media/platform/imagination/ |
| H A D | e5010-jpeg-enc.c | 194 u32 lvalue, cvalue; in update_qp_tables() local 196 lvalue = 0; in update_qp_tables() 200 lvalue |= ctx->luma_qp[i] << (8 * (i % 4)); in update_qp_tables() 206 lvalue); in update_qp_tables() 211 lvalue = 0; in update_qp_tables()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 841 unsigned int lvalue, rvalue; in rt1320_set_gain_put() local 851 regmap_read(rt1320->mbq_regmap, mc->reg, &lvalue); in rt1320_set_gain_put() 868 if (lvalue == gain_l_val && rvalue == gain_r_val) in rt1320_set_gain_put()
|
| 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 | 564 unsigned int lvalue, rvalue; in rt711_sdca_set_gain_put() local 570 regmap_read(rt711->mbq_regmap, mc->reg, &lvalue); in rt711_sdca_set_gain_put() 618 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt711_sdca_set_gain_put()
|
| H A D | rt722-sdca.c | 358 unsigned int lvalue, rvalue; in rt722_sdca_set_gain_put() local 366 regmap_read(rt722->regmap, mc->reg, &lvalue); in rt722_sdca_set_gain_put() 401 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt722_sdca_set_gain_put()
|
| H A D | rt721-sdca.c | 346 unsigned int lvalue, rvalue; in rt721_sdca_set_gain_put() local 355 regmap_read(rt721->mbq_regmap, mc->reg, &lvalue); in rt721_sdca_set_gain_put() 404 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt721_sdca_set_gain_put()
|
| H A D | rt712-sdca.c | 498 unsigned int lvalue, rvalue; in rt712_sdca_set_gain_put() local 505 regmap_read(rt712->mbq_regmap, mc->reg, &lvalue); in rt712_sdca_set_gain_put() 540 if (lvalue == gain_l_val && rvalue == gain_r_val) in rt712_sdca_set_gain_put()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5685 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5782 if (lvalue) { in lpfc_cmf_stats_timer() 5783 lvalue = (uint32_t)div_u64(latsum, lvalue); in lpfc_cmf_stats_timer() 5784 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() 5810 lvalue = 0; in lpfc_cmf_stats_timer() 5822 lvalue /= LPFC_MIN_HOUR; in lpfc_cmf_stats_timer() 5831 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() 5857 lvalue = 0; in lpfc_cmf_stats_timer() 5869 lvalue /= LPFC_HOUR_DAY; in lpfc_cmf_stats_timer() 5878 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() [all …]
|