Lines Matching refs:flags_int
3146 temp.setup_alt_next = xfer->flags_int.short_frames_ok || in dwc_otg_setup_standard_chain()
3147 xfer->flags_int.isochronous_xfr; in dwc_otg_setup_standard_chain()
3148 temp.did_stall = !xfer->flags_int.control_stall; in dwc_otg_setup_standard_chain()
3154 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3155 if (xfer->flags_int.control_hdr) { in dwc_otg_setup_standard_chain()
3168 if (xfer->flags_int.control_act) in dwc_otg_setup_standard_chain()
3211 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3212 if (xfer->flags_int.control_act) { in dwc_otg_setup_standard_chain()
3232 if (xfer->flags_int.isochronous_xfr) { in dwc_otg_setup_standard_chain()
3240 if (xfer->flags_int.control_xfr) { in dwc_otg_setup_standard_chain()
3255 if (!xfer->flags_int.control_act) { in dwc_otg_setup_standard_chain()
3542 if (xfer->flags_int.short_frames_ok || in dwc_otg_standard_done_sub()
3543 xfer->flags_int.isochronous_xfr) { in dwc_otg_standard_done_sub()
3584 if (xfer->flags_int.control_xfr) { in dwc_otg_standard_done()
3585 if (xfer->flags_int.control_hdr) { in dwc_otg_standard_done()
3603 if (xfer->flags_int.control_xfr && in dwc_otg_standard_done()
3604 !xfer->flags_int.control_act) { in dwc_otg_standard_done()
3627 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) { in dwc_otg_device_done()
4822 if (xfer->flags_int.usb_mode == USB_MODE_DEVICE) { in dwc_otg_xfer_setup()