Searched defs:ci_hdrc (Results 1 – 1 of 1) sorted by relevance
203 struct ci_hdrc { struct204 struct device *dev;205 spinlock_t lock;206 struct hw_bank hw_bank;207 int irq;208 struct ci_role_driver *roles[CI_ROLE_END];209 enum ci_role role;210 bool is_otg;211 struct usb_otg otg;212 struct otg_fsm fsm;[all …]