Home
last modified time | relevance | path

Searched refs:tt_info (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c816 struct xhci_tt_bw_info *tt_info, *next; in xhci_free_tt_info() local
829 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info()
831 if (tt_info->slot_id == slot_id) { in xhci_free_tt_info()
833 list_del(&tt_info->tt_list); in xhci_free_tt_info()
834 kfree(tt_info); in xhci_free_tt_info()
846 struct xhci_tt_bw_info *tt_info; in xhci_alloc_tt_info() local
856 for (i = 0; i < num_ports; i++, tt_info++) { in xhci_alloc_tt_info()
859 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags, in xhci_alloc_tt_info()
861 if (!tt_info) in xhci_alloc_tt_info()
863 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info()
[all …]
Dxhci.c2208 struct xhci_tt_bw_info *tt_info; in xhci_check_tt_bw_table() local
2212 tt_info = virt_dev->tt_info; in xhci_check_tt_bw_table()
2219 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2326 if (virt_dev->tt_info) { in xhci_check_bw_table()
2337 virt_dev->tt_info->slot_id, in xhci_check_bw_table()
2338 virt_dev->tt_info->ttport); in xhci_check_bw_table()
2438 if (!virt_dev->tt_info && virt_dev->udev->speed == USB_SPEED_HIGH) { in xhci_check_bw_table()
2498 struct xhci_tt_bw_info *tt_info) in xhci_drop_ep_from_interval_table() argument
2552 if (tt_info) in xhci_drop_ep_from_interval_table()
2553 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table()
[all …]
Dxhci-trace.h369 __field(u32, tt_info)
375 __entry->tt_info = le64_to_cpu(ctx->tt_info);
379 __entry->info2, __entry->tt_info,
Dxhci.h619 __le32 tt_info; member
1014 struct xhci_tt_bw_info *tt_info; member
2469 u32 tt_info, u32 state) in xhci_decode_slot_context() argument
2511 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()
2512 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
Dxhci-mtk-sch.c623 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) { in xhci_mtk_add_ep_quirk()
691 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) in xhci_mtk_drop_ep_quirk()
Dxhci-debugfs.c269 le32_to_cpu(slot_ctx->tt_info), in xhci_slot_context_show()
Dxhci-ring.c2306 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()