Home
last modified time | relevance | path

Searched refs:data_address (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/android/binder/
H A Dtransaction.rs80 data_address: usize, field
128 let data_address = alloc.ptr; in new() localVariable
141 data_address, in new()
177 data_address: alloc.ptr, in new_reply()
419 tr.data.ptr.buffer = self.data_address as _; in do_work()
422 tr.data.ptr.offsets = (self.data_address + ptr_align(self.data_size).unwrap()) as _; in do_work()
441 tr_sec.secctx = (self.data_address + off) as u64; in do_work()
/linux/drivers/comedi/drivers/
H A Djr3_pci.h221 s32 data_address; member
/linux/drivers/firewire/
H A Dohci.c75 __le32 data_address; member
914 d->data_address = cpu_to_le32(ctx->dma_addrs[i]); in ar_context_init()
1302 d[2].data_address = cpu_to_le32(payload_bus); in at_context_queue_packet()
2801 buffer_dma = le32_to_cpu(d->data_address); in handle_ir_packet_per_buffer()
2830 buffer_dma = le32_to_cpu(last->data_address); in handle_ir_buffer_fill()
2892 if ((le32_to_cpu(pd->data_address) & PAGE_MASK) == in sync_it_packet_for_cpu()
2900 buffer_dma = le32_to_cpu(pd->data_address); in sync_it_packet_for_cpu()
3275 d[2].data_address = cpu_to_le32(d_bus + z * sizeof(*d)); in queue_iso_transmit()
3290 pd[i].data_address = cpu_to_le32(dma_addr + offset); in queue_iso_transmit()
3355 d->data_address = cpu_to_le32(d_bus + (z * sizeof(*d))); in queue_iso_packet_per_buffer()
[all …]
/linux/drivers/memstick/core/
H A Dmspro_block.c605 .data_address = 0, in h_mspro_block_setup_cmd()
610 param.data_address = cpu_to_be32((uint32_t)offset); in h_mspro_block_setup_cmd()
801 .data_address = 0, in mspro_block_set_interface()
/linux/drivers/spi/
H A Dspi-qcom-qspi.c132 u32 data_address; member
330 virt_cmd_desc->data_address = dma_ptr; in qcom_qspi_alloc_desc()