Lines Matching defs:rh_bw
833 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
870 &xhci->rh_bw[virt_dev->real_port - 1].tts);
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
1186 dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table;
1188 struct xhci_root_port_bw_info *rh_bw;
1191 rh_bw = &xhci->rh_bw[port_num - 1];
1193 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
1886 for (i = 0; i < num_ports && xhci->rh_bw; i++) {
1887 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table;
1923 if (!xhci->rh_bw)
1928 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) {
1942 kfree(xhci->rh_bw);
1952 xhci->rh_bw = NULL;
2344 xhci->rh_bw = kcalloc_node(num_ports, sizeof(*xhci->rh_bw), flags,
2346 if (!xhci->rh_bw)
2351 INIT_LIST_HEAD(&xhci->rh_bw[i].tts);
2352 bw_table = &xhci->rh_bw[i].bw_table;