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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 396 td_alloc (struct usb_device *usb_dev) function
  /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 237 milliseconds