Searched refs:length (Results 551 - 575 of 4017) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dnvram.c133 int nvram_write_error_log(char * buff, int length, argument
136 int rc = nvram_write_os_partition(&rtas_log_partition, buff, length,
150 * Reads nvram for error log for at most 'length'
152 int nvram_read_error_log(char *buff, int length, argument
155 return nvram_read_partition(&rtas_log_partition, buff, length,
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.h16 size_t length; member in struct:qcom_glink_pipe
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.h24 extern void av7110_p2t_write(u8 const *buf, long int length, u16 pid, struct av7110_p2t *p);
/linux-master/drivers/acpi/acpica/
H A Dexdebug.c62 if ((source_desc->string.length == 1) &&
150 acpi_os_printf("[0x%.2X]\n", (u32)source_desc->buffer.length);
152 (source_desc->buffer.length < 256) ?
153 source_desc->buffer.length : 256,
H A Dnsparse.c63 if (table->length < sizeof(struct acpi_table_header)) {
68 aml_length = table->length - sizeof(struct acpi_table_header);
169 if (table->length < sizeof(struct acpi_table_header)) {
174 aml_length = table->length - sizeof(struct acpi_table_header);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c39 * @len: length of current segment
80 int length; local
123 length = hdr_size + RXE_BTH_BYTES;
124 crc = rxe_crc32(pkt->rxe, crc, pshdr, length);
128 rxe_opcode[pkt->opcode].length - RXE_BTH_BYTES);
/linux-master/fs/smb/client/
H A Drfc1002pdu.h22 #define RFC1002_LENGTH_EXTEND 0x80 /* high order bit of length (ie +64K) */
27 __u16 length; member in struct:rfc1002_session_packet
/linux-master/drivers/mfd/
H A Dstmpe-spi.c36 static int spi_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values) argument
40 for (i = 0; i < length; i++) {
50 static int spi_block_write(struct stmpe *stmpe, u8 reg, u8 length, argument
55 for (i = length; i > 0; i--, reg++) {
/linux-master/fs/squashfs/
H A Dsquashfs_fs_sb.h31 int length; member in struct:squashfs_cache_entry
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.h43 int length; member in struct:intel_pt_insn
/linux-master/drivers/video/fbdev/
H A Dsunxvr1000.c97 var->red.length = 8;
99 var->green.length = 8;
101 var->blue.length = 8;
103 var->transp.length = 0;
136 /* Framebuffer length is the same regardless of resolution. */
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmr.h27 struct ib_mr *rvt_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
/linux-master/lib/kunit/
H A Dstring-stream.h22 size_t length; member in struct:string_stream
24 /* length and fragments are protected by this lock */
/linux-master/drivers/mtd/nand/spi/
H A Dxtx.c48 region->length = 16;
60 region->length = 47;
101 region->length = mtd->oobsize / 2;
113 region->length = mtd->oobsize / 2 - 2;
/linux-master/drivers/acpi/riscv/
H A Drhct.c59 end = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->header.length);
63 node = ACPI_ADD_PTR(struct acpi_rhct_node_header, node, node->length)) {
160 end = ACPI_ADD_PTR(struct acpi_rhct_node_header, rhct, rhct->header.length);
163 node = ACPI_ADD_PTR(struct acpi_rhct_node_header, node, node->length)) {
/linux-master/include/rdma/
H A Dib_umem.h23 size_t length; member in struct:ib_umem
64 return (size_t)((ALIGN(umem->iova + umem->length, pgsz) -
96 * ALIGN_DOWN(umem->address, pgsz) to ALIGN(umem->address + umem->length, pgsz)
110 size_t length);
169 size_t length) {
168 ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset, size_t length) argument
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dhdcp_msg_types.h102 uint32_t length; member in struct:hdcp_protection_message
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c57 if (core->fw.length < pfw->size) {
59 pfw->size, core->fw.length);
64 memset(core->fw.virt, 0, core->fw.length);
87 u32 count = core->act.length / core->res->act_size;
147 if (!buf->length)
150 buf->virt = dma_alloc_coherent(dev, buf->length, &buf->phys, gfp);
164 dma_free_coherent(buf->dev, buf->length, buf->virt, buf->phys);
167 buf->length = 0;
452 inst->act.length = core->res->act_size;
564 core->fw.length
[all...]
/linux-master/drivers/vfio/pci/pds/
H A Ddirty.h35 unsigned long length,
/linux-master/include/uapi/linux/
H A Diommufd.h116 * On input num_iovas is the length of the allowed_iovas array. On output it is
125 * (starting_iova + length) % out_iova_alignment == 0
192 * @length: Number of bytes to map
210 __aligned_u64 length; member in struct:iommu_ioas_map
221 * @length: Number of bytes to copy and map
227 * dst_ioas_id. The src iova/length must exactly match a range used with
240 __aligned_u64 length; member in struct:iommu_ioas_copy
251 * @length: Number of bytes to unmap, and return back the bytes unmapped
253 * Unmap an IOVA range. The iova/length must be a superset of a previously
262 __aligned_u64 length; member in struct:iommu_ioas_unmap
610 __aligned_u64 length; member in struct:iommu_hwpt_get_dirty_bitmap
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.h42 size_t length);
/linux-master/include/linux/
H A Dfw_table.h50 unsigned long length);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c37 * @length: length of the package data
48 ice_send_package_data(struct pldmfw *context, const u8 *data, u16 length) argument
60 package_data = kmemdup(data, length, GFP_KERNEL);
64 status = ice_nvm_set_pkg_data(hw, false, package_data, length, NULL);
217 size_t length; local
232 length = struct_size(comp_tbl, cvs, component->version_len);
233 comp_tbl = kzalloc(length, GFP_KERNEL);
247 status = ice_nvm_pass_component_tbl(hw, (u8 *)comp_tbl, length,
386 * @length
399 ice_write_nvm_module(struct ice_pf *pf, u16 module, const char *component, const u8 *image, u32 length, u8 *reset_level, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.h21 u64 offset, u64 length,
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_qp.c221 bytes += send_wr->sg_list[i].length;
225 remain_size = send_wr->sg_list[i].length;
273 bytes += send_wr->sg_list[i].length;
340 length_field = &write_sqe->length;
358 read_sqe->length = cpu_to_le32(send_wr->sg_list[0].length);
369 sge->length = cpu_to_le32(send_wr->sg_list[0].length);
388 length_field = &send_sqe->length;
402 regmr_sge->length
[all...]

Completed in 608 milliseconds

<<21222324252627282930>>