Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dci.h89 struct ci_hw_ep { struct
90 struct usb_ep ep;
91 u8 dir;
92 u8 num;
93 u8 type;
94 char name[16];
95 struct {
99 } qh;
100 int wedge;
103 struct ci_hdrc *ci;
[all …]