/openbmc/linux/drivers/firewire/ |
H A D | core-topology.c | 130 * the hop count is the sum of the two biggest child depths plus 2. 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/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 | 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 | sh7760fb.rst | 9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
|
/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/block/ |
H A D | Kconfig.iosched | 16 synchronous writes, it will self-tune queue depths to achieve that
|
H A D | blk-rq-qos.c | 133 * allowed write depths. If step is < 0, we're only doing in rq_depth_calc_max_depth()
|
H A 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()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-qemu-allocation | 68 # the client code for x-dirty-bitmap intentionally collapses all depths
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | Kconfig | 74 and 4 bits per pixel depths which has opposite order of pixels in
|
H A 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
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 91 /* admin q depths */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | mamoiada_params.h | 203 /* fifo depths */
|
/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/include/linux/ |
H A D | pagewalk.h | 32 * Any folded depths (where PTRS_PER_P?D is equal to 1)
|
/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/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/devicetree/bindings/display/xlnx/ |
H A D | xlnx,zynqmp-dpsub.yaml | 38 and depths up to 4K@30 resolution.
|
/openbmc/phosphor-net-ipmid/ |
H A D | socket_channel.hpp | 143 // provide a mechanism to reach down into the depths and use a msghdr in read()
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83867.c | 693 /* For non-OF device, the RX and TX FIFO depths are taken from in dp83867_of_init() 694 * default value. So, we init RX & TX FIFO depths here in dp83867_of_init()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_validation.c | 110 /* These color depths are currently not supported */ in dp_active_dongle_validate_timing()
|
/openbmc/linux/sound/soc/au1x/ |
H A D | psc-i2s.c | 328 /* preconfigure: set max rx/tx fifo depths */ in au1xpsc_i2s_drvprobe()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A 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
|