Home
last modified time | relevance | path

Searched refs:h_in (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_overlay.c244 unsigned int w_in, h_in; in meson_overlay_setup_scaler_params() local
259 h_in = fixed16_to_int(state->src_h); in meson_overlay_setup_scaler_params()
271 w_in, h_in, crop_top, crop_left); in meson_overlay_setup_scaler_params()
276 ratio_y = (h_in << 18) / video_height; in meson_overlay_setup_scaler_params()
290 start = video_top + video_height / 2 - ((h_in << 17) / ratio_y); in meson_overlay_setup_scaler_params()
291 end = (h_in << 18) / ratio_y + start - 1; in meson_overlay_setup_scaler_params()
310 vd_end_lines = (temp <= (h_in - 1)) ? temp : (h_in - 1); in meson_overlay_setup_scaler_params()
337 afbc_bottom_src = round_up(h_in + 1, 4); in meson_overlay_setup_scaler_params()
437 priv->viu.vpp_pic_in_height = h_in; in meson_overlay_setup_scaler_params()
/linux-6.1.9/tools/testing/selftests/drivers/net/dsa/
Dlib.sh1395 local h_in=$1; shift # Where the traffic egresses the host
1400 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
/linux-6.1.9/tools/testing/selftests/drivers/net/bonding/
Dnet_forwarding_lib.sh1395 local h_in=$1; shift # Where the traffic egresses the host
1400 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
/linux-6.1.9/tools/testing/selftests/drivers/net/team/
Dnet_forwarding_lib.sh1395 local h_in=$1; shift # Where the traffic egresses the host
1400 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
/linux-6.1.9/tools/testing/selftests/net/forwarding/
Dlib.sh1395 local h_in=$1; shift # Where the traffic egresses the host
1400 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c874 u32 h_in = dflow->in_w; in d71_downscaling_clk_check() local
899 fraction = h_in; in d71_downscaling_clk_check()
902 fraction = h_in * v_in; in d71_downscaling_clk_check()