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