Home
last modified time | relevance | path

Searched full:depths (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/firewire/
H A Dcore-topology.c57 * the hop count is the sum of the two biggest child depths plus 2.
64 int depths[2] = { -1, -1 }; in update_hop_count() local
75 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count()
76 depths[1] = depths[0]; in update_hop_count()
77 depths[0] = node->ports[i]->max_depth; in update_hop_count()
78 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count()
79 depths[1] = node->ports[i]->max_depth; in update_hop_count()
82 node->max_depth = depths[0] + 1; in update_hop_count()
83 node->max_hops = max(max_child_hops, depths[ in update_hop_count()
[all...]
/linux/Documentation/fb/
H 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
H 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
H A Dsh7760fb.rst9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
/linux/drivers/video/fbdev/core/
H A DKconfig58 and 4 bits per pixel depths which has opposite order of pixels in
90 and 4 bits per pixel depths which has opposite order of pixels in
/linux/block/
H A DKconfig.iosched16 synchronous writes, it will self-tune queue depths to achieve that
H A Dblk-rq-qos.c135 * allowed write depths. If step is < 0, we're only doing in rq_depth_calc_max_depth()
H A Dkyber-iosched.c3 * The Kyber I/O scheduler. Controls latency by throttling queue depths using
309 * Adjust the scheduling domain depths. If we determined that there was in kyber_timer_fn()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_validation.c90 /* These color depths are currently not supported */ in dp_active_dongle_validate_timing()
112 /* These color depths are currently not supported */ in dp_active_dongle_validate_timing()
118 /* These color depths are currently not supported */ in dp_active_dongle_validate_timing()
/linux/Documentation/devicetree/bindings/display/
H A Datmel,lcdc-display.yaml19 resolutions, window sizes, image formats and pixel depths.
/linux/drivers/staging/media/atomisp/pci/
H A Dmamoiada_params.h194 /* fifo depths */
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.h91 /* admin q depths */
/linux/Documentation/sound/cards/
H 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/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
/linux/include/linux/
H A Dpagewalk.h36 * Any folded depths (where PTRS_PER_P?D is equal to 1)
/linux/Documentation/devicetree/bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml38 and depths up to 4K@30 resolution.
/linux/sound/soc/au1x/
H A Dpsc-i2s.c328 /* preconfigure: set max rx/tx fifo depths */ in au1xpsc_i2s_drvprobe()
/linux/drivers/net/phy/
H A Ddp83867.c662 /* For non-OF device, the RX and TX FIFO depths are taken from in dp83867_of_init()
663 * default value. So, we init RX & TX FIFO depths here in dp83867_of_init()
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo.rst366 achieve better throughput at higher I/O depths, and can support up 2048
/linux/drivers/scsi/aacraid/
H A Dlinit.c380 * aac_sdev_configure - compute queue depths
384 * Selects queue depths for each target device based on the host adapter's
510 * aac_change_queue_depth - alter queue depths
514 * Alters queue depths for target device based on the host adapter's
/linux/lib/zstd/common/
H A Dhuf.h88 * If set: Test possible table depths to find the one that produces the smallest header + encoded size.
/linux/drivers/video/fbdev/
H A Dvt8500lcdfb.c88 /* Equal depths per channel */ in vt8500lcd_set_par()
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c786 DRM_DEBUG_ATOMIC("No available color depths, conn depths: 0x%x & display: 0x%x\n", in komeda_improc_validate()
/linux/drivers/ata/
H A Dsata_qstor.c507 /* set FIFO depths to same settings as Windows driver */ in qs_host_init()
/linux/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst423 list of RGB formats and their respective color depths.

123