Lines Matching defs:ci_hdrc
201 struct ci_hdrc { struct
202 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;
211 struct hrtimer otg_fsm_hrtimer;
235 struct ci_hdrc_platform_data *platdata; argument
251 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument