Home
last modified time | relevance | path

Searched refs:full_range (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/samples/bpf/
Dtracex3_user.c62 bool full_range = false; variable
67 if (full_range) in print_banner()
97 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
118 full_range = true; in main()
/Linux-v5.15/drivers/hid/
Dhid-lg4ff.c624 int start_left, start_right, full_range; in lg4ff_set_range_dfp() local
653 full_range = 900; in lg4ff_set_range_dfp()
656 full_range = 200; in lg4ff_set_range_dfp()
676 start_left = (((full_range - range + 1) * 2047) / full_range); in lg4ff_set_range_dfp()
/Linux-v5.15/net/netfilter/
Dnf_nat_core.c318 bool full_range; in find_best_ips_proto() local
351 full_range = false; in find_best_ips_proto()
356 if (!full_range) { in find_best_ips_proto()
368 full_range = true; in find_best_ips_proto()
/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-params.c754 static void rkisp1_csm_config(struct rkisp1_params *params, bool full_range) in rkisp1_csm_config() argument
768 if (full_range) { in rkisp1_csm_config()
/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/
Ddispc.c853 bool full_range; member
858 bool full_range; member
873 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef()
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c240 int full_range; member
674 REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4904 bool full_range; in fill_plane_color_attributes() local
4912 full_range = (plane_state->color_range == DRM_COLOR_YCBCR_FULL_RANGE); in fill_plane_color_attributes()
4916 if (full_range) in fill_plane_color_attributes()
4923 if (full_range) in fill_plane_color_attributes()
4930 if (full_range) in fill_plane_color_attributes()