Searched defs:fhci_usb (Results 1 – 1 of 1) sorted by relevance
449 struct fhci_usb { struct450 u16 saved_msk; /* saving of the USB mask register */451 struct endpoint *ep0; /* pointer for endpoint0 structure */452 int intr_nesting_cnt; /* interrupt nesting counter */453 u16 max_frame_usage; /* max frame time usage,in micro-sec */454 u16 max_bytes_per_frame; /* max byte can be tx in one time frame */455 u32 sw_transaction_time; /* sw complete trans time,in micro-sec */456 struct fhci_time_frame *actual_frame;457 struct fhci_controller_list *hc_list; /* main structure for hc */458 struct virtual_root_hub *vroot_hub;[all …]