Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/firewire/
Dcore-topology.c129 * the hop count is the sum of the two biggest child depths plus 2.
136 int depths[2] = { -1, -1 }; in update_hop_count() local
147 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count()
148 depths[1] = depths[0]; in update_hop_count()
149 depths[0] = node->ports[i]->max_depth; in update_hop_count()
150 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count()
151 depths[1] = node->ports[i]->max_depth; in update_hop_count()
154 node->max_depth = depths[0] + 1; in update_hop_count()
155 node->max_hops = max(max_child_hops, depths[0] + depths[1] + 2); in update_hop_count()
/Linux-v5.10/Documentation/fb/
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
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
Dsh7760fb.rst9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
Dmatroxfb.rst101 color depth of your X desktop must match resolution and color depths of your
/Linux-v5.10/block/
DKconfig.iosched18 synchronous writes, it will self-tune queue depths to achieve that
Dblk-rq-qos.c139 * allowed write depths. If step is < 0, we're only doing in rq_depth_calc_max_depth()
Dkyber-iosched.c3 * The Kyber I/O scheduler. Controls latency by throttling queue depths using
311 * Adjust the scheduling domain depths. If we determined that there was in kyber_timer_fn()
/Linux-v5.10/drivers/video/fbdev/core/
Dcfbimgblt.c17 * their are cards with hardware that coverts images of various depths to the
26 * Code for depths not multiples of BITS_PER_LONG is still kludgy, which is
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dmamoiada_params.h203 /* fifo depths */
/Linux-v5.10/include/linux/
Dpagewalk.h22 * 4:PTE. Any folded depths (where PTRS_PER_P?D is equal
/Linux-v5.10/Documentation/sound/cards/
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-v5.10/Documentation/devicetree/bindings/sound/
Dcs35l33.txt55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
/Linux-v5.10/Documentation/devicetree/bindings/display/xlnx/
Dxlnx,zynqmp-dpsub.yaml38 and depths up to 4K@30 resolution.
/Linux-v5.10/sound/soc/au1x/
Dpsc-i2s.c327 /* preconfigure: set max rx/tx fifo depths */ in au1xpsc_i2s_drvprobe()
/Linux-v5.10/drivers/scsi/aacraid/
Dlinit.c382 * aac_slave_configure - compute queue depths
385 * 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-v5.10/drivers/video/fbdev/
Dvt8500lcdfb.c88 /* Equal depths per channel */ in vt8500lcd_set_par()
/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline_state.c786 DRM_DEBUG_ATOMIC("No available color depths, conn depths: 0x%x & display: 0x%x\n", in komeda_improc_validate()
/Linux-v5.10/drivers/ata/
Dsata_qstor.c518 /* set FIFO depths to same settings as Windows driver */ in qs_host_init()
/Linux-v5.10/Documentation/scsi/
DChangeLog.ncr53c8xx312 - Add a boot setup option that allows to set up device queue depths
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Ddiff-v4l.rst415 list of RGB formats and their respective color depths.
/Linux-v5.10/drivers/acpi/
Dpptt.c156 * depths verify that the depth we have found is the largest. in acpi_find_cache_level()
/Linux-v5.10/drivers/hid/
Dhid-picolcd_fb.c382 /* switch between 1/8 bit depths */ in picolcd_set_par()
/Linux-v5.10/drivers/scsi/
Dscsi.c31 * as well as performance modifications for large queue depths by
/Linux-v5.10/tools/testing/selftests/mqueue/
Dmq_perf_tests.c18 * situations that invole large message sizes, large message queue depths,

123