Searched refs:xfer_count (Results 1 - 13 of 13) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd_intr.c465 _ifxhc->xfer_count = 0;
477 _ifxhc->xfer_count = 0;
489 _ifxhc->xfer_count = urb->actual_length;
511 _ifxhc->xfer_count = urb->actual_length;
661 _ifxhc->xfer_count = _urbd->urb->actual_length;
677 _ifxhc->xfer_count = _urbd->urb->actual_length;
749 _ifxhc->xfer_count = _urbd->urb->actual_length;
783 _ifxhc->xfer_count = _urbd->urb->actual_length;
856 _ifxhc->xfer_count = _urbd->urb->actual_length;
873 _ifxhc->xfer_count
[all...]
H A Difxhcd.h308 uint32_t xfer_count ; /*!< Number of bytes transferred so far. The offset of the begin of the buf */ member in struct:ifxhcd_hc
H A Difxhcd.c1346 ifxhc->xfer_count = 0;
1354 ifxhc->xfer_count = 0;
2101 IFX_DEBUGPL(DBG_HCDV, " DMA: 0x%08x\n", (uint32_t)(CPHYSADDR( ((uint32_t)(_ifxhc->xfer_buff))+ _ifxhc->xfer_count )));
2102 ifxusb_wreg(&hc_regs->hcdma, (uint32_t)(CPHYSADDR( ((uint32_t)(_ifxhc->xfer_buff))+ _ifxhc->xfer_count )));
2477 Upon return the xfer_buff and xfer_count fields in _hc are incremented by
2503 IFX_PRINT(" xfer_count: %d\n" , hc->xfer_count);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c179 ep->dwc_ep.xfer_count = 0;
276 ep->dwc_ep.xfer_count += status.b.bcnt;
299 ep->dwc_ep.xfer_count += status.b.bcnt;
433 len = ep->dwc_ep.xfer_len - ep->dwc_ep.xfer_count;
447 ep->dwc_ep.xfer_count < ep->dwc_ep.xfer_len) {
450 len = ep->dwc_ep.xfer_len - ep->dwc_ep.xfer_count;
493 len = ep->dwc_ep.xfer_len - ep->dwc_ep.xfer_count;
507 ep->dwc_ep.xfer_count < ep->dwc_ep.xfer_len &&
512 len = ep->dwc_ep.xfer_len - ep->dwc_ep.xfer_count;
1133 ep0->dwc_ep.xfer_count
[all...]
H A Ddwc_otg_cil.c1922 if (hc->xfer_count < hc->xfer_len) {
1973 * Upon return the xfer_buff and xfer_count fields in _hc are incremented by
1986 remaining_count = hc->xfer_len - hc->xfer_count;
2011 hc->xfer_count += byte_count;
2323 ep->xfer_count, ep->xfer_buff, ep->start_xfer_buff);
2349 if ((ep->xfer_len - ep->xfer_count) == 0) {
2359 deptsiz.b.xfersize = ep->xfer_len - ep->xfer_count;
2361 (ep->xfer_len - ep->xfer_count - 1 + ep->maxpacket) /
2431 if ((ep->xfer_len - ep->xfer_count) == 0) {
2438 (ep->xfer_len - ep->xfer_count
[all...]
H A Ddwc_otg_cil.h121 unsigned xfer_count : 19; member in struct:dwc_ep
273 uint32_t xfer_count; member in struct:dwc_hc
H A Ddwc_otg_pcd.c642 ep->dwc_ep.xfer_count = 0;
667 ep->dwc_ep.xfer_count = 0;
1128 ep->xfer_count = 0;
2041 ep->dwc_ep.xfer_count = 0;
2092 ep->dwc_ep.xfer_count = 0;
2142 ep->dwc_ep.xfer_count = 0;
H A Ddwc_otg_hcd.c2139 hc->xfer_count = 0;
2788 DWC_PRINT(" xfer_count: %d\n", hc->xfer_count);
H A Ddwc_otg_hcd_intr.c248 hc->xfer_count += grxsts.b.bcnt;
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h116 unsigned xfer_count : 19; member in struct:dwc_ep
217 uint32_t xfer_count; member in struct:dwc_hc
H A Ddwc_otg_cil.c1726 if (_hc->xfer_count < _hc->xfer_len) {
1776 * Upon return the xfer_buff and xfer_count fields in _hc are incremented by
1789 remaining_count = _hc->xfer_len - _hc->xfer_count;
1810 _hc->xfer_count += byte_count;
2024 _ep->xfer_count, _ep->xfer_buff, _ep->start_xfer_buff);
2026 transfer_len = _ep->xfer_len - _ep->xfer_count;
2116 _ep->xfer_count, _ep->xfer_buff, _ep->start_xfer_buff);
2277 _ep->xfer_count, _ep->xfer_buff, _ep->start_xfer_buff,
2425 deptsiz.b.xfersize = (_ep->total_len - _ep->xfer_count) > _ep->maxpacket ? _ep->maxpacket :
2426 (_ep->total_len - _ep->xfer_count);
[all...]
H A Ddwc_otg_hcd.c2079 hc->xfer_count = 0;
2805 DWC_PRINT(" xfer_count: %d\n", hc->xfer_count);
H A Ddwc_otg_hcd_intr.c244 hc->xfer_count += grxsts.b.bcnt;

Completed in 92 milliseconds