Home
last modified time | relevance | path

Searched defs:cdns2_endpoint (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h551 struct cdns2_endpoint { struct
552 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 …]