Lines Matching defs:rh_bw
789 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
826 &xhci->rh_bw[virt_dev->real_port - 1].tts);
927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
1136 dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table;
1138 struct xhci_root_port_bw_info *rh_bw;
1141 rh_bw = &xhci->rh_bw[port_num - 1];
1143 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
1858 for (i = 0; i < num_ports && xhci->rh_bw; i++) {
1859 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table;
1895 if (!xhci->rh_bw)
1900 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) {
1914 kfree(xhci->rh_bw);
1924 xhci->rh_bw = NULL;
2152 xhci->rh_bw = kcalloc_node(num_ports, sizeof(*xhci->rh_bw), flags,
2154 if (!xhci->rh_bw)
2159 INIT_LIST_HEAD(&xhci->rh_bw[i].tts);
2160 bw_table = &xhci->rh_bw[i].bw_table;