Searched refs:ohci_dev (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ohci-hcd.c | 213 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev, 219 static struct td *td_alloc(ohci_dev_t *ohci_dev, struct usb_device *usb_dev) in td_alloc() argument 227 if (ohci_dev->tds[i].usb_dev == NULL) in td_alloc() 229 td = &ohci_dev->tds[i]; in td_alloc() 508 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job() argument 532 ed = ep_add_ed(ohci_dev, dev, pipe, interval, 1); in sohci_submit_job() 568 purb_priv->td[i] = td_alloc(ohci_dev, dev); in sohci_submit_job() 843 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev, in ep_add_ed() argument 850 ed = ed_ret = &ohci_dev->ed[(usb_pipeendpoint(pipe) << 1) | in ep_add_ed() 861 td = td_alloc(ohci_dev, usb_dev); in ep_add_ed() [all …]
|
D | ohci.h | 385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT);
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 80 struct ohci_device ohci_dev; variable 574 ed = ed_ret = &ohci_dev.ed[(usb_pipeendpoint (pipe) << 1) | in ep_add_ed() 591 ohci_dev.ed_cnt++; in ep_add_ed() 1541 memset(&ohci_dev, 0, sizeof(struct ohci_device)); in usb_lowlevel_init() 1542 if ((__u32)&ohci_dev.ed[0] & 0x7) { in usb_lowlevel_init()
|