HomeSort by relevance Sort by last modified time
    Searched refs:pkt_print (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 150 static void pkt_print (struct usb_device * dev, unsigned long pipe, void * buffer, function
897 pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe));
1088 pkt_print(dev, pipe, buffer, transfer_len, cmd, "RET(rh)", 0/*usb_pipein(pipe)*/);
1115 pkt_print(dev, pipe, buffer, transfer_len, setup, "SUB", usb_pipein(pipe));
1187 pkt_print(dev, pipe, buffer, transfer_len, setup, "RET(ctlr)", usb_pipein(pipe));
1213 pkt_print(dev, pipe, buffer, transfer_len, setup, "SUB", usb_pipein(pipe));
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 276 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, function
    [all...]

Completed in 1036 milliseconds