Searched defs:xhci_virt_device (Results 1 – 1 of 1) sorted by relevance
983 struct xhci_virt_device { struct984 int slot_id;985 struct usb_device *udev;994 struct xhci_container_ctx *out_ctx;996 struct xhci_container_ctx *in_ctx;997 struct xhci_virt_ep eps[EP_CTX_PER_DEV];998 u8 fake_port;999 u8 real_port;1000 struct xhci_interval_bw_table *bw_table;1001 struct xhci_tt_bw_info *tt_info;[all …]