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

/drivers/usb/host/
H A Dxhci-mem.c809 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
844 &xhci->rh_bw[virt_dev->real_port - 1].tts);
1123 dev->bw_table = &xhci->rh_bw[port_num - 1].bw_table;
1125 struct xhci_root_port_bw_info *rh_bw; local
1128 rh_bw = &xhci->rh_bw[port_num - 1];
1130 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
1836 struct xhci_interval_bw_table *bwt = &xhci->rh_bw[i].bw_table;
1846 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) {
1858 kfree(xhci->rh_bw);
[all...]
H A Dxhci.h1434 struct xhci_root_port_bw_info *rh_bw; member in struct:xhci_hcd
H A Dxhci.c1865 bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table;
2097 xhci->rh_bw[port_index].num_active_tts;
2287 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1];

Completed in 42 milliseconds