Lines Matching defs:ci_hdrc
206 struct ci_hdrc { struct
207 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;
216 struct hrtimer otg_fsm_hrtimer;
217 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
241 struct ci_hdrc_platform_data *platdata; argument
259 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument