Searched refs:tt_info (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-mem.c | 786 list_del(&tt_info->tt_list); in xhci_free_tt_info() 787 kfree(tt_info); in xhci_free_tt_info() 812 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags, in xhci_alloc_tt_info() 814 if (!tt_info) in xhci_alloc_tt_info() 817 list_add(&tt_info->tt_list, in xhci_alloc_tt_info() 821 tt_info->ttport = i+1; in xhci_alloc_tt_info() 857 if (dev->tt_info) in xhci_free_virt_device() 927 if (vdev && (vdev->tt_info == tt_info)) in xhci_free_virt_devices_depth_first() 1140 dev->tt_info = tt_bw; in xhci_setup_addressable_virt_dev() 1144 if (!dev->tt_info) in xhci_setup_addressable_virt_dev() [all …]
|
| H A D | xhci.c | 2279 tt_info = virt_dev->tt_info; in xhci_check_tt_bw_table() 2614 if (tt_info) in xhci_drop_ep_from_interval_table() 2672 if (tt_info) in xhci_add_ep_to_interval_table() 2695 if (!virt_dev->tt_info) in xhci_update_tt_active_eps() 2719 if (virt_dev->tt_info) in xhci_reserve_bandwidth() 2745 virt_dev->tt_info); in xhci_reserve_bandwidth() 2757 virt_dev->tt_info); in xhci_reserve_bandwidth() 2782 virt_dev->tt_info); in xhci_reserve_bandwidth() 2794 virt_dev->tt_info); in xhci_reserve_bandwidth() 3790 if (virt_dev->tt_info) in xhci_discover_or_reset_device() [all …]
|
| H A D | xhci-trace.h | 399 __field(u32, tt_info) 405 __entry->tt_info = le64_to_cpu(ctx->tt_info); 410 __entry->tt_info, __entry->state)
|
| H A D | xhci.h | 349 __le32 tt_info; member 751 struct xhci_tt_bw_info *tt_info; member 2283 u32 info, u32 info2, u32 tt_info, u32 state) in xhci_decode_slot_context() argument 2324 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context() 2325 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
|
| H A D | xhci-debugfs.c | 261 le32_to_cpu(slot_ctx->tt_info), in xhci_slot_context_show()
|
| H A D | xhci-ring.c | 2568 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()
|