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