Home
last modified time | relevance | path

Searched refs:ptd_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
A Disp1362-hcd.c189 int ptd_offset = -EINVAL; in claim_ptd_buffers() local
211 WARN_ON(ptd_offset < 0); in claim_ptd_buffers()
212 ep->ptd_offset = ptd_offset; in claim_ptd_buffers()
251 ep->ptd_offset = -EINVAL; in release_ptd_buffers()
368 BUG_ON(ep->ptd_offset < 0); in isp1362_read_ptd()
405 BUG_ON(ep->ptd_offset < 0); in remove_ptd()
843 u16 ptd_offset = ep->ptd_offset; in next_ptd() local
851 return ptd_offset; in next_ptd()
861 int ptd_offset; in start_iso_transfers() local
902 ep->ptd_offset = ptd_offset; in start_iso_transfers()
[all …]
A Disp1362.h392 s16 ptd_offset; /* buffer offset in ISP1362 where member
/linux/drivers/usb/isp1760/
A Disp1760-hcd.c532 isp1763_ptd_read(hcd, ptd_offset, slot, ptd); in ptd_read()
578 isp1763_ptd_write(hcd, ptd_offset, slot, ptd); in ptd_write()
1020 if (ptd_offset == ATL_PTD_OFFSET) { in start_bus_transfer()
1040 ptd_write(hcd, ptd_offset, slot, ptd); in start_bus_transfer()
1042 if (ptd_offset == ATL_PTD_OFFSET) in start_bus_transfer()
1122 int ptd_offset; in enqueue_qtds() local
1140 ptd_offset = INT_PTD_OFFSET; in enqueue_qtds()
1143 ptd_offset = ATL_PTD_OFFSET; in enqueue_qtds()
1361 u32 ptd_offset; in handle_done_ptds() local
1385 ptd_offset = INT_PTD_OFFSET; in handle_done_ptds()
[all …]

Completed in 18 milliseconds