Searched defs:ci_hdrc (Results 1 – 1 of 1) sorted by relevance
208 struct ci_hdrc { struct209 struct device *dev;210 spinlock_t lock;211 struct hw_bank hw_bank;212 int irq;213 struct ci_role_driver *roles[CI_ROLE_END];214 enum ci_role role;215 bool is_otg;216 struct usb_otg otg;217 struct otg_fsm fsm;[all …]