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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 396 td_alloc (struct usb_device *usb_dev) function
au1x00_usb_ohci.c 423 purb_priv->td[i] = td_alloc (dev);
586 td = td_alloc (usb_dev);
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 219 static struct td *td_alloc(ohci_dev_t *ohci_dev, struct usb_device *usb_dev) function
568 purb_priv->td[i] = td_alloc(ohci_dev, dev);
861 td = td_alloc(ohci_dev, usb_dev);
    [all...]

Completed in 1291 milliseconds