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