Searched refs:length (Results 51 - 75 of 3995) sorted by path

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dnsxfeval.c63 if (return_buffer->length == ACPI_ALLOCATE_BUFFER) {
96 if (return_buffer->length == 0) {
133 return_buffer->length = 0;
365 return_buffer->length = 0;
381 return_buffer->length = 0;
H A Drsutils.c23 * RETURN: Count of bits set (length of list)
154 * the header and length fields.
174 /* Length is the total descriptor length minus the header length */
183 /* Large descriptor -- bytes 1-2 contain the 16-bit length */
189 * Small descriptor -- bits 2:0 of byte 0 contain the length
190 * Clear any existing length, preserving descriptor type bits
205 * the header and length fields.
239 * RETURN: String length, including NULL terminator
241 * DESCRIPTION: Local string copy that returns the string length, savin
[all...]
H A Drsxface.c85 * if there is a non-zero buffer length we also need a valid pointer in
86 * the buffer. If it's a zero buffer length, we'll be returning the
256 /* Validate the buffer, don't allow zero length */
258 if ((!in_buffer) || (!in_buffer->pointer) || (!in_buffer->length)) {
473 status = acpi_ut_initialize_buffer(buffer, resource->length);
480 memcpy(buffer->pointer, resource, resource->length);
481 buffer->length = resource->length;
522 /* Buffer contains the resource list and length */
526 ACPI_ADD_PTR(struct acpi_resource, buffer->pointer, buffer->length);
[all...]
H A Dutmisc.c261 * package just add the length of the package objects
348 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER;
/linux-master/drivers/atm/
H A Dfore200e.h113 u32 length : 16, /* total PDU length */
136 u32 length; /* number of bytes in buffer */ member in struct:tsd
155 u32 length; /* number of bytes in buffer */ member in struct:rsd
416 __be32 congestion_experienced; /* CRC error and length wrong */
569 u32 alloc_size; /* length of allocated chunk */
570 u32 align_size; /* length of aligned chunk */
673 u32 cmd_queue_len; /* length of command queue */
674 u32 tx_queue_len; /* length of transmit queue */
675 u32 rx_queue_len; /* length o
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c86 zip_cmd->s.inp_ptr_ctl.s.length = (zip_ops->input_len +
92 zip_cmd->s.out_ptr_ctl.s.length = zip_ops->output_len;
H A Dzip_inflate.c95 zip_cmd->s.out_ptr_ctl.s.length = zip_ops->output_len;
105 zip_cmd->s.inp_ptr_ctl.s.length = zip_ops->input_len;
H A Dzip_regs.h85 /* Compress found a zero-length input. */
152 u64 length : 16; member in struct:zip_zptr_ctl_s::__anon2013
162 u64 length : 16;
305 u64 length : 16; member in struct:zip_zptr_s::__anon2016
315 u64 length : 16; member in struct:zip_zptr_s::__anon2016
/linux-master/drivers/dma/
H A Didma64.h64 #define IDMA64C_CFGL_DST_OPT_BL (1 << 20) /* optimize dst burst length */
65 #define IDMA64C_CFGL_SRC_OPT_BL (1 << 21) /* optimize src burst length */
118 size_t length; member in struct:idma64_desc
/linux-master/drivers/dma/qcom/
H A Dhidma_dbg.c19 u32 length; local
47 length = tre_local[HIDMA_TRE_LEN_IDX];
51 seq_printf(s, "length = 0x%x\n", length);
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c85 size_t length, cur; local
93 /* EBDA length is byte 0 of EBDA (in KB) */
94 length = *(u8 *)phys_to_virt(address);
95 length <<= 10; /* convert to bytes */
101 for (cur = 0; cur < length; cur++) {
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h40 u32 length);
42 u32 length);
H A Dmm.h17 u32 length; member in struct:nvkm_mm_node
34 int nvkm_mm_init(struct nvkm_mm *, u8 heap, u32 offset, u32 length, u32 block);
50 size += node->length;
74 size += node->length;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h7 u16 length; member in struct:bit_entry
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h44 uint16_t length; member in struct:bit_entry
83 uint32_t length; member in struct:nvbios
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c192 gpuobj->size = gpuobj->node->length;
262 u32 length)
266 for (i = 0; i < length; i += 4)
272 u32 length)
276 for (i = 0; i < length; i += 4)
261 nvkm_gpuobj_memcpy_to(struct nvkm_gpuobj *dst, u32 dstoffset, void *src, u32 length) argument
271 nvkm_gpuobj_memcpy_from(void *dst, struct nvkm_gpuobj *src, u32 srcoffset, u32 length) argument
H A Dmm.c38 node->offset, node->length, node->type);
43 node->offset, node->length, node->type);
57 prev->length += this->length;
64 next->length += this->length;
90 if (a->length == size)
98 b->length = size;
102 a->length -= size;
126 e = this->offset + this->length;
240 nvkm_mm_init(struct nvkm_mm *mm, u8 heap, u32 offset, u32 length, u32 block) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h43 cp_ctx(struct nvkm_grctx *ctx, u32 reg, u32 length) argument
48 ctx->ctxvals_pos = ctx->ctxvals_base + length;
50 if (length > (CP_CTX_COUNT >> CP_CTX_COUNT_SHIFT)) {
51 cp_lsr(ctx, length);
52 length = 0;
55 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0203.c35 if (bit_M.version == 2 && bit_M.length > 0x04)
H A DM0205.c36 if (bit_M.version == 2 && bit_M.length > 0x08)
H A DM0209.c36 if (bit_M.version == 2 && bit_M.length > 0x0c)
H A DP0260.c36 if (bit_P.version == 2 && bit_P.length > 0x63)
H A Dbit.c37 bit->length = nvbios_rd16(bios, entry + 2);
H A Dboost.c36 if (bit_P.version == 2 && bit_P.length >= 0x34)
H A Dcstep.c36 if (bit_P.version == 2 && bit_P.length >= 0x38)

Completed in 505 milliseconds

1234567891011>>