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