Searched refs:full_range (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | tracex3_user.c | 63 bool full_range = false; variable 68 if (full_range) in print_banner() 98 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist() 129 full_range = true; in main()
|
| /Linux-v5.4/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.4/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.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dispc.c | 863 bool full_range; member 868 bool full_range; member 883 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef() 901 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_wb_write_color_conv_coef()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm.c | 2915 bool full_range; in fill_plane_color_attributes() local 2923 full_range = (plane_state->color_range == DRM_COLOR_YCBCR_FULL_RANGE); in fill_plane_color_attributes() 2927 if (full_range) in fill_plane_color_attributes() 2934 if (full_range) in fill_plane_color_attributes() 2941 if (full_range) in fill_plane_color_attributes()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dispc.c | 240 int full_range; member 700 REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), ct->full_range, 11, 11); in dispc_ovl_write_color_conv_coef()
|