rh_bw             819 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
rh_bw             856 drivers/usb/host/xhci-mem.c 				&xhci->rh_bw[virt_dev->real_port - 1].tts);
rh_bw             953 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
rh_bw            1164 drivers/usb/host/xhci-mem.c 		dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table;
rh_bw            1166 drivers/usb/host/xhci-mem.c 		struct xhci_root_port_bw_info *rh_bw;
rh_bw            1169 drivers/usb/host/xhci-mem.c 		rh_bw = &xhci->rh_bw[port_num - 1];
rh_bw            1171 drivers/usb/host/xhci-mem.c 		list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
rh_bw            1864 drivers/usb/host/xhci-mem.c 	for (i = 0; i < num_ports && xhci->rh_bw; i++) {
rh_bw            1865 drivers/usb/host/xhci-mem.c 		struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table;
rh_bw            1901 drivers/usb/host/xhci-mem.c 	if (!xhci->rh_bw)
rh_bw            1906 drivers/usb/host/xhci-mem.c 		list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) {
rh_bw            1920 drivers/usb/host/xhci-mem.c 	kfree(xhci->rh_bw);
rh_bw            1930 drivers/usb/host/xhci-mem.c 	xhci->rh_bw = NULL;
rh_bw            2289 drivers/usb/host/xhci-mem.c 	xhci->rh_bw = kcalloc_node(num_ports, sizeof(*xhci->rh_bw), flags,
rh_bw            2291 drivers/usb/host/xhci-mem.c 	if (!xhci->rh_bw)
rh_bw            2296 drivers/usb/host/xhci-mem.c 		INIT_LIST_HEAD(&xhci->rh_bw[i].tts);
rh_bw            2297 drivers/usb/host/xhci-mem.c 		bw_table = &xhci->rh_bw[i].bw_table;
rh_bw            2209 drivers/usb/host/xhci.c 	bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table;
rh_bw            2444 drivers/usb/host/xhci.c 			xhci->rh_bw[port_index].num_active_tts;
rh_bw            2637 drivers/usb/host/xhci.c 	rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1];
rh_bw            1800 drivers/usb/host/xhci.h 	struct xhci_root_port_bw_info	*rh_bw;