Searched refs:bw_info (Results 1 – 5 of 5) 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-mem.c | 1532 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info) in xhci_clear_endpoint_bw_info() argument 1534 bw_info->ep_interval = 0; in xhci_clear_endpoint_bw_info() 1535 bw_info->mult = 0; in xhci_clear_endpoint_bw_info() 1536 bw_info->num_packets = 0; in xhci_clear_endpoint_bw_info() 1537 bw_info->max_packet_size = 0; in xhci_clear_endpoint_bw_info() 1538 bw_info->type = 0; in xhci_clear_endpoint_bw_info() 1539 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info() 1547 struct xhci_bw_info *bw_info; in xhci_update_bw_info() local 1553 bw_info = &virt_dev->eps[i].bw_info; in xhci_update_bw_info() 1562 xhci_clear_endpoint_bw_info(bw_info); in xhci_update_bw_info() [all …]
|
| 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() 4069 &virt_dev->eps[i].bw_info, in xhci_discover_or_reset_device() 4074 xhci_clear_endpoint_bw_info(&virt_dev->eps[i].bw_info); in xhci_discover_or_reset_device()
|
| H A D | xhci.h | 694 struct xhci_bw_info bw_info; member 1805 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info);
|