Searched defs:cdns2_endpoint (Results 1 – 1 of 1) sorted by relevance
542 struct cdns2_endpoint { struct543 struct usb_ep endpoint;544 struct list_head pending_list;545 struct list_head deferred_list;547 struct cdns2_device *pdev;548 char name[20];550 struct cdns2_ring ring;560 u32 ep_state;562 u8 idx;563 u8 dir;[all …]