Lines Matching defs:ci_hdrc
213 struct ci_hdrc { struct
214 struct device *dev;
215 spinlock_t lock;
216 struct hw_bank hw_bank;
217 int irq;
218 struct ci_role_driver *roles[CI_ROLE_END];
219 enum ci_role role;
220 bool is_otg;
221 struct usb_otg otg;
222 struct otg_fsm fsm;
223 struct hrtimer otg_fsm_hrtimer;
224 ktime_t hr_timeouts[NUM_OTG_FSM_TIMERS];
225 unsigned enabled_otg_timer_bits;
249 struct ci_hdrc_platform_data *platdata; argument
268 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument