|
@@ -529,6 +529,7 @@ static inline void dwc3_trb_to_nat(struct dwc3_trb_hw *hw, struct dwc3_trb *nat)
|
|
* @three_stage_setup: set if we perform a three phase setup
|
|
* @three_stage_setup: set if we perform a three phase setup
|
|
* @ep0_status_pending: ep0 status response without a req is pending
|
|
* @ep0_status_pending: ep0 status response without a req is pending
|
|
* @ep0_bounced: true when we used bounce buffer
|
|
* @ep0_bounced: true when we used bounce buffer
|
|
|
|
+ * @ep0_expect_in: true when we expect a DATA IN transfer
|
|
* @ep0_next_event: hold the next expected event
|
|
* @ep0_next_event: hold the next expected event
|
|
* @ep0state: state of endpoint zero
|
|
* @ep0state: state of endpoint zero
|
|
* @link_state: link state
|
|
* @link_state: link state
|
|
@@ -575,6 +576,7 @@ struct dwc3 {
|
|
unsigned three_stage_setup:1;
|
|
unsigned three_stage_setup:1;
|
|
unsigned ep0_status_pending:1;
|
|
unsigned ep0_status_pending:1;
|
|
unsigned ep0_bounced:1;
|
|
unsigned ep0_bounced:1;
|
|
|
|
+ unsigned ep0_expect_in:1;
|
|
|
|
|
|
enum dwc3_ep0_next ep0_next_event;
|
|
enum dwc3_ep0_next ep0_next_event;
|
|
enum dwc3_ep0_state ep0state;
|
|
enum dwc3_ep0_state ep0state;
|