Searched defs:cdns2_endpoint (Results 1 – 1 of 1) sorted by relevance
551 struct cdns2_endpoint { struct552 struct usb_ep endpoint;553 struct list_head pending_list;554 struct list_head deferred_list;556 struct cdns2_device *pdev;557 char name[20];559 struct cdns2_ring ring;569 u32 ep_state;571 u8 idx;572 u8 dir;[all …]