Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-udc.h30 struct isp1760_ep { struct
31 struct isp1760_udc *udc;
32 struct usb_ep ep;
34 struct list_head queue;
36 unsigned int addr;
37 unsigned int maxpacket;
38 char name[7];
40 const struct usb_endpoint_descriptor *desc;
42 bool rx_pending;
43 bool halted;
[all …]
/kernel/linux/linux-6.6/drivers/usb/isp1760/
Disp1760-udc.h34 struct isp1760_ep { struct
35 struct isp1760_udc *udc;
36 struct usb_ep ep;
38 struct list_head queue;
40 unsigned int addr;
41 unsigned int maxpacket;
42 char name[7];
44 const struct usb_endpoint_descriptor *desc;
46 bool rx_pending;
47 bool halted;
[all …]