Lines Matching defs:dwc_otg_td
56 struct dwc_otg_td { struct
57 struct dwc_otg_td *obj_next; argument
58 dwc_otg_cmd_t *func;
59 struct usb_page_cache *pc;
60 uint32_t tx_bytes;
61 uint32_t offset;
62 uint32_t remainder;
63 uint32_t hcchar; /* HOST CFG */
64 uint32_t hcsplt; /* HOST CFG */
65 uint16_t max_packet_size; /* packet_size */
66 uint16_t npkt;
67 uint8_t max_packet_count; /* packet_count */
68 uint8_t errcnt;
69 uint8_t tmr_res;
70 uint8_t tmr_val;
71 uint8_t ep_no;
72 uint8_t ep_type;
73 uint8_t channel[3];
74 uint8_t tt_index; /* TT data */
75 uint8_t tt_start_slot; /* TT data */
76 uint8_t tt_complete_slot; /* TT data */
77 uint8_t tt_xactpos; /* TT data */
78 uint8_t state;
104 struct dwc_otg_td *td; argument