Lines Matching defs:renesas_usb3_ep
310 struct renesas_usb3_ep { struct311 struct usb_ep ep;312 struct renesas_usb3 *usb3;313 struct renesas_usb3_dma *dma;314 int num;315 char ep_name[USB3_EP_NAME_SIZE];316 struct list_head queue;317 u32 rammap_val;318 bool dir_in;319 bool halt;320 bool wedge;321 bool started;