Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 61) sorted by relevance

123

/linux/fs/orangefs/
A Dxattr.c468 if (new_op->downcall.resp.listxattr.lengths[i] < 0 || in orangefs_listxattr()
469 new_op->downcall.resp.listxattr.lengths[i] > in orangefs_listxattr()
473 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
488 listxattr.lengths[i])) { in orangefs_listxattr()
494 new_op->downcall.resp.listxattr.lengths[i]); in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
502 key_size += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
A Ddowncall.h73 __s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN]; member
/linux/arch/arm64/crypto/
A Dghash-ce-glue.c350 be128 lengths; in gcm_encrypt() local
354 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_encrypt()
355 lengths.b = cpu_to_be64(req->cryptlen * 8); in gcm_encrypt()
370 tag = (u8 *)&lengths; in gcm_encrypt()
417 be128 lengths; in gcm_decrypt() local
422 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_decrypt()
423 lengths.b = cpu_to_be64((req->cryptlen - authsize) * 8); in gcm_decrypt()
442 tag = (u8 *)&lengths; in gcm_decrypt()
/linux/lib/
A Dbuild_OID_registry46 my @lengths = ();
65 push @lengths, $size;
/linux/Documentation/devicetree/bindings/spi/
A Dnvidia,tegra210-quad.yaml62 Tap value varies based on platform design trace lengths from Tegra
71 Tap value varies based on platform design trace lengths from Tegra
A Dnvidia,tegra114-spi.txt30 Tap values vary based on the platform design trace lengths from Tegra SPI
35 Tap values vary based on the platform design trace lengths from Tegra SPI
A Datmel-quadspi.txt7 - reg: Should contain the locations and lengths of the base registers
/linux/Documentation/devicetree/bindings/display/ti/
A Dti,omap5-dss.txt64 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
86 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
A Dti,omap4-dss.txt83 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
105 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
A Dti,dra7-dss.txt60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
A Dti,omap3-dss.txt77 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
/linux/Documentation/devicetree/bindings/net/can/
A Dti_hecc.txt9 - reg: addresses and lengths of the register spaces for 'hecc', 'hecc-ram'
/linux/crypto/
A Dgcm.c228 be128 lengths; in gcm_hash_len() local
230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
231 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()
232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len()
236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len()
/linux/Documentation/devicetree/bindings/leds/
A Dleds-trigger-pattern.txt32 use zero-time lengths (the brightness must be same as the previous tuple's). So
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-m420.rst26 All line lengths are identical: if the Y lines include pad bytes so do
/linux/Documentation/devicetree/bindings/crypto/
A Dhisilicon,hip07-sec.txt7 - reg: Memory addresses and lengths of the memory regions through which
/linux/Documentation/devicetree/bindings/gpio/
A Dnxp,lpc1850-gpio.txt6 - reg : List of addresses and lengths of the GPIO controller
/linux/Documentation/devicetree/bindings/pci/
A Daxis,artpec6-pcie.txt11 - reg: base addresses and lengths of the PCIe controller (DBI),
A Dlayerscape-pcie-gen4.txt9 - reg: base addresses and lengths of the PCIe controller register blocks.
A Dlayerscape-pci.txt30 - reg: base addresses and lengths of the PCIe controller register blocks.
/linux/Documentation/s390/
A D3270.ChangeLog18 * Do read and write lengths correctly in fs3270_read()
/linux/drivers/mtd/parsers/
A DKconfig95 of devices. It is used to describe the offsets and lengths of kernel
139 the offsets, lengths and names of all the images stored in the
/linux/Documentation/networking/
A Dudplite.rst215 lengths), only the first fragment needs to be considered. When using
216 larger checksum coverage lengths, each eligible fragment needs to be
230 coverage lengths are likely to be expected.
/linux/Documentation/devicetree/bindings/serial/
A Dqcom,msm-uartdm.txt16 - reg: Should contain UART register locations and lengths. The first
/linux/Documentation/filesystems/
A Dfiemap.rst35 extent may end after fm_length. All offsets and lengths are in bytes.
93 All offsets and lengths are in bytes and mirror those on disk. It is valid

Completed in 34 milliseconds

123