Searched defs:fhci_usb (Results 1 – 1 of 1) sorted by relevance
431 struct fhci_usb { struct432 u16 saved_msk; /* saving of the USB mask register */433 struct endpoint *ep0; /* pointer for endpoint0 structure */434 int intr_nesting_cnt; /* interrupt nesting counter */435 u16 max_frame_usage; /* max frame time usage,in micro-sec */436 u16 max_bytes_per_frame; /* max byte can be tx in one time frame */437 u32 sw_transaction_time; /* sw complete trans time,in micro-sec */438 struct fhci_time_frame *actual_frame;439 struct fhci_controller_list *hc_list; /* main structure for hc */440 struct virtual_root_hub *vroot_hub;[all …]