/external/u-boot/drivers/usb/host/ |
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) 227 if (ohci_dev->tds[i].usb_dev == NULL) 229 td = &ohci_dev->tds[i]; 508 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, 532 ed = ep_add_ed(ohci_dev, dev, pipe, interval, 1); 568 purb_priv->td[i] = td_alloc(ohci_dev, dev); 843 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev, 850 ed = ed_ret = &ohci_dev->ed[(usb_pipeendpoint(pipe) << 1) | 861 td = td_alloc(ohci_dev, usb_dev) 1520 ohci_dev_t *ohci_dev; local 1622 ohci_dev_t *ohci_dev; local [all...] |
ohci.h | 366 #define NUM_INT_DEVS 8 /* num of ohci_dev structs for int endpoints */ 385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT);
|
/external/u-boot/arch/mips/mach-au1x00/ |
au1x00_usb_ohci.c | 80 struct ohci_device ohci_dev; variable in typeref:struct:ohci_device 574 ed = ed_ret = &ohci_dev.ed[(usb_pipeendpoint (pipe) << 1) | 591 ohci_dev.ed_cnt++; [all...] |