Searched refs:xhci_cancel_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | xhci.c | 2642 ret = xhci_cancel_cmd(xhci, command, cmd_trb); in xhci_configure_endpoint() 3618 return xhci_cancel_cmd(xhci, NULL, cmd_trb); in xhci_alloc_dev() 3750 ret = xhci_cancel_cmd(xhci, NULL, cmd_trb); in xhci_address_device()
|
D | xhci.h | 1812 int xhci_cancel_cmd(struct xhci_hcd *xhci, struct xhci_command *command,
|
D | xhci-ring.c | 371 int xhci_cancel_cmd(struct xhci_hcd *xhci, struct xhci_command *command, in xhci_cancel_cmd() function
|