Home
last modified time | relevance | path

Searched refs:real_port (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dxhci-mem.c808 if (virt_dev->real_port == 0 || in xhci_free_tt_info()
809 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
814 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
849 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
1097 dev->real_port = port_num; in xhci_setup_addressable_virt_dev()
Dxhci.c2026 bw_table = &xhci->rh_bw[virt_dev->real_port - 1].bw_table; in xhci_check_tt_bw_table()
2143 virt_dev->real_port); in xhci_check_bw_table()
2154 virt_dev->real_port); in xhci_check_bw_table()
2251 unsigned int port_index = virt_dev->real_port - 1; in xhci_check_bw_table()
2448 rh_bw_info = &xhci->rh_bw[virt_dev->real_port - 1]; in xhci_update_tt_active_eps()
Dxhci.h920 u8 real_port; member