Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 176) sorted by relevance

12345678

/linux/Documentation/filesystems/ext4/
A Dblocks.rst38 * - File System Size
53 * - Block Group Size
68 * - File Size, Extents
73 * - File Size, Block Maps
100 * - File System Size
115 * - Block Group Size
130 * - File Size, Extents
135 * - File Size, Block Maps
A Dinodes.rst37 - Size
139 - Size of this inode - 128. Alternately, the size of the extended inode
324 - Size
341 - Size
356 - Size
375 - Size
412 - Size
443 - Size
460 Inode Size
A Difork.rst75 - Size
111 - Size
141 - Size
181 - Size
/linux/drivers/char/xilinx_hwicap/
A Dbuffer_icap.h45 u32 Size);
49 u32 Size);
/linux/arch/arm/boot/bootp/
A Dinit.S43 movne r4, #2 @ Size of this entry (2 words)
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
56 mov r5, #4 @ Size of initrd tag (4 words)
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-d4xx.rst45 * - __u32 Size
46 - Size in bytes (currently 56)
80 * - __u32 Size
81 - Size in bytes (currently 40)
103 * - __u32 Size
104 - Size in bytes (currently 40)
/linux/drivers/media/usb/gspca/
A Dsunplus.c449 u8 Size; in spca504B_SetSizeType() local
451 Size = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv; in spca504B_SetSizeType()
462 reg_w_1(gspca_dev, 0x25, 0, 4, Size); in spca504B_SetSizeType()
474 reg_w_1(gspca_dev, 0x25, 0, 4, Size); in spca504B_SetSizeType()
481 Size += 3; in spca504B_SetSizeType()
485 0x08, Size, 0, in spca504B_SetSizeType()
486 0x80 | (Size & 0x0f), 1); in spca504B_SetSizeType()
490 spca504_acknowledged_command(gspca_dev, 0x08, Size, 0); in spca504B_SetSizeType()
495 reg_w_riv(gspca_dev, 0xa0, (0x0500 | (Size & 0x0f)), 0x00); in spca504B_SetSizeType()
496 reg_w_riv(gspca_dev, 0x20, 0x01, 0x0500 | (Size & 0x0f)); in spca504B_SetSizeType()
/linux/arch/arm/mach-pxa/include/mach/
A Dbitfield.h47 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) argument
/linux/arch/arm/mach-sa1100/include/mach/
A Dbitfield.h46 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) argument
A DSA-1100.h141 #define UDCOMP_OutMaxPkt(Size) /* Output Maximum Packet size */ \ argument
143 (((Size) - 1) << FShft (UDCOMP_OUTMAXP))
147 #define UDCIMP_InMaxPkt(Size) /* Input Maximum Packet size */ \ argument
149 (((Size) - 1) << FShft (UDCIMP_INMAXP))
759 #define SSCR0_DataSize(Size) /* Data Size Select [4..16] */ \ argument
760 (((Size) - 1) << FShft (SSCR0_DSS))
/linux/Documentation/devicetree/bindings/remoteproc/
A Dti,k3-dsp-rproc.yaml95 - description: Address and Size of the L2 SRAM internal memory region
96 - description: Address and Size of the L1 PRAM internal memory region
97 - description: Address and Size of the L1 DRAM internal memory region
113 - description: Address and Size of the L2 SRAM internal memory region
114 - description: Address and Size of the L1 DRAM internal memory region
A Dti,pru-rproc.yaml53 - description: Address and Size of the PRU Instruction RAM
54 - description: Address and Size of the PRU CTRL sub-module registers
55 - description: Address and Size of the PRU Debug sub-module registers
/linux/Documentation/devicetree/bindings/arm/
A Dxen.txt24 Name | Size | Description
32 xen,uefi-mmap-size | 32-bit | Size in bytes of the UEFI memory map
35 xen,uefi-mmap-desc-size | 32-bit | Size in bytes of each entry in the UEFI
/linux/Documentation/ABI/removed/
A Dsysfs-bus-nfit6 (RO) Size of a write request to a DIMM that will not incur a
13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
/linux/Documentation/arm/
A Duefi.rst53 Name Size Description
60 linux,uefi-mmap-size 32-bit Size in bytes of the UEFI memory map
63 linux,uefi-mmap-desc-size 32-bit Size in bytes of each entry in the UEFI
/linux/Documentation/ABI/testing/
A Dsysfs-driver-uacce33 Description: Size (bytes) of mmio region queue file
39 Description: Size (bytes) of dus region queue file
A Dsysfs-class-ocxl24 Size of the per-process mmio area, as defined in the
31 Size of the global mmio area, as defined in the
/linux/Documentation/core-api/
A Dlibrs.rst74 /* Parity buffer. Size = number of roots */
107 /* Parity buffer. Size = number of roots */
124 /* Parity buffer. Size = number of roots */
146 /* Parity buffer. Size = number of roots */
/linux/Documentation/xtensa/
A Dmmu.rst73 Symbol VADDR Size
116 Symbol VADDR Size
160 Symbol VADDR Size
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dl2cache.txt49 - cache-size : Size of the entire L2 cache
51 - cache-line-size : Size of L2 cache lines
/linux/Documentation/sparc/oradax/
A Ddax-hv-api.txt301 36.2.1.1.2. Primary Input Element Size
320 36.2.1.1.4. Secondary Input Element Size
324 Secondary Input Size Description
457 Offset Size Field Description
507 Offset Size Field Description
644 Offset Size Field Description
670 Offset Size Field Description
782 Offset Size Field Description
788 Input Element Size”)
946 Offset Size Field Description
[all …]
/linux/Documentation/devicetree/bindings/eeprom/
A Dat25.yaml53 Size of the eeprom page. FRAMs don't have pages.
99 Size of the eeprom page. Deprecated, use "pagesize" property instead.
/linux/fs/pstore/
A DKconfig216 int "Size in Kbytes of kmsg dump log to store"
239 int "Size in Kbytes of pmsg to store"
251 int "Size in Kbytes of console log to store"
263 int "Size in Kbytes of ftrace log to store"
/linux/Documentation/networking/
A Dvxlan.rst81 Size: 4
85 Size: 4
/linux/Documentation/driver-api/mmc/
A Dmmc-dev-attrs.rst45 Note on Erase Size and Preferred Erase Size:

Completed in 38 milliseconds

12345678