Searched refs:tt_info (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c797 struct xhci_tt_bw_info *tt_info, *next; local
810 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) {
812 if (tt_info->slot_id == slot_id) {
814 list_del(&tt_info->tt_list);
815 kfree(tt_info);
827 struct xhci_tt_bw_info *tt_info; local
836 for (i = 0; i < num_ports; i++, tt_info++) {
839 tt_info = kzalloc(sizeof(*tt_info), mem_flags);
840 if (!tt_info)
[all...]
H A Dxhci.c1862 struct xhci_tt_bw_info *tt_info; local
1866 tt_info = virt_dev->tt_info;
1873 if (old_active_eps == 0 && tt_info->active_eps != 0) {
1980 if (virt_dev->tt_info) {
1989 virt_dev->tt_info->slot_id,
1990 virt_dev->tt_info->ttport);
2089 if (!virt_dev->tt_info && virt_dev->udev->speed == USB_SPEED_HIGH) {
2148 struct xhci_tt_bw_info *tt_info)
2201 if (tt_info)
2143 xhci_drop_ep_from_interval_table(struct xhci_hcd *xhci, struct xhci_bw_info *ep_bw, struct xhci_interval_bw_table *bw_table, struct usb_device *udev, struct xhci_virt_ep *virt_ep, struct xhci_tt_bw_info *tt_info) argument
2206 xhci_add_ep_to_interval_table(struct xhci_hcd *xhci, struct xhci_bw_info *ep_bw, struct xhci_interval_bw_table *bw_table, struct usb_device *udev, struct xhci_virt_ep *virt_ep, struct xhci_tt_bw_info *tt_info) argument
[all...]
H A Dxhci-dbg.c474 xhci_dbg(xhci, "@%p (virt) @%08llx (dma) %#08x - tt_info\n",
475 &slot_ctx->tt_info,
476 (unsigned long long)dma, slot_ctx->tt_info);
H A Dxhci.h514 * @tt_info: tt_info is used to construct split transaction tokens
524 __le32 tt_info; member in struct:xhci_slot_ctx
556 /* tt_info bitmasks */
920 struct xhci_tt_bw_info *tt_info; member in struct:xhci_virt_device
1616 struct xhci_tt_bw_info *tt_info);

Completed in 68 milliseconds