Home
last modified time | relevance | path

Searched refs:xhci_td (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dxhci-ring.c540 unsigned int stream_id, struct xhci_td *cur_td, in xhci_find_new_dequeue_state()
615 struct xhci_td *cur_td, bool flip_cycle) in td_to_noop()
708 struct xhci_td *cur_td, int status, char *adjective) in xhci_giveback_urb_in_irq()
756 struct xhci_td *cur_td = NULL; in handle_stopped_endpoint()
757 struct xhci_td *last_unlinked_td; in handle_stopped_endpoint()
795 cur_td = list_entry(entry, struct xhci_td, cancelled_td_list); in handle_stopped_endpoint()
861 struct xhci_td, cancelled_td_list); in handle_stopped_endpoint()
905 struct xhci_td *cur_td; in xhci_stop_endpoint_command_watchdog()
969 struct xhci_td, in xhci_stop_endpoint_command_watchdog()
980 struct xhci_td, in xhci_stop_endpoint_command_watchdog()
[all …]
Dxhci.h842 struct xhci_td *stopped_td;
1254 struct xhci_td { struct
1340 struct xhci_td *td[0];
1807 unsigned int stream_id, struct xhci_td *cur_td,
Dxhci.c1267 struct xhci_td *buffer; in xhci_urb_enqueue()
1294 size * sizeof(struct xhci_td *), mem_flags); in xhci_urb_enqueue()
1298 buffer = kzalloc(size * sizeof(struct xhci_td), mem_flags); in xhci_urb_enqueue()
1472 struct xhci_td *td; in xhci_urb_dequeue()