Searched refs:rh_bw (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-mem.c792 tt_list_head = &(xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts);
829 &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts);
931 tt_list_head = &(xhci->rh_bw[vdev->rhub_port->hw_portnum].tts);
1136 dev->bw_table = &xhci->rh_bw[dev->rhub_port->hw_portnum].bw_table;
1138 struct xhci_root_port_bw_info *rh_bw; local
1141 rh_bw = &xhci->rh_bw[dev->rhub_port->hw_portnum];
1143 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
1896 for (i = 0; i < num_ports && xhci->rh_bw; i++) {
1897 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[
[all...]
H A Dxhci.c2266 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table;
2499 xhci->rh_bw[virt_dev->rhub_port->hw_portnum].num_active_tts;
2686 rh_bw_info = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum];
H A Dxhci.h1545 struct xhci_root_port_bw_info *rh_bw; member in struct:xhci_hcd

Completed in 272 milliseconds