Lines Matching refs:flags_int
3147 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in dwc_otg_setup_standard_chain()
3148 xfer->flags_int.isochronous_xfr; in dwc_otg_setup_standard_chain()
3149 temp.did_stall = !xfer->flags_int.control_stall; in dwc_otg_setup_standard_chain()
3155 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3156 if (xfer->flags_int.control_hdr) { in dwc_otg_setup_standard_chain()
3169 if (xfer->flags_int.control_act) in dwc_otg_setup_standard_chain()
3212 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3213 if (xfer->flags_int.control_act) { in dwc_otg_setup_standard_chain()
3233 if (xfer->flags_int.isochronous_xfr) { in dwc_otg_setup_standard_chain()
3241 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3256 if (!xfer->flags_int.control_act) { in dwc_otg_setup_standard_chain()
3543 if (xfer->flags_int.short_frames_ok || in dwc_otg_standard_done_sub()
3544 xfer->flags_int.isochronous_xfr) { in dwc_otg_standard_done_sub()
3585 if (xfer->flags_int.control_xfr) { in dwc_otg_standard_done()
3586 if (xfer->flags_int.control_hdr) { in dwc_otg_standard_done()
3604 if (xfer->flags_int.control_xfr && in dwc_otg_standard_done()
3605 !xfer->flags_int.control_act) { in dwc_otg_standard_done()
3628 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) { in dwc_otg_device_done()
4823 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) { in dwc_otg_xfer_setup()