Lines Matching defs:ci_hdrc
207 struct ci_hdrc { struct
208 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;
217 struct hrtimer otg_fsm_hrtimer;
218 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
219 unsigned enabled_otg_timer_bits;
243 struct ci_hdrc_platform_data *platdata; argument
260 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument