Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c807 struct xhci_tt_bw_info *tt_info, *next; in xhci_free_tt_info() local
820 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info()
822 if (tt_info->slot_id == slot_id) { in xhci_free_tt_info()
824 list_del(&tt_info->tt_list); in xhci_free_tt_info()
825 kfree(tt_info); in xhci_free_tt_info()
837 struct xhci_tt_bw_info *tt_info; in xhci_alloc_tt_info() local
847 for (i = 0; i < num_ports; i++, tt_info++) { in xhci_alloc_tt_info()
850 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags, in xhci_alloc_tt_info()
852 if (!tt_info) in xhci_alloc_tt_info()
854 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info()
[all …]
Dxhci.c2207 struct xhci_tt_bw_info *tt_info; in xhci_check_tt_bw_table() local
2211 tt_info = virt_dev->tt_info; in xhci_check_tt_bw_table()
2218 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2325 if (virt_dev->tt_info) { in xhci_check_bw_table()
2336 virt_dev->tt_info->slot_id, in xhci_check_bw_table()
2337 virt_dev->tt_info->ttport); in xhci_check_bw_table()
2437 if (!virt_dev->tt_info && virt_dev->udev->speed == USB_SPEED_HIGH) { in xhci_check_bw_table()
2497 struct xhci_tt_bw_info *tt_info) in xhci_drop_ep_from_interval_table() argument
2551 if (tt_info) in xhci_drop_ep_from_interval_table()
2552 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table()
[all …]
Dxhci-trace.h380 __field(u32, tt_info)
386 __entry->tt_info = le64_to_cpu(ctx->tt_info);
390 __entry->info2, __entry->tt_info,
Dxhci.h619 __le32 tt_info; member
1014 struct xhci_tt_bw_info *tt_info; member
2451 u32 tt_info, u32 state) in xhci_decode_slot_context() argument
2493 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()
2494 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
Dxhci-mtk-sch.c619 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) { in xhci_mtk_add_ep_quirk()
687 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) in xhci_mtk_drop_ep_quirk()
Dxhci-debugfs.c268 le32_to_cpu(slot_ctx->tt_info), in xhci_slot_context_show()
Dxhci-ring.c2273 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()