Home
last modified time | relevance | path

Searched refs:td_alloc (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h396 td_alloc (struct usb_device *usb_dev) in td_alloc() function
Dau1x00_usb_ohci.c423 purb_priv->td[i] = td_alloc (dev); in sohci_submit_job()
586 td = td_alloc (usb_dev); in ep_add_ed()
/external/u-boot/drivers/usb/host/
Dohci-hcd.c219 static struct td *td_alloc(ohci_dev_t *ohci_dev, struct usb_device *usb_dev) in td_alloc() function
568 purb_priv->td[i] = td_alloc(ohci_dev, dev); in sohci_submit_job()
861 td = td_alloc(ohci_dev, usb_dev); in ep_add_ed()