Home
last modified time | relevance | path

Searched refs:sizes (Results 276 – 300 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c227 unsigned int sizes[], struct device *alloc_devs[]) in gsc_m2m_queue_setup() argument
242 sizes[i] = frame->payload[i]; in gsc_m2m_queue_setup()
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c439 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
452 return sizes[0] < size ? -EINVAL : 0; in queue_setup()
455 sizes[0] = size; in queue_setup()
457 pr_debug("size: %u\n", sizes[0]); in queue_setup()
/openbmc/qemu/target/arm/
H A Dkvm.c585 uint32_t sizes; in kvm_arch_init() local
587 sizes = kvm_vm_check_extension(s, KVM_CAP_ARM_SUPPORTED_BLOCK_SIZES); in kvm_arch_init()
588 if (!sizes) { in kvm_arch_init()
591 } else if (!(s->kvm_eager_split_size & sizes)) { in kvm_arch_init()
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c402 static const int sizes[6] = { 16, 32, 64, 128, 256, 512 }; in ospi_stig_membank_rd_bytes() local
403 return (rd_data_fld < 6) ? sizes[rd_data_fld] : 0; in ospi_stig_membank_rd_bytes()
518 static const uint64_t sizes[4] = { SZ_512MBIT / 8, SZ_1GBIT / 8, in flash_sz() local
523 return sizes[FIELD_EX32(v, DEV_SIZE_CONFIG_REG, MEM_SIZE_ON_CS0_FLD)]; in flash_sz()
/openbmc/qemu/docs/devel/
H A Dmemory.rst355 - .valid.min_access_size, .valid.max_access_size define the access sizes
361 - .impl.min_access_size, .impl.max_access_size define the access sizes
362 (in bytes) supported by the *implementation*; other access sizes will be
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass50 # Flash page and overhead sizes in bytes
74 # UBI volume sizes in KB unless otherwise noted.
80 # eMMC sizes in KB unless otherwise noted.
/openbmc/linux/Documentation/mm/
H A Dslub.rst83 sizes). This has a higher liklihood of resulting in slab allocation errors
172 of a slab cache with large object sizes into one high order
331 sizes (G/M/K) and reports everything in bytes (this functionality is
/openbmc/linux/drivers/media/platform/renesas/
H A Dsh_vou.c239 unsigned int sizes[], struct device *alloc_devs[]) in sh_vou_queue_setup() argument
248 return sizes[0] < pix->height * bytes_per_line ? -EINVAL : 0; in sh_vou_queue_setup()
250 sizes[0] = pix->height * bytes_per_line; in sh_vou_queue_setup()
/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c183 unsigned int *num_planes, unsigned int sizes[], in tw5864_queue_setup() argument
187 return sizes[0] < H264_VLC_BUF_SIZE ? -EINVAL : 0; in tw5864_queue_setup()
189 sizes[0] = H264_VLC_BUF_SIZE; in tw5864_queue_setup()
/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-video.c423 unsigned int sizes[], struct device *alloc_devs[]) in tw686x_queue_setup() argument
437 if (*nplanes != 1 || sizes[0] < szimage) in tw686x_queue_setup()
442 sizes[0] = szimage; in tw686x_queue_setup()
/openbmc/linux/drivers/media/platform/atmel/
H A Datmel-isi.c273 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
282 return sizes[0] < size ? -EINVAL : 0; in queue_setup()
285 sizes[0] = size; in queue_setup()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c442 unsigned int sizes[], struct device *alloc_devs[]) in bdisp_queue_setup() argument
458 return sizes[0] < frame->sizeimage ? -EINVAL : 0; in bdisp_queue_setup()
461 sizes[0] = frame->sizeimage; in bdisp_queue_setup()
/openbmc/linux/drivers/media/test-drivers/
H A Dvim2m.c979 unsigned int sizes[], in vim2m_queue_setup() argument
997 return sizes[0] < size ? -EINVAL : 0; in vim2m_queue_setup()
1000 sizes[0] = size; in vim2m_queue_setup()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst53 is typically 0 for all other block sizes.
561 - v2 format w/ dynamic inode sizes
688 - This filesystem has files whose sizes are represented in units of
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst39 path (avoiding pathological sizes or selecting which of the multiplexed
243 struct seccomp_notif_sizes sizes;
244 seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes);
/openbmc/linux/arch/x86/events/intel/
H A Dpt.c620 #define TOPA_ENTRY_SIZE(t, i) (sizes(TOPA_ENTRY((t), (i))->size))
778 topa->size += sizes(order); in topa_insert_pages()
803 sizes(tp->table[i].size), in pt_topa_dump()
/openbmc/linux/Documentation/filesystems/
H A Dcramfs.rst22 File sizes are limited to less than 16MB.
/openbmc/linux/Documentation/devicetree/bindings/fsi/
H A Dfsi.txt81 addresses and sizes in the slave address space:
/openbmc/linux/Documentation/networking/
H A Dradiotap-headers.rst55 breakdown of all the argument sizes
/openbmc/u-boot/doc/
H A DREADME.socfpga146 Note: file sizes will differ slightly depending on the selected board.
/openbmc/qemu/tests/qemu-iotests/
H A D212.out81 === Invalid sizes ===
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst38 The supported pixel formats and frame sizes can be obtained by using the
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0004-linux-user-Rewrite-target_shmat.patch162 + * cases for which host and guest page sizes differ.
/openbmc/linux/Documentation/driver-api/
H A Dinterconnect.rst76 that supports various formats and image sizes.
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst75 a performance increase for VMs with larger RAM sizes (10s to

1...<<11121314151617181920>>...23