Searched refs:full_range (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/samples/bpf/ |
D | tracex3_user.c | 62 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() 119 full_range = true; in main()
|
/Linux-v5.10/drivers/hid/ |
D | hid-lg4ff.c | 624 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.10/net/netfilter/ |
D | nf_nat_core.c | 338 bool full_range; in find_best_ips_proto() local 371 full_range = false; in find_best_ips_proto() 376 if (!full_range) { in find_best_ips_proto() 388 full_range = true; in find_best_ips_proto()
|
/Linux-v5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-params.c | 753 static void rkisp1_csm_config(struct rkisp1_params *params, bool full_range) in rkisp1_csm_config() argument 767 if (full_range) { in rkisp1_csm_config()
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 852 bool full_range; member 857 bool full_range; member 872 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef() 890 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_wb_write_color_conv_coef()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 3976 bool full_range; in fill_plane_color_attributes() local 3984 full_range = (plane_state->color_range == DRM_COLOR_YCBCR_FULL_RANGE); in fill_plane_color_attributes() 3988 if (full_range) in fill_plane_color_attributes() 3995 if (full_range) in fill_plane_color_attributes() 4002 if (full_range) in fill_plane_color_attributes()
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 240 int full_range; member 674 REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef()
|