Searched defs:ohci (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 280 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print() 321 void ep_print_int_eds(ohci_t *ohci, char *str) in ep_print_int_eds() 512 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job() 602 static int sohci_get_current_frame_number(ohci_t *ohci) in sohci_get_current_frame_number() 618 static int ep_int_ballance(ohci_t *ohci, int interval, int load) in ep_int_ballance() 667 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link() 746 static void periodic_unlink(struct ohci *ohci, volatile struct ed *ed, in periodic_unlink() 776 static int ep_unlink(ohci_t *ohci, ed_t *edi) in ep_unlink() 897 static void td_fill(ohci_t *ohci, unsigned int info, in td_fill() 953 static void td_submit_job(ohci_t *ohci, struct usb_device *dev, in td_submit_job() [all …]
|
| H A D | ohci.h | 383 typedef struct ohci { struct 387 struct ohci_hcca *hcca; /* hcca */ argument 395 struct ohci_regs *regs; /* OHCI controller's memory */ argument 397 int ohci_int_load[32]; /* load of the 32 Interrupt Chains (for load balancing)*/ argument 407 } ohci_t; argument
|
| H A D | ohci-sunxi.c | 30 ohci_t ohci; member
|
| H A D | ohci-da8xx.c | 18 ohci_t ohci; member
|
| H A D | ohci-generic.c | 21 ohci_t ohci; member
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 191 void ep_print_int_eds (ohci_t *ohci, char * str) { in ep_print_int_eds() 378 ohci_t *ohci; in sohci_submit_job() local 456 ohci_t *ohci = &gohci; in sohci_get_current_frame_number() local 468 static int ep_link (ohci_t *ohci, ed_t *edi) in ep_link() 517 static int ep_unlink (ohci_t *ohci, ed_t *ed) in ep_unlink() 611 static void td_fill (ohci_t *ohci, unsigned int info, in td_fill() 667 ohci_t *ohci = &gohci; in td_submit_job() local 758 static td_t * dl_reverse_done_list (ohci_t *ohci) in dl_reverse_done_list() 796 static int dl_done_list (ohci_t *ohci, td_t *td_list) in dl_done_list() 1246 static int hc_reset (ohci_t *ohci) in hc_reset() [all …]
|
| H A D | au1x00_usb_ohci.h | 349 typedef struct ohci { struct 350 struct ohci_hcca *hcca; /* hcca */ argument 358 struct ohci_regs *regs; /* OHCI controller's memory */ argument 380 static int ep_link(ohci_t * ohci, ed_t * ed); argument
|