Searched refs:buffer_offset (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/sound/usb/6fire/
H A Dmidi.h28 int buffer_offset; member in struct:midi_runtime
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_i2c.c105 int i, remaining, current_count, buffer_offset, max_bytes, ret; local
123 buffer_offset = 0;
139 &p->buf[buffer_offset], current_count);
143 buffer_offset += current_count;
H A Dradeon_i2c.c581 int i, j, remaining, current_count, buffer_offset, ret = num; local
701 buffer_offset = 0;
738 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff;
740 buffer_offset += current_count;
757 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]);
781 buffer_offset += current_count;
/linux-master/drivers/android/
H A Dbinder_alloc.h165 binder_size_t buffer_offset,
171 binder_size_t buffer_offset,
178 binder_size_t buffer_offset,
H A Dbinder_alloc.c716 * @buffer_offset: offset into @buffer data
720 * at @buffer_offset into @buffer->user_data. If @pgoffp is not
733 binder_size_t buffer_offset,
736 binder_size_t buffer_space_offset = buffer_offset +
758 binder_size_t buffer_offset = 0; local
766 buffer_offset, &pgoff);
770 buffer_offset += size;
1218 * @buffer_offset: offset into @buffer data
1229 binder_size_t buffer_offset,
1233 if (!check_buffer(alloc, buffer, buffer_offset, byte
731 binder_alloc_get_page(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, pgoff_t *pgoffp) argument
1227 binder_alloc_copy_user_to_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, const void __user *from, size_t bytes) argument
1258 binder_alloc_do_buffer_copy(struct binder_alloc *alloc, bool to_buffer, struct binder_buffer *buffer, binder_size_t buffer_offset, void *ptr, size_t bytes) argument
1289 binder_alloc_copy_to_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, void *src, size_t bytes) argument
1299 binder_alloc_copy_from_buffer(struct binder_alloc *alloc, void *dest, struct binder_buffer *buffer, binder_size_t buffer_offset, size_t bytes) argument
[all...]
H A Dbinder.c1785 unsigned long buffer_offset; local
1790 buffer_offset = start_offset + sizeof(binder_size_t) * index;
1792 b, buffer_offset,
1857 unsigned long buffer_offset; local
1874 buffer_offset = objects_start_offset +
1878 b, buffer_offset,
1954 binder_size_t off_start_offset, buffer_offset; local
1967 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset;
1968 buffer_offset
2655 binder_size_t buffer_offset; local
2917 binder_size_t buffer_offset = 0; local
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-udma.h15 void ivtv_udma_fill_sg_array(struct ivtv_user_dma *dma, u32 buffer_offset, u32 buffer_offset_2, u32 split);
H A Divtv-udma.c63 void ivtv_udma_fill_sg_array (struct ivtv_user_dma *dma, u32 buffer_offset, u32 buffer_offset_2, u32 split) { argument
70 dma->SGarray[i].dst = cpu_to_le32(buffer_offset);
71 buffer_offset += sg_dma_len(sg);
75 buffer_offset = buffer_offset_2;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_i2c.c112 int i, remaining, current_count, buffer_offset, max_bytes, ret; local
130 buffer_offset = 0;
146 &p->buf[buffer_offset], current_count);
150 buffer_offset += current_count;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h16 u32 buffer_offset; member in struct:vbva_buf_ctx
50 u32 buffer_offset, u32 buffer_length);
H A Dvbva_base.c118 p->base.offset = vbva_ctx->buffer_offset;
210 u32 buffer_offset, u32 buffer_length)
212 vbva_ctx->buffer_offset = buffer_offset;
209 vbva_setup_buffer_context(struct vbva_buf_ctx *vbva_ctx, u32 buffer_offset, u32 buffer_length) argument
/linux-master/drivers/acpi/acpica/
H A Dexfldio.c655 u32 buffer_offset = 0; local
766 memcpy(((char *)buffer) + buffer_offset, &merged_datum,
768 buffer_length - buffer_offset));
770 buffer_offset += obj_desc->common_field.access_byte_width;
784 memcpy(((char *)buffer) + buffer_offset, &merged_datum,
786 buffer_length - buffer_offset));
816 u32 buffer_offset = 0; local
886 buffer_length - buffer_offset));
935 buffer_offset += obj_desc->common_field.access_byte_width;
936 memcpy(&raw_datum, ((char *)buffer) + buffer_offset,
[all...]
H A Dacinterp.h142 u32 byte_granularity, u32 buffer_offset);
148 u32 byte_granularity, u32 buffer_offset);
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.h31 u32 buffer_offset; member in struct:logicvc_layer_config
H A Dlogicvc_layer.c270 u32 buffer_offset = layer->config.buffer_offset * layer_stride; local
301 if (gap && buffer_offset) {
302 buffer_sel = gap / buffer_offset;
306 gap -= buffer_sel * buffer_offset;
338 buffer_sel, buffer_offset);
425 &config->buffer_offset);
/linux-master/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h405 * @buffer_offset: the consumed offset of buffer
415 unsigned int buffer_offset; member in struct:param_r
H A Dimx-pcm-rpmsg.c91 info->msg[TX_POINTER].r_msg.param.buffer_offset = 0;
94 info->msg[RX_POINTER].r_msg.param.buffer_offset = 0;
248 info->msg[TX_POINTER].r_msg.param.buffer_offset = 0;
258 info->msg[RX_POINTER].r_msg.param.buffer_offset = 0;
444 info->msg[TX_POINTER].r_msg.param.buffer_offset = 0;
452 info->msg[RX_POINTER].r_msg.param.buffer_offset = 0;
/linux-master/drivers/media/usb/b2c2/
H A Dflexcop-usb.c431 int buffer_offset = 0; local
463 i, buffer_offset);
473 urb->transfer_buffer = fc_usb->iso_buffer + buffer_offset;
475 buffer_offset += frame_size * B2C2_USB_FRAMES_PER_ISO;
/linux-master/drivers/net/wan/
H A Dhd64570.c123 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) function
167 u32 buff_off = buffer_offset(port, i, transmit);
254 buff = buffer_offset(port, rxin, 0);
646 buff = buffer_offset(port, port->txin, 1);
H A Dhd64572.c97 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) function
137 u32 buff_off = buffer_offset(port, i, transmit);
208 buff = buffer_offset(port, rxin, 0);
582 buff = buffer_offset(port, port->txin, 1);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c89 u32 buffer_offset = 0; local
99 buffer_offset += task->imm_count;
104 bnx2i_get_write_cmd_bd_idx(cmd, buffer_offset,
108 buffer_offset += task->unsol_r2t.data_length;
111 if (buffer_offset != cmd_len) {
112 bnx2i_get_write_cmd_bd_idx(cmd, buffer_offset,
121 buffer_offset, cmd->io_tbl.bd_valid,
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c132 size_t buffer_offset = dest - vmci_dev->data_buffer; local
137 sg_array[0].addr = vmci_dev->data_buffer_base + buffer_offset;
/linux-master/include/linux/qed/
H A Discsi_common.h197 __le32 buffer_offset; member in struct:ystorm_iscsi_task_state
373 __le32 buffer_offset; member in struct:iscsi_data_out_hdr
403 __le32 buffer_offset; member in struct:iscsi_data_in_hdr
419 __le32 buffer_offset; member in struct:iscsi_r2t_hdr
H A Dnvmetcp_common.h300 __le32 buffer_offset; member in struct:ystorm_nvmetcp_task_state
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c869 u32 header, buffer_offset; local
898 buffer_offset = ETH_CONFIG_PKT_HDR_OFFSET;
903 buffer_offset = ETH_ETHERNET_HDR_OFFSET;
907 buffer_offset = HOST_HDR_OFFSET;
910 memcpy(&txb[offset + buffer_offset],

Completed in 415 milliseconds

12