Home
last modified time | relevance | path

Searched refs:sizes (Results 351 – 375 of 558) sorted by relevance

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

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-blackbird.c660 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
667 sizes[0] = dev->ts_packet_size * dev->ts_packet_count; in queue_setup()
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c2026 unsigned int sizes[], struct device *alloc_devs[]) in vpe_queue_setup() argument
2041 sizes[i] = pix->plane_fmt[i].sizeimage; in vpe_queue_setup()
2044 sizes[VPE_LUMA]); in vpe_queue_setup()
2046 vpe_dbg(ctx->dev, " and %d\n", sizes[VPE_CHROMA]); in vpe_queue_setup()
/openbmc/linux/Documentation/filesystems/
H A Dntfs.rst269 components and their sizes in sectors, i.e. multiples of 512-byte blocks.
271 For NT4 fault tolerant volumes you can obtain the sizes using fdisk. So for
324 Assuming you know all your devices and their sizes things are easy.
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c714 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
724 return sizes[0] < dev->size ? -EINVAL : 0; in queue_setup()
726 sizes[0] = dev->size; in queue_setup()
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx7-media-csi.c1244 unsigned int sizes[], in imx7_csi_video_queue_setup() argument
1255 if (*nplanes != 1 || sizes[0] < pix->sizeimage) in imx7_csi_video_queue_setup()
1269 sizes[0] = pix->sizeimage; in imx7_csi_video_queue_setup()
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c1444 unsigned int *num_planes, unsigned int sizes[], in npcm_video_queue_setup() argument
1451 if (sizes[0] < video->pix_fmt.sizeimage) in npcm_video_queue_setup()
1458 sizes[0] = video->pix_fmt.sizeimage; in npcm_video_queue_setup()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c351 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
366 if (sizes[i] < (wh * fmt->depth[i]) / 8) in queue_setup()
374 sizes[i] = (wh * fmt->depth[i]) / 8; in queue_setup()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci478 each file exposes the bitmap of available resource sizes:
483 The bitmap represents supported resource sizes for the BAR,
485 example the device supports 64MB, 128MB, and 256MB BAR sizes.
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c1005 unsigned int sizes[] = { SZ_2M, SZ_1G }; in shrink_boom() local
1018 for (i = 0; i < ARRAY_SIZE(sizes); ++i) { in shrink_boom()
1020 unsigned int size = sizes[i]; in shrink_boom()
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_scan.S476 | data sizes corresponding to the operand formats
/openbmc/linux/Documentation/power/powercap/
H A Dpowercap.rst174 power limits and the sizes of the time windows. Note that time window
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst151 About chained events and counter sizes
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst135 servers it manages based on the sizes of their cold pages defined by
/openbmc/u-boot/tools/buildman/
H A DREADME648 sizes: Shows image size information.
698 --step 2 will show the image sizes for only every 2nd commit (so it will
699 compare the image sizes of the 1st, 3rd, 5th... commits). You can also use
834 Shown below the summary lines are the sizes for each board. Below each board
835 are the sizes for each function. This information starts with:
843 do_mem_crc() function has decreased. The function sizes typically add up to
1165 -S shows image sizes for each commit (just an overall summary)
/openbmc/linux/fs/befs/
H A DChangeLog245 sizes (such as cdroms) on linux 2.4.10 and up.
314 This fixed the problmem with wrong file sizes from du and others.
/openbmc/qemu/target/rx/
H A Ddisas.c175 static const char sizes[][4] = {".b", ".w", ".l", ".uw", ".ub"}; in prt_ldmi() local
180 prt("%s\t%s[r%d]%s, r%d", insn, dsp, rs, sizes[mi], rd); in prt_ldmi()
/openbmc/linux/Documentation/mm/
H A Dpage_tables.rst39 sizes. When Linux was created, 4KB pages and a single page table called
/openbmc/linux/Documentation/arch/arm/
H A Dvlocks.rst152 different sizes, similarly to many other architectures. Note that
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst59 gamma LUT sizes. AMD DC programs some of the color correction features
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst102 The kernel accepts window sizes ranging from 500ms to 10s, therefore min
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-video.c684 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() argument
690 return sizes[0] < size ? -EINVAL : 0; in queue_setup()
692 sizes[0] = size; in queue_setup()
/openbmc/linux/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c490 unsigned int sizes[], in dcmi_queue_setup() argument
500 return sizes[0] < size ? -EINVAL : 0; in dcmi_queue_setup()
503 sizes[0] = size; in dcmi_queue_setup()
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c92 unsigned int sizes[], struct device *alloc_devs[]) in isc_queue_setup() argument
98 return sizes[0] < size ? -EINVAL : 0; in isc_queue_setup()
101 sizes[0] = size; in isc_queue_setup()
/openbmc/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c1796 unsigned int sizes[], in aspeed_video_queue_setup() argument
1802 if (sizes[0] < video->max_compressed_size) in aspeed_video_queue_setup()
1809 sizes[0] = video->max_compressed_size; in aspeed_video_queue_setup()
/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c102 unsigned int sizes[], struct device *alloc_devs[]) in isc_queue_setup() argument
108 return sizes[0] < size ? -EINVAL : 0; in isc_queue_setup()
111 sizes[0] = size; in isc_queue_setup()

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