/openbmc/linux/drivers/firewire/ |
H A D | core-topology.c | 137 int depths[2] = { -1, -1 }; in update_hop_count() local 148 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 149 depths[1] = depths[0]; in update_hop_count() 150 depths[0] = node->ports[i]->max_depth; in update_hop_count() 151 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 152 depths[1] = node->ports[i]->max_depth; in update_hop_count() 155 node->max_depth = depths[0] + 1; in update_hop_count() 156 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
H A D | xf86-video-vesa_2.6.0.bb | 10 supports depths 8, 15 16 and 24."
|
H A D | xf86-video-intel_git.bb | 6 chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
|
/openbmc/linux/Documentation/fb/ |
H A D | tridentfb.rst | 17 The driver supports 8, 16 and 32 bits per pixel depths. 28 switch resolution which the chip does not support at some depths for
|
H A D | sh7760fb.rst | 9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
|
H A D | intel810.rst | 37 - Supports color depths of 8, 16, 24 and 32 bits per pixel 167 Use directcolor visual instead of truecolor for pixel depths greater
|
H A D | matroxfb.rst | 101 color depth of your X desktop must match resolution and color depths of your
|
/openbmc/linux/block/ |
H A D | Kconfig.iosched | 16 synchronous writes, it will self-tune queue depths to achieve that
|
/openbmc/qemu/hw/display/ |
H A D | g364fb.c | 338 static const int depths[8] = { 1, 2, 4, 8, 15, 16, 0 }; in g364fb_update_depth() local 339 s->depth = depths[(s->ctla & 0x00700000) >> 20]; in g364fb_update_depth()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | audiophile-usb.rst | 49 * Two interfaces can't use different sample depths at the same time. 52 Please exit any audio application running before switching between bit depths 117 rates/depths automatically according to the user's needs. However, those who
|
/openbmc/docs/ |
H A D | yocto-development.md | 96 is a faster way. The `rootfs` directory down in the depths of the `build/tmp`
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l33.txt | 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | Kconfig | 74 and 4 bits per pixel depths which has opposite order of pixels in
|
/openbmc/linux/Documentation/scsi/ |
H A D | sym53c8xx_2.rst | 288 depths from the boot command-line. For example:: 292 will set tagged commands queue depths as follow:
|
H A D | ChangeLog.ncr53c8xx | 312 - Add a boot setup option that allows to set up device queue depths
|
H A D | ncr53c8xx.rst | 308 depths from the boot command-line. For example:: 312 will set tagged commands queue depths as follow:
|
/openbmc/u-boot/doc/ |
H A D | README.scrapyard | 7 in the imperishable depths of the git history. This document tries to
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | diff-v4l.rst | 423 list of RGB formats and their respective color depths.
|
H A D | ext-ctrls-codec-stateless.rst | 1690 support 10 and/or 12 bits depths.
|
/openbmc/u-boot/drivers/video/ |
H A D | Kconfig | 12 a bitmap display of various sizes and depths which can be drawn on
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 1378 depths, formats and compression methods. Headers on the file
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | Kconfig | 1772 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2368 colour depths at a fixed resolution of 1024x768.
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 6439 +// cma is alloced in the depths of ffmpeg on its own threads)
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 17611 + // want to convert between bit depths so we need to wait for the source
|