Searched refs:tt_info (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 777 struct xhci_tt_bw_info *tt_info, *next; in xhci_free_tt_info() local 790 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 792 if (tt_info->slot_id == slot_id) { in xhci_free_tt_info() 794 list_del(&tt_info->tt_list); in xhci_free_tt_info() 795 kfree(tt_info); in xhci_free_tt_info() 807 struct xhci_tt_bw_info *tt_info; in xhci_alloc_tt_info() local 817 for (i = 0; i < num_ports; i++, tt_info++) { in xhci_alloc_tt_info() 820 tt_info = kzalloc_node(sizeof(*tt_info), mem_flags, in xhci_alloc_tt_info() 822 if (!tt_info) in xhci_alloc_tt_info() 824 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info() [all …]
|
H A D | xhci.c | 2255 struct xhci_tt_bw_info *tt_info; in xhci_check_tt_bw_table() local 2259 tt_info = virt_dev->tt_info; in xhci_check_tt_bw_table() 2266 if (old_active_eps == 0 && tt_info->active_eps != 0) { in xhci_check_tt_bw_table() 2373 if (virt_dev->tt_info) { in xhci_check_bw_table() 2384 virt_dev->tt_info->slot_id, in xhci_check_bw_table() 2385 virt_dev->tt_info->ttport); in xhci_check_bw_table() 2485 if (!virt_dev->tt_info && virt_dev->udev->speed == USB_SPEED_HIGH) { in xhci_check_bw_table() 2545 struct xhci_tt_bw_info *tt_info) in xhci_drop_ep_from_interval_table() argument 2596 if (tt_info) in xhci_drop_ep_from_interval_table() 2597 tt_info->active_eps -= 1; in xhci_drop_ep_from_interval_table() [all …]
|
H A D | xhci-trace.h | 363 __field(u32, tt_info) 369 __entry->tt_info = le64_to_cpu(ctx->tt_info); 374 __entry->tt_info, __entry->state)
|
H A D | xhci.h | 373 __le32 tt_info; member 774 struct xhci_tt_bw_info *tt_info; member 2288 u32 info, u32 info2, u32 tt_info, u32 state) in xhci_decode_slot_context() argument 2329 tt_info & TT_SLOT, (tt_info & TT_PORT) >> 8, in xhci_decode_slot_context() 2330 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
|
H A D | xhci-debugfs.c | 273 le32_to_cpu(slot_ctx->tt_info), in xhci_slot_context_show()
|
H A D | xhci-ring.c | 2627 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 708 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy() 806 slot_ctx->tt_info |= cpu_to_le32(TT_PORT(port_num)); in xhci_setup_addressable_virt_dev() 807 slot_ctx->tt_info |= cpu_to_le32(TT_SLOT(dev->slot_id)); in xhci_setup_addressable_virt_dev()
|
H A D | xhci.h | 510 __le32 tt_info; member
|
H A D | xhci.c | 1461 slot_ctx->tt_info |= cpu_to_le32(TT_THINK_TIME(think_time)); in xhci_update_hub_device()
|