Searched refs:do_split (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_queue.c153 qh->do_split = 0;
161 qh->do_split = 1;
533 if (qh->do_split) {
H A Ddwc_otg_hcd_intr.c498 } else if (hc->qh->do_split) {
988 if (hc->qh->do_split) {
1156 if (hc->do_split) {
1231 if (hc->do_split) {
1323 if (hc->do_split && hc->complete_split) {
1497 if (hc->do_split && hc->complete_split) {
H A Ddwc_otg_hcd.h184 uint8_t do_split; member in struct:dwc_otg_qh
H A Ddwc_otg_cil.c1259 if (hc->error_state && !hc->do_split &&
1289 if (hc->do_split) {
1317 if (hc->do_split) {
1377 if (hc->do_split) {
1598 if (hc->ep_type == DWC_OTG_EP_TYPE_INTR && hc->do_split && !hc->complete_split) {
1684 if (hc->do_split) {
1825 if (hc->do_split) {
1887 if (hc->do_split) {
H A Ddwc_otg_cil.h317 uint8_t do_split; /**< Enable split for the channel */ member in struct:dwc_hc
H A Ddwc_otg_hcd.c2144 hc->do_split = 0;
2145 if (qh->do_split) {
2146 hc->do_split = 1;
2792 DWC_PRINT(" do_split: %d\n", hc->do_split);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_intr.c501 } else if (_hc->qh->do_split) {
752 if (deferral_on && _hc->do_split) {
978 if (_hc->qh->do_split) {
1147 if (_hc->do_split) {
1220 if (_hc->do_split) {
1313 if ((_hc->do_split) && (_hc->complete_split)) {
1484 if ((_hc->do_split) && (_hc->complete_split)) {
H A Ddwc_otg_hcd_queue.c143 _qh->do_split = 0;
151 _qh->do_split = 1;
644 if (_qh->do_split) {
H A Ddwc_otg_hcd.h186 uint8_t do_split; member in struct:dwc_otg_qh
H A Ddwc_otg_cil.h261 uint8_t do_split; /**< Enable split for the channel */ member in struct:dwc_hc
H A Ddwc_otg_cil.c1110 if (_hc->error_state && !_hc->do_split &&
1138 if (_hc->do_split) {
1166 if (_hc->do_split) {
1224 if (_hc->do_split) {
1442 if (_hc->ep_type == DWC_OTG_EP_TYPE_INTR && _hc->do_split && !_hc->complete_split) {
1524 if (_hc->do_split) {
1633 if (_hc->do_split) {
1694 if (_hc->do_split) {
H A Ddwc_otg_hcd.c2084 hc->do_split = 0;
2085 if (_qh->do_split) {
2086 hc->do_split = 1;
2809 DWC_PRINT(" do_split: %d\n", hc->do_split);

Completed in 107 milliseconds