Searched full:depths (Results 1 – 25 of 62) sorted by relevance
123
/linux-6.12.1/drivers/firewire/ |
D | core-topology.c | 57 * 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[0] + depths[1] + 2); in update_hop_count()
|
/linux-6.12.1/Documentation/fb/ |
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
|
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
|
D | sh7760fb.rst | 9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
|
/linux-6.12.1/block/ |
D | Kconfig.iosched | 16 synchronous writes, it will self-tune queue depths to achieve that
|
D | blk-rq-qos.c | 133 * allowed write depths. If step is < 0, we're only doing in rq_depth_calc_max_depth()
|
D | kyber-iosched.c | 3 * The Kyber I/O scheduler. Controls latency by throttling queue depths using 312 * Adjust the scheduling domain depths. If we determined that there was in kyber_timer_fn()
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | atmel,lcdc-display.yaml | 19 resolutions, window sizes, image formats and pixel depths.
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | cfbimgblt.c | 17 * 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
|
D | Kconfig | 73 and 4 bits per pixel depths which has opposite order of pixels in
|
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_dev.h | 91 /* admin q depths */
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | mamoiada_params.h | 203 /* fifo depths */
|
/linux-6.12.1/Documentation/sound/cards/ |
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
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs35l33.txt | 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
|
/linux-6.12.1/include/linux/ |
D | pagewalk.h | 32 * Any folded depths (where PTRS_PER_P?D is equal to 1)
|
/linux-6.12.1/Documentation/devicetree/bindings/display/xlnx/ |
D | xlnx,zynqmp-dpsub.yaml | 38 and depths up to 4K@30 resolution.
|
/linux-6.12.1/sound/soc/au1x/ |
D | psc-i2s.c | 328 /* preconfigure: set max rx/tx fifo depths */ in au1xpsc_i2s_drvprobe()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/ |
D | link_validation.c | 110 /* These color depths are currently not supported */ in dp_active_dongle_validate_timing()
|
/linux-6.12.1/drivers/net/phy/ |
D | dp83867.c | 711 /* For non-OF device, the RX and TX FIFO depths are taken from in dp83867_of_init() 712 * default value. So, we init RX & TX FIFO depths here in dp83867_of_init()
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | vdo.rst | 366 achieve better throughput at higher I/O depths, and can support up 2048
|
/linux-6.12.1/drivers/scsi/aacraid/ |
D | linit.c | 380 * aac_slave_configure - compute queue depths 383 * Selects queue depths for each target device based on the host adapter's 508 * aac_change_queue_depth - alter queue depths 512 * Alters queue depths for target device based on the host adapter's
|
/linux-6.12.1/drivers/video/fbdev/ |
D | vt8500lcdfb.c | 88 /* Equal depths per channel */ in vt8500lcd_set_par()
|
/linux-6.12.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline_state.c | 786 DRM_DEBUG_ATOMIC("No available color depths, conn depths: 0x%x & display: 0x%x\n", in komeda_improc_validate()
|
/linux-6.12.1/drivers/ata/ |
D | sata_qstor.c | 507 /* set FIFO depths to same settings as Windows driver */ in qs_host_init()
|
/linux-6.12.1/drivers/hid/ |
D | hid-picolcd_fb.c | 334 /* switch between 1/8 bit depths */ in picolcd_set_par()
|
123