Home
last modified time | relevance | path

Searched refs:depths (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/firewire/
A Dcore-topology.c137 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()
/linux-6.3-rc2/Documentation/fb/
A Dtridentfb.rst17 The driver supports 8, 16 and 32 bits per pixel depths.
28 switch resolution which the chip does not support at some depths for
A Dsh7760fb.rst9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
A Dintel810.rst37 - Supports color depths of 8, 16, 24 and 32 bits per pixel
167 Use directcolor visual instead of truecolor for pixel depths greater
A Dmatroxfb.rst101 color depth of your X desktop must match resolution and color depths of your
/linux-6.3-rc2/block/
A DKconfig.iosched16 synchronous writes, it will self-tune queue depths to achieve that
/linux-6.3-rc2/Documentation/devicetree/bindings/display/xlnx/
A Dxlnx,zynqmp-dpsub.yaml38 and depths up to 4K@30 resolution.
/linux-6.3-rc2/Documentation/sound/cards/
A Daudiophile-usb.rst49 * 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
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dcs35l33.txt55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
/linux-6.3-rc2/Documentation/scsi/
A Dsym53c8xx_2.rst288 depths from the boot command-line. For example::
292 will set tagged commands queue depths as follow:
A DChangeLog.ncr53c8xx312 - Add a boot setup option that allows to set up device queue depths
A Dncr53c8xx.rst308 depths from the boot command-line. For example::
312 will set tagged commands queue depths as follow:
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Ddiff-v4l.rst423 list of RGB formats and their respective color depths.
A Dext-ctrls-codec-stateless.rst1690 support 10 and/or 12 bits depths.
/linux-6.3-rc2/drivers/video/fbdev/
A DKconfig98 and 4 bits per pixel depths which has opposite order of pixels in
1998 color operation, with depths ranging from 1 bpp to 8 bpp monochrome

Completed in 38 milliseconds