Lines Matching defs:ci_hdrc
203 struct ci_hdrc { struct
204 struct device *dev;
205 spinlock_t lock;
206 struct hw_bank hw_bank;
207 int irq;
208 struct ci_role_driver *roles[CI_ROLE_END];
209 enum ci_role role;
210 bool is_otg;
211 struct usb_otg otg;
212 struct otg_fsm fsm;
213 struct hrtimer otg_fsm_hrtimer;
237 struct ci_hdrc_platform_data *platdata; argument
253 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() argument