Home
last modified time | relevance | path

Searched refs:sizes (Results 226 – 250 of 561) sorted by relevance

12345678910>>...23

/openbmc/linux/drivers/media/usb/airspy/
H A Dairspy.c482 unsigned int *nplanes, unsigned int sizes[], struct device *alloc_devs[]) in airspy_queue_setup() argument
492 sizes[0] = PAGE_ALIGN(s->buffersize); in airspy_queue_setup()
494 dev_dbg(s->dev, "nbuffers=%d sizes[0]=%d\n", *nbuffers, sizes[0]); in airspy_queue_setup()
/openbmc/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c292 unsigned int sizes[], in netup_unidvb_queue_setup() argument
302 sizes[0] = PAGE_ALIGN(NETUP_DMA_PACKETS_COUNT * 188); in netup_unidvb_queue_setup()
304 __func__, *nbuffers, sizes[0]); in netup_unidvb_queue_setup()
/openbmc/linux/Documentation/accounting/
H A Dtaskstats.rst51 receive buffer sizes.
170 - increase the receive buffer sizes for the netlink sockets opened by
/openbmc/linux/Documentation/sound/cards/
H A Dhdspm.rst66 * buffer-sizes -- 64,128,256,512,1024,2048,8192 Samples
116 control-panel, but buffer-sizes are controlled with ALSA from
/openbmc/u-boot/board/hisilicon/poplar/
H A DREADME69 of the sizes and locations of these memory regions, and it can now
77 It should now be relatively easy to adjust the sizes and locations
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch222 + // Adjust pointers and sizes for block 0, and fill in the IANA PEN
334 + // Adjust pointers and sizes for block 0, and fill in the IANA PEN
/openbmc/linux/Documentation/mm/
H A Dvmemmap_dedup.rst35 supports contiguous entries, so it supports many kinds of sizes of HugeTLB
212 The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64),
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init() local
549 c->unit_size = sizes[i]; in bpf_mem_alloc_init()
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c309 unsigned int sizes[], struct device *alloc_devs[]) in solo_queue_setup() argument
313 sizes[0] = solo_image_size(solo_dev); in solo_queue_setup()
/openbmc/linux/fs/squashfs/
H A DKconfig11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes
235 smaller block sizes).
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-platform-corstone1000-Update-MPU-configuration.patch7 region sizes.
44 +# The Armv6-M MPU requires that the MPU regions be aligned to the region sizes.
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c389 unsigned int sizes[], in imgu_vb2_queue_setup() argument
408 if (sizes[0] < size) in imgu_vb2_queue_setup()
410 size = sizes[0]; in imgu_vb2_queue_setup()
414 sizes[0] = size; in imgu_vb2_queue_setup()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D11-cve-2014-8141-getzip64data.patch56 + on our variable sizes.) Error handling is crude, but we should now
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst12 block sizes from 2k to 8k, with hash-based directories. This
/openbmc/qemu/docs/
H A Dpcie_sriov.txt24 capability. All VFs have the same BARs and BAR sizes.
/openbmc/qemu/tests/qemu-iotests/
H A D172222 echo === Try passing different block sizes ===
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.h334 unsigned int *num_planes, unsigned int sizes[]);
/openbmc/linux/Documentation/userspace-api/
H A Dfutex2.rst84 Futexes can be of different sizes: 8, 16, 32 or 64 bits. Currently, the only
/openbmc/qemu/qapi/
H A Dblock.json22 # @auto: If cylinder/heads/sizes are passed, choose between none and
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst68 using block sizes of 256KB - 1024KB. The block size must be between 64
74 So large block sizes are bad because they waste cache space. And small
75 block sizes are bad because they increase the amount of metadata (both
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_driver.c743 unsigned int sizes[], struct device *alloc_devs[]) in zr_vb2_queue_setup() argument
756 if (sizes[0] < size) in zr_vb2_queue_setup()
763 sizes[0] = size; in zr_vb2_queue_setup()
/openbmc/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c600 unsigned int *nplanes, unsigned int sizes[], in msi2500_queue_setup() argument
610 sizes[0] = PAGE_ALIGN(dev->buffersize); in msi2500_queue_setup()
611 dev_dbg(dev->dev, "nbuffers=%d sizes[0]=%d\n", *nbuffers, sizes[0]); in msi2500_queue_setup()
/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c325 unsigned int sizes[], struct device *alloc_devs[]) in ge2d_queue_setup() argument
331 return sizes[0] < f->pix_fmt.sizeimage ? -EINVAL : 0; in ge2d_queue_setup()
333 sizes[0] = f->pix_fmt.sizeimage; in ge2d_queue_setup()
/openbmc/linux/drivers/staging/media/rkvdec/
H A Drkvdec.c470 unsigned int *num_planes, unsigned int sizes[], in rkvdec_queue_setup() argument
487 if (sizes[i] < f->fmt.pix_mp.plane_fmt[i].sizeimage) in rkvdec_queue_setup()
493 sizes[i] = f->fmt.pix_mp.plane_fmt[i].sizeimage; in rkvdec_queue_setup()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c1200 unsigned int *nplanes, unsigned int sizes[], in rvin_queue_setup() argument
1208 return sizes[0] < vin->format.sizeimage ? -EINVAL : 0; in rvin_queue_setup()
1211 sizes[0] = vin->format.sizeimage; in rvin_queue_setup()

12345678910>>...23