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