Lines Matching defs:ci_hdrc
208 struct ci_hdrc { struct
209 struct device *dev;
210 spinlock_t lock;
211 struct hw_bank hw_bank;
212 int irq;
213 struct ci_role_driver *roles[CI_ROLE_END];
214 enum ci_role role;
215 bool is_otg;
216 struct usb_otg otg;
217 struct otg_fsm fsm;
218 struct hrtimer otg_fsm_hrtimer;
219 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
220 unsigned enabled_otg_timer_bits;
244 struct ci_hdrc_platform_data *platdata; argument
261 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument