Home
last modified time | relevance | path

Searched refs:trb_to_noop (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbgcap.c200 static void trb_to_noop(union xhci_trb *trb) in trb_to_noop() function
211 trb_to_noop(req->trb); in xhci_dbc_flush_single_request()
854 trb_to_noop(req->trb); in dbc_handle_xfer_event()
H A Dxhci-ring.c148 static void trb_to_noop(union xhci_trb *trb, u32 noop_type, bool unchain_links) in trb_to_noop() function
469 trb_to_noop(i_cmd->command_trb, TRB_CMD_NOOP, false); in xhci_handle_stopped_cmd_ring()
812 trb_to_noop(trb, TRB_TR_NOOP, unchain_links); in td_to_noop()