Lines Matching defs:usb_hw_ep_profile
174 struct usb_hw_ep_profile { struct
175 uint16_t max_in_frame_size; /* IN-token direction */
176 uint16_t max_out_frame_size; /* OUT-token direction */
177 uint8_t is_simplex:1;
178 uint8_t support_multi_buffer:1;
179 uint8_t support_bulk:1;
180 uint8_t support_control:1;
181 uint8_t support_interrupt:1;
182 uint8_t support_isochronous:1;
183 uint8_t support_in:1; /* IN-token is supported */
184 uint8_t support_out:1; /* OUT-token is supported */