Home
last modified time | relevance | path

Searched refs:bw_info (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c243 struct mu3h_sch_bw_info *bw_info; in create_sch_ep() local
246 bw_info = get_bw_info(mtk, udev, ep); in create_sch_ep()
247 if (!bw_info) in create_sch_ep()
262 sch_ep->bw_info = bw_info; in create_sch_ep()
518 struct mu3h_sch_bw_info *sch_bw = sch_ep->bw_info; in check_sch_bw()
565 load_ep_bw(sch_ep->bw_info, sch_ep, false); in destroy_sch_ep()
H A Dxhci-mem.c1512 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info) in xhci_clear_endpoint_bw_info() argument
1514 bw_info->ep_interval = 0; in xhci_clear_endpoint_bw_info()
1515 bw_info->mult = 0; in xhci_clear_endpoint_bw_info()
1516 bw_info->num_packets = 0; in xhci_clear_endpoint_bw_info()
1517 bw_info->max_packet_size = 0; in xhci_clear_endpoint_bw_info()
1518 bw_info->type = 0; in xhci_clear_endpoint_bw_info()
1519 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info()
1527 struct xhci_bw_info *bw_info; in xhci_update_bw_info() local
1533 bw_info = &virt_dev->eps[i].bw_info; in xhci_update_bw_info()
[all...]
H A Dxhci-mtk.h65 * @bw_info: bandwidth domain which this endpoint belongs
95 struct mu3h_sch_bw_info *bw_info; member
H A Dxhci.c2403 virt_ep->bw_info.max_packet_size, in xhci_check_bw_table()
2637 smaller_ep->bw_info.max_packet_size) { in xhci_add_ep_to_interval_table()
2693 memcpy(&ep_bw_info[i], &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2700 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2706 /* Overwrite the information stored in the endpoints' bw_info */ in xhci_reserve_bandwidth()
2712 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2737 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2744 memcpy(&virt_dev->eps[i].bw_info, &ep_bw_info[i], in xhci_reserve_bandwidth()
2749 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
3793 &virt_dev->eps[i].bw_info, in xhci_discover_or_reset_device()
[all...]
H A Dxhci.h971 struct xhci_bw_info bw_info; member
2061 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info);
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1561 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info) in xhci_clear_endpoint_bw_info() argument
1563 bw_info->ep_interval = 0; in xhci_clear_endpoint_bw_info()
1564 bw_info->mult = 0; in xhci_clear_endpoint_bw_info()
1565 bw_info->num_packets = 0; in xhci_clear_endpoint_bw_info()
1566 bw_info->max_packet_size = 0; in xhci_clear_endpoint_bw_info()
1567 bw_info->type = 0; in xhci_clear_endpoint_bw_info()
1568 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info()
1576 struct xhci_bw_info *bw_info; in xhci_update_bw_info() local
1582 bw_info = &virt_dev->eps[i].bw_info; in xhci_update_bw_info()
[all...]
H A Dxhci.c2425 virt_ep->bw_info.max_packet_size, in xhci_check_bw_table()
2665 smaller_ep->bw_info.max_packet_size) { in xhci_add_ep_to_interval_table()
2721 memcpy(&ep_bw_info[i], &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2728 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2734 /* Overwrite the information stored in the endpoints' bw_info */ in xhci_reserve_bandwidth()
2740 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2765 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2772 memcpy(&virt_dev->eps[i].bw_info, &ep_bw_info[i], in xhci_reserve_bandwidth()
2777 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
3901 &virt_dev->eps[i].bw_info, in xhci_discover_or_reset_device()
[all...]
H A Dxhci.h970 struct xhci_bw_info bw_info; member
2023 void xhci_clear_endpoint_bw_info(struct xhci_bw_info *bw_info);

Completed in 28 milliseconds