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