Searched defs:ci_hdrc (Results 1 – 1 of 1) sorted by relevance
213 struct ci_hdrc { struct214 struct device *dev;215 spinlock_t lock;216 struct hw_bank hw_bank;217 int irq;218 struct ci_role_driver *roles[CI_ROLE_END];219 enum ci_role role;220 bool is_otg;221 struct usb_otg otg;222 struct otg_fsm fsm;[all …]