Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dbuild_OID_registry50 my @lengths = ();
69 push @lengths, $size;
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap5-dss.txt60 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
82 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,omap4-dss.txt79 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
101 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,dra7-dss.txt55 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
Dti,omap3-dss.txt73 - reg: addresses and lengths of the register spaces for 'proto', 'phy' and 'pll'
/linux-4.1.27/drivers/net/ieee802154/
Dmrf24j40.c222 u8 lengths[2]; in write_tx_buf() local
230 .tx_buf = &lengths, /* TODO: Is DMA really required for SPI? */ in write_tx_buf()
252 lengths[0] = 0x0; /* Header Length. Set to 0 for now. TODO */ in write_tx_buf()
253 lengths[1] = length; /* Total length */ in write_tx_buf()
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dversatile.txt8 - reg: base addresses and lengths of the pci controller. There must be 3
Dsamsung,exynos5440-pcie.txt8 - reg: base addresses and lengths of the pcie controller,
Dlayerscape-pci.txt8 - reg: base addresses and lengths of the PCIe controller
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog18 * Do read and write lengths correctly in fs3270_read()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dbrcm,bcm7445-switch-v4.0.txt7 pairs of register addresses and lengths
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt16 - reg: Should contain UART register locations and lengths. The first
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt13 - reg : A list of offsets and lengths of the register sets for
/linux-4.1.27/Documentation/networking/
Dudplite.txt208 lengths), only the first fragment needs to be considered. When using
209 larger checksum coverage lengths, each eligible fragment needs to be
223 coverage lengths are likely to be expected.
Dixgb.txt184 transmit burst lengths on the bus.
Darcnet-hardware.txt234 cable lengths between two active ends (an active end being an active hub or
/linux-4.1.27/crypto/
Dgcm.c264 u128 lengths; in gcm_hash_len() local
266 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
267 lengths.b = cpu_to_be64(gctx->cryptlen * 8); in gcm_hash_len()
268 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len()
273 NULL, sizeof(lengths)); in gcm_hash_len()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2402 int opcode, int count, __u32 *lengths,
2406 int count, __u32 *lengths, char **bufs,
2590 int lustre_msg_size(__u32 magic, int count, __u32 *lengths);
2591 int lustre_msg_size_v2(int count, __u32 *lengths);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c580 int count, __u32 *lengths, char **bufs, in __ptlrpc_request_bufs_pack() argument
597 lengths, bufs); in __ptlrpc_request_bufs_pack()
819 int count, __u32 *lengths, char **bufs, in ptlrpc_prep_req_pool() argument
830 lengths, bufs, NULL); in ptlrpc_prep_req_pool()
844 __u32 *lengths, char **bufs) in ptlrpc_prep_req() argument
846 return ptlrpc_prep_req_pool(imp, version, opcode, count, lengths, bufs, in ptlrpc_prep_req()
Dpack_generic.c136 int lustre_msg_size_v2(int count, __u32 *lengths) in lustre_msg_size_v2() argument
143 size += cfs_size_round(lengths[i]); in lustre_msg_size_v2()
/linux-4.1.27/arch/arc/
DKconfig163 So line lengths of 32, 64, 128 are specified by 5,6,7, respectively
164 Linux only supports same line lengths for I and D caches.
/linux-4.1.27/Documentation/fb/
Dpxafb.txt124 and lengths of each component within the framebuffer.
Dapi.txt248 drivers. Drivers must fill the red, blue and green offsets to 0 and lengths
254 and lengths to the bits_per_pixel value.
/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt33 extent may end after fm_length. All offsets and lengths are in bytes.
91 All offsets and lengths are in bytes and mirror those on disk. It is valid
/linux-4.1.27/Documentation/w1/
Dw1.netlink143 request message (except lengths as described above).
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt21 as old commands are supported. All string lengths include tail 0 byte.
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt53 DMA direction, DMA addresses, bus widths, DMA burst lengths etc
/linux-4.1.27/Documentation/i2c/
Dsmbus-protocol268 Comm byte. Note that command lengths of 0, 2, or more bytes are
/linux-4.1.27/Documentation/
Dunaligned-memory-access.txt187 1. Casting variables to types of different lengths
Dbcache.txt17 great lengths to protect your data - it reliably handles unclean shutdown. (It
Dassoc_array.txt45 (5) Index keys can be of any length and can be of different lengths.
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt186 contains up to 5 sets of addresses and their lengths (sizes) that
/linux-4.1.27/drivers/mtd/
DKconfig32 the offsets, lengths and names of all the images stored in the
/linux-4.1.27/arch/sparc/lib/
Dchecksum_32.S344 bne cc_dword_align ! yes, we check for short lengths there
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt347 cannot be obtained. Assuming X and Y are the lengths of the sides of the
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt316 Syscalls that operate on memory backed by hugetlb pages only have their lengths
/linux-4.1.27/Documentation/usb/
Dusb-serial.txt179 character settings. Other character lengths and parity setups are
/linux-4.1.27/net/netfilter/
DKconfig1436 headers with lengths stored in the packet, as in IP or TCP header
1437 lengths.
/linux-4.1.27/Documentation/spi/
Dspi-summary38 lengths, such as streams of 12-bit or 20-bit digital samples.
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S2981 # modes and thus can have several different total instruction lengths.
Dfpsp.S2982 # modes and thus can have several different total instruction lengths.