Lines Matching defs:fhci_hcd
245 struct fhci_hcd { struct
246 enum qe_clock fullspeed_clk;
247 enum qe_clock lowspeed_clk;
248 struct qe_pin *pins[NUM_PINS];
249 int gpios[NUM_GPIOS];
250 bool alow_gpios[NUM_GPIOS];
252 struct qe_usb_ctlr __iomem *regs; /* I/O memory used to communicate */
253 struct fhci_pram __iomem *pram; /* Parameter RAM */
254 struct gtm_timer *timer;
256 spinlock_t lock;
257 struct fhci_usb *usb_lld; /* Low-level driver */
258 struct virtual_root_hub *vroot_hub; /* the virtual root hub */
259 int active_urbs;
260 struct fhci_controller_list *hc_list;
261 struct tasklet_struct *process_done_task; /* tasklet for done list */
263 struct list_head empty_eds;
264 struct list_head empty_tds;
267 int usb_irq_stat[13];
268 struct dentry *dfs_root;
269 struct dentry *dfs_regs;
270 struct dentry *dfs_irq_stat;