Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_backlight.c17 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()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dtoggle-switch.scss37 input.toggle-switch__round-flat:focus + label {
42 input.toggle-switch__round-flat + label {
51 input.toggle-switch__round-flat + label:before,
52 input.toggle-switch__round-flat + label:after {
57 input.toggle-switch__round-flat + label:before {
66 input.toggle-switch__round-flat + label:after {
77 input.toggle-switch__round-flat:checked + label {
80 input.toggle-switch__round-flat:checked + label:before {
83 input.toggle-switch__round-flat:checked + label:after {
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu-backlight.c25 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()
/openbmc/u-boot/doc/driver-model/
H A Dlivetree.txt8 Traditionally U-Boot has used a 'flat' device tree. This means that it
9 reads directly from the device tree binary structure. It is called a flat
20 The flat device tree has several advantages:
30 However the flat device tree does have some limitations. Adding new
39 avoids the worst of the flat tree's limitations. But if the tree is to be
50 tree node regardless of whether it is in the flat tree or livetree.
52 The 'ofnode' type provides this. An ofnode can point to either a flat tree
63 hood it uses ofnode so it works with both flat and live device trees.
69 CONFIG_OF_LIVE enables livetree. When this option is enabled, the flat
83 properties. This only works with a flat device tree. The drivers should be
[all …]
/openbmc/u-boot/tools/
H A Dzynqmpbif.c552 char *flat; in elf2flat64() local
575 flat = calloc(1, *flat_size); in elf2flat64()
576 if (!flat) in elf2flat64()
581 char *dst = flat + le64_to_cpu(shdr->sh_addr) - min_addr; in elf2flat64()
592 return flat; in elf2flat64()
600 char *flat; in elf2flat32() local
623 flat = calloc(1, *flat_size); in elf2flat32()
624 if (!flat) in elf2flat32()
629 char *dst = flat + le32_to_cpu(shdr->sh_addr) - min_addr; in elf2flat32()
640 return flat; in elf2flat32()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst48 .. 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 …]
H A Dext-ctrls-codec-stateless.rst43 .. 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 …]
H A Dmetafmt-vsp1-hgo.rst44 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes)
95 .. flat-table:: VSP1 HGO Data - 64 Bins, Max Mode (264 bytes)
120 .. flat-table:: VSP1 HGO Data - 256 Bins, Normal Mode (1032 bytes)
145 .. flat-table:: VSP1 HGO Data - 256 Bins, Max Mode (1032 bytes)
H A Dyuv-formats.rst59 .. 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
H A Dcolorspaces-defs.rst38 .. 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
H A Dvidioc-dqevent.rst45 .. 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
/openbmc/qemu/include/block/
H A Dqapi.h34 bool flat, Error **errp);
41 bdrv_query_image_info(BlockDriverState *bs, ImageInfo **p_info, bool flat,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery-icheck_1.0.3.bb22 install -d ${D}${datadir}/javascript/jquery-icheck/skins/flat/
23 install -m 0644 ${S}/skins/flat/* ${D}${datadir}/javascript/jquery-icheck/skins/flat/
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp548 auto flat = pel.data(); in TEST_F() local
549 EXPECT_EQ(realPELData, flat); in TEST_F()
/openbmc/qemu/block/
H A Dvmdk.c137 bool flat; member
529 BdrvChild *file, bool flat, int64_t sectors, in vmdk_add_extent() argument
576 extent->flat = flat; in vmdk_add_extent()
583 extent->cluster_sectors = flat ? sectors : cluster_sectors; in vmdk_add_extent()
1431 if (!s->extents[i].flat) { in vmdk_refresh_limits()
1600 if (extent->flat) { in get_cluster_offset()
1814 if (extent->flat) { in vmdk_co_block_status()
2216 vmdk_init_extent(BlockBackend *blk, int64_t filesize, bool flat, bool compress, in vmdk_init_extent() argument
2225 if (flat) { in vmdk_init_extent()
2328 vmdk_create_extent(const char *filename, int64_t filesize, bool flat, in vmdk_create_extent() argument
[all …]
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go3.dts46 abs-flat = <10>;
54 abs-flat = <10>;
62 abs-flat = <10>;
70 abs-flat = <10>;
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst14 .. flat-table::
28 .. flat-table::
45 .. flat-table::
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fclose.rst25 .. flat-table::
43 .. flat-table::
H A Daudio-fclose.rst25 .. flat-table::
43 .. flat-table::
H A Daudio-set-streamtype.rst27 .. flat-table::
58 .. flat-table::
H A Dvideo-slowmotion.rst27 .. flat-table::
64 .. flat-table::
H A Dvideo-fast-forward.rst27 .. flat-table::
64 .. flat-table::
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/
H A D__init__.py62 values_list('package__name', flat=True))
85 self.assertTrue('zlib' in Package.objects.values_list('name', flat=True))
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst46 .. flat-table:: struct cec_connector_info
66 .. flat-table:: Connector types
91 .. flat-table:: struct cec_drm_connector_info
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A Dgtkdocdir.patch26 -GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat])
27 +GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat --docdir libkmod/docs])

12345678910>>...16