Home
last modified time | relevance | path

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

/linux-6.8/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.h542 struct cdns2_endpoint { struct
543 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 …]