Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c217 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev,
223 static struct td *td_alloc(ohci_dev_t *ohci_dev, struct usb_device *usb_dev) in td_alloc() argument
231 if (ohci_dev->tds[i].usb_dev == NULL) in td_alloc()
233 td = &ohci_dev->tds[i]; in td_alloc()
512 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job() argument
536 ed = ep_add_ed(ohci_dev, dev, pipe, interval, 1); in sohci_submit_job()
572 purb_priv->td[i] = td_alloc(ohci_dev, dev); in sohci_submit_job()
847 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev, in ep_add_ed() argument
854 ed = ed_ret = &ohci_dev->ed[(usb_pipeendpoint(pipe) << 1) | in ep_add_ed()
865 td = td_alloc(ohci_dev, usb_dev); in ep_add_ed()
[all …]
H A Dohci.h385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT);
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c81 struct ohci_device ohci_dev; variable
575 ed = ed_ret = &ohci_dev.ed[(usb_pipeendpoint (pipe) << 1) | in ep_add_ed()
592 ohci_dev.ed_cnt++; in ep_add_ed()
1542 memset(&ohci_dev, 0, sizeof(struct ohci_device)); in usb_lowlevel_init()
1543 if ((__u32)&ohci_dev.ed[0] & 0x7) { in usb_lowlevel_init()