| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| D | fb_backlight.c | 17 unsigned int i, flat, count, range = (max - min); in fb_bl_default_curve() local 23 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) in fb_bl_default_curve() 24 fb_info->bl_curve[flat] = min; in fb_bl_default_curve() 28 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count); in fb_bl_default_curve()
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-codec.rst | 48 .. flat-table:: 103 .. flat-table:: 126 .. flat-table:: 150 .. flat-table:: 177 .. flat-table:: 222 .. flat-table:: 267 .. flat-table:: 315 .. flat-table:: 370 .. flat-table:: 397 .. flat-table:: [all …]
|
| D | vidioc-dqevent.rst | 46 .. flat-table:: struct v4l2_event 107 .. flat-table:: Event Types 195 .. flat-table:: struct v4l2_event_vsync 209 .. flat-table:: struct v4l2_event_ctrl 259 .. flat-table:: struct v4l2_event_frame_sync 273 .. flat-table:: struct v4l2_event_src_change 288 .. flat-table:: struct v4l2_event_motion_det 317 .. flat-table:: Control Changes 342 .. flat-table:: Source Changes
|
| D | colorspaces-defs.rst | 38 .. flat-table:: V4L2 Colorspaces 80 .. flat-table:: V4L2 Transfer Function 109 .. flat-table:: V4L2 Y'CbCr Encodings 138 .. flat-table:: V4L2 HSV Encodings 156 .. flat-table:: V4L2 Quantization Methods
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-codec.rst | 48 .. flat-table:: 103 .. flat-table:: 126 .. flat-table:: 150 .. flat-table:: 177 .. flat-table:: 222 .. flat-table:: 267 .. flat-table:: 315 .. flat-table:: 370 .. flat-table:: 397 .. flat-table:: [all …]
|
| D | ext-ctrls-codec-stateless.rst | 43 .. flat-table:: struct v4l2_ctrl_h264_sps 113 .. flat-table:: 143 .. flat-table:: 186 .. flat-table:: struct v4l2_ctrl_h264_pps 241 .. flat-table:: 292 .. flat-table:: struct v4l2_ctrl_h264_scaling_matrix 327 .. flat-table:: struct v4l2_ctrl_h264_slice_params 396 .. flat-table:: 423 .. flat-table:: struct v4l2_ctrl_h264_pred_weights 451 .. flat-table:: struct v4l2_h264_weight_factors [all …]
|
| D | vidioc-dqevent.rst | 45 .. flat-table:: struct v4l2_event 106 .. flat-table:: Event Types 194 .. flat-table:: struct v4l2_event_vsync 208 .. flat-table:: struct v4l2_event_ctrl 258 .. flat-table:: struct v4l2_event_frame_sync 272 .. flat-table:: struct v4l2_event_src_change 287 .. flat-table:: struct v4l2_event_motion_det 316 .. flat-table:: Control Changes 346 .. flat-table:: Source Changes
|
| D | colorspaces-defs.rst | 38 .. flat-table:: V4L2 Colorspaces 80 .. flat-table:: V4L2 Transfer Function 109 .. flat-table:: V4L2 Y'CbCr Encodings 138 .. flat-table:: V4L2 HSV Encodings 156 .. flat-table:: V4L2 Quantization Methods
|
| D | yuv-formats.rst | 59 .. flat-table:: 4:2:2 subsampling, interstitially sited 104 .. flat-table:: 4:2:2 subsampling, co-sited 149 .. flat-table:: 4:2:0 subsampling, horizontally interstitially sited, vertically co-sited 194 .. flat-table:: 4:1:0 subsampling, horizontally and vertically interstitially sited
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ |
| D | ia_css_tdf_types.h | 34 s32 thres_flat_table[64]; /** Final optimized strength table of NR for flat region. */ 36 s32 epsilon_0; /** Coefficient to control variance for dark area (for flat region). */ 37 s32 epsilon_1; /** Coefficient to control variance for bright area (for flat region). */ 40 s32 sepa_flat; /** Threshold to judge flat (edge < m_Flat_thre). */ 42 s32 blend_flat; /** Blending ratio at flat region. */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/ |
| D | ia_css_tdf_types.h | 34 s32 thres_flat_table[64]; /** Final optimized strength table of NR for flat region. */ 36 s32 epsilon_0; /** Coefficient to control variance for dark area (for flat region). */ 37 s32 epsilon_1; /** Coefficient to control variance for bright area (for flat region). */ 40 s32 sepa_flat; /** Threshold to judge flat (edge < m_Flat_thre). */ 42 s32 blend_flat; /** Blending ratio at flat region. */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kcsan.h | 21 * other nestable regions; and (b) flat atomic regions that do not keep 23 * other, and a flat region may be started in a nestable region or 28 * atomic regions, but reader critical sections as (b) flat atomic 34 * for (a), and whether the leaf level is flat for (b).
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | via-pmu-backlight.c | 26 int i, flat, count, range = (max - min); in pmu_backlight_init_curve() local 30 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) in pmu_backlight_init_curve() 31 bl_curve[flat] = min; in pmu_backlight_init_curve() 35 bl_curve[flat + i] = min + (range * (i + 1) / count); in pmu_backlight_init_curve()
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| D | via-pmu-backlight.c | 25 int i, flat, count, range = (max - min); in pmu_backlight_init_curve() local 29 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) in pmu_backlight_init_curve() 30 bl_curve[flat] = min; in pmu_backlight_init_curve() 34 bl_curve[flat + i] = min + (range * (i + 1) / count); in pmu_backlight_init_curve()
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | flat.h | 3 * flat.h -- uClinux flat-format executables 9 #include <asm-generic/flat.h>
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | flat.h | 3 * flat.h -- uClinux flat-format executables 9 #include <asm-generic/flat.h>
|
| /kernel/linux/linux-5.10/fs/ |
| D | Kconfig.binfmt | 104 bool "Kernel support for flat binaries" 107 Support uClinux FLAT format binaries. 116 bool "Enable support for very old legacy flat binaries" 119 Support decade old uClinux FLAT format binaries. Unless you know 127 Support FLAT format compressed binaries 130 bool "Enable shared FLAT support" 133 Support FLAT shared libraries
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kcsan.h | 29 * other nestable regions; and (b) flat atomic regions that do not keep 31 * other, and a flat region may be started in a nestable region or 36 * atomic regions, but reader critical sections as (b) flat atomic 42 * for (a), and whether the leaf level is flat for (b).
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | ip6gre_flat.sh | 5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for 38 test_traffic_ip4ip6 "GRE flat IPv4-in-IPv6" 39 test_traffic_ip6ip6 "GRE flat IPv6-in-IPv6"
|
| D | ip6gre_flat_key.sh | 5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for 38 test_traffic_ip4ip6 "GRE flat IPv4-in-IPv6 with key" 39 test_traffic_ip6ip6 "GRE flat IPv6-in-IPv6 with key"
|
| D | ip6gre_flat_keys.sh | 5 # This test uses flat topology for IP tunneling tests. See ip6gre_lib.sh for 38 test_traffic_ip4ip6 "GRE flat IPv4-in-IPv6 with ikey/okey" 39 test_traffic_ip6ip6 "GRE flat IPv6-in-IPv6 with ikey/okey"
|
| /kernel/linux/linux-6.6/fs/ |
| D | Kconfig.binfmt | 117 bool "Kernel support for flat binaries" 120 Support uClinux FLAT format binaries. 132 bool "Enable support for very old legacy flat binaries" 135 Support decade old uClinux FLAT format binaries. Unless you know 143 Support FLAT format compressed binaries
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
| D | media-ioc-g-topology.rst | 53 .. flat-table:: struct media_v2_topology 126 .. flat-table:: struct media_v2_entity 163 .. flat-table:: struct media_v2_interface 196 .. flat-table:: struct media_v2_intf_devnode 213 .. flat-table:: struct media_v2_pad 248 .. flat-table:: struct media_v2_link
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/mediactl/ |
| D | media-ioc-g-topology.rst | 53 .. flat-table:: struct media_v2_topology 126 .. flat-table:: struct media_v2_entity 163 .. flat-table:: struct media_v2_interface 196 .. flat-table:: struct media_v2_intf_devnode 213 .. flat-table:: struct media_v2_pad 248 .. flat-table:: struct media_v2_link
|
| /kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
| D | apic_flat_64.c | 5 * Flat APIC subarch code. 80 .name = "flat", 132 printk(KERN_DEBUG "system APIC only can use physical flat"); in physflat_acpi_madt_oem_check() 152 .name = "physical flat",
|