Symbol: read_pointer
arch/arc/kernel/unwind.c
170
static unsigned long read_pointer(const u8 **pLoc,
arch/arc/kernel/unwind.c
203
|| (void *)read_pointer(&ptr, end, header_start[1])
arch/arc/kernel/unwind.c
206
|| read_pointer(&ptr, end, header_start[2]) <= 0
arch/arc/kernel/unwind.c
286
if (!read_pointer(&ptr, (const u8 *)(fde + 1) + *fde,
arch/arc/kernel/unwind.c
327
header->table[n].start = read_pointer(&ptr,
arch/arc/kernel/unwind.c
638
if (!read_pointer(&ptr, end, ptrType)
arch/arc/kernel/unwind.c
724
state->loc = read_pointer(&ptr.p8, end,
arch/arc/kernel/unwind.c
948
if (tableSize && read_pointer(&ptr, end, hdr[1])
arch/arc/kernel/unwind.c
950
&& (i = read_pointer(&ptr, end, hdr[2])) > 0
arch/arc/kernel/unwind.c
957
startLoc = read_pointer(&cur,
arch/arc/kernel/unwind.c
968
&& (startLoc = read_pointer(&ptr,
arch/arc/kernel/unwind.c
972
fde = (void *)read_pointer(&ptr,
arch/arc/kernel/unwind.c
986
&& read_pointer(&ptr,
arch/arc/kernel/unwind.c
993
startLoc + read_pointer(&ptr,
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.c
136
u32 ctrl, read_pointer;
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.c
139
read_pointer = FIELD_GET(THC_M_PRT_READ_DMA_CNTRL_TPCRP, ctrl);
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.c
142
ctrl, dma_config->dma_cntrl, read_pointer);
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.c
144
return read_pointer;
drivers/scsi/st.c
1219
(STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0;
drivers/scsi/st.c
1981
STbp->read_pointer = 0;
drivers/scsi/st.c
3014
(STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0;
drivers/scsi/st.c
4124
for (i = 0, offset = st_bp->read_pointer;
drivers/scsi/st.c
4139
st_bp->read_pointer += cnt;
drivers/scsi/st.c
4168
st_bp->buffer_bytes = st_bp->read_pointer = total;
drivers/scsi/st.c
867
(STp->buffer)->read_pointer) / STp->block_size -
drivers/scsi/st.c
868
((STp->buffer)->read_pointer + STp->block_size - 1) /
drivers/scsi/st.c
871
(STp->buffer)->read_pointer = 0;
drivers/scsi/st.h
43
int read_pointer;