Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-mem.c90 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags) in td_alloc() function
H A Dohci-hcd.c204 urb_priv->td [i] = td_alloc (ohci, mem_flags); in ohci_urb_enqueue()
H A Dohci-q.c425 td = td_alloc (ohci, GFP_ATOMIC); in ed_get()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h396 td_alloc (struct usb_device *usb_dev) in td_alloc() function
H A Dau1x00_usb_ohci.c424 purb_priv->td[i] = td_alloc (dev); in sohci_submit_job()
587 td = td_alloc (usb_dev); in ep_add_ed()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c223 static struct td *td_alloc(ohci_dev_t *ohci_dev, struct usb_device *usb_dev) in td_alloc() function
572 purb_priv->td[i] = td_alloc(ohci_dev, dev); in sohci_submit_job()
865 td = td_alloc(ohci_dev, usb_dev); in ep_add_ed()