Searched refs:bw_info (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 250 struct mu3h_sch_bw_info *bw_info; in create_sch_ep() local 254 bw_info = get_bw_info(mtk, udev, ep); in create_sch_ep() 255 if (!bw_info) in create_sch_ep() 278 sch_ep->bw_info = bw_info; in create_sch_ep() 681 struct mu3h_sch_bw_info *sch_bw = sch_ep->bw_info; in alloc_sch_portion_of_frame() 798 struct mu3h_sch_bw_info *sch_bw = sch_ep->bw_info; in alloc_sch_microframes() 841 return load_ep_bw(sch_ep->bw_info, sch_ep, true); in check_sch_bw() 849 load_ep_bw(sch_ep->bw_info, sch_ep, false); in destroy_sch_ep()
|
| H A D | xhci-mtk.h | 107 struct mu3h_sch_bw_info *bw_info; member
|
| H A D | xhci.c | 2535 virt_ep->bw_info.max_packet_size, in xhci_check_bw_table() 2767 smaller_ep->bw_info.max_packet_size) { in xhci_add_ep_to_interval_table() 2823 memcpy(&ep_bw_info[i], &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth() 2830 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth() 2842 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth() 2867 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth() 2874 memcpy(&virt_dev->eps[i].bw_info, &ep_bw_info[i], in xhci_reserve_bandwidth() 2879 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth() 4075 &virt_dev->eps[i].bw_info, in xhci_discover_or_reset_device() 4080 xhci_clear_endpoint_bw_info(&virt_dev->eps[i].bw_info); in xhci_discover_or_reset_device()
|