Home
last modified time | relevance | path

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

/Linux-v4.19/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.c2149 struct xhci_tt_bw_info *tt_info; in xhci_check_tt_bw_table() local
2153 tt_info = virt_dev->tt_info; in xhci_check_tt_bw_table()
2160 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table()
2267 if (virt_dev->tt_info) { in xhci_check_bw_table()
2278 virt_dev->tt_info->slot_id, in xhci_check_bw_table()
2279 virt_dev->tt_info->ttport); in xhci_check_bw_table()
2379 if (!virt_dev->tt_info && virt_dev->udev->speed == USB_SPEED_HIGH) { in xhci_check_bw_table()
2439 struct xhci_tt_bw_info *tt_info) in xhci_drop_ep_from_interval_table() argument
2493 if (tt_info) in xhci_drop_ep_from_interval_table()
2494 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table()
[all …]
Dxhci-trace.h375 __field(u32, tt_info)
381 __entry->tt_info = le64_to_cpu(ctx->tt_info);
385 __entry->info2, __entry->tt_info,
Dxhci.h611 __le32 tt_info; member
1004 struct xhci_tt_bw_info *tt_info; member
2382 u32 tt_info, u32 state) in xhci_decode_slot_context() argument
2424 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context()
2425 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
Dxhci-mtk-sch.c335 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) { in xhci_mtk_add_ep_quirk()
401 if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) in xhci_mtk_drop_ep_quirk()
Dxhci-debugfs.c268 slot_ctx->tt_info, in xhci_slot_context_show()