| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | init_ohci1394_dma.c | 36 struct ohci { struct 40 static inline void reg_write(const struct ohci *ohci, int offset, u32 data) in reg_write() 45 static inline u32 reg_read(const struct ohci *ohci, int offset) in reg_read() 53 static inline u8 __init get_phy_reg(struct ohci *ohci, u8 addr) in get_phy_reg() 71 static inline void __init set_phy_reg(struct ohci *ohci, u8 addr, u8 data) in set_phy_reg() 85 static inline void __init init_ohci1394_soft_reset(struct ohci *ohci) in init_ohci1394_soft_reset() 104 static inline void __init init_ohci1394_initialize(struct ohci *ohci) in init_ohci1394_initialize() 177 static inline void __init init_ohci1394_wait_for_busresets(struct ohci *ohci) in init_ohci1394_wait_for_busresets() 195 static inline void __init init_ohci1394_enable_physical_dma(struct ohci *ohci) in init_ohci1394_enable_physical_dma() 206 static inline void __init init_ohci1394_reset_and_init_dma(struct ohci *ohci) in init_ohci1394_reset_and_init_dma() [all …]
|
| H A D | ohci.c | 44 #define ohci_info(ohci, f, args...) dev_info(ohci->card.device, f, ##args) argument 45 #define ohci_notice(ohci, f, args...) dev_notice(ohci->card.device, f, ##args) argument 46 #define ohci_err(ohci, f, args...) dev_err(ohci->card.device, f, ##args) argument 88 struct fw_ohci *ohci; member 118 struct fw_ohci *ohci; member 366 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs() 415 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids() 471 static void log_ar_at_event(struct fw_ohci *ohci, in log_ar_at_event() 527 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write() 532 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-pci.c | 46 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_amd756() local 61 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_opti() local 80 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_ns() local 96 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_zfmicro() local 109 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_toshiba_scc() local 131 struct ohci_hcd *ohci = container_of(work, struct ohci_hcd, nec_work); in ohci_quirk_nec_worker() local 142 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_nec() local 153 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_amd700() local 170 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_qemu() local 240 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_pci_reset() local
|
| H A D | ohci-q.c | 41 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb() 109 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() 143 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link() 183 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule() 270 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink() 317 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule() 401 struct ohci_hcd *ohci, in ed_get() 484 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink() 516 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill() 592 struct ohci_hcd *ohci, in td_submit_urb() [all …]
|
| H A D | ohci-hcd.c | 152 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_enqueue() local 317 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_dequeue() local 352 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_endpoint_disable() local 405 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_get_frame() local 410 static void ohci_usb_reset (struct ohci_hcd *ohci) in ohci_usb_reset() 424 struct ohci_hcd *ohci; in _ohci_shutdown() local 440 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_shutdown() local 454 static int ohci_init (struct ohci_hcd *ohci) in ohci_init() 545 static int ohci_run (struct ohci_hcd *ohci) in ohci_run() 715 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_setup() local [all …]
|
| H A D | ohci-hub.c | 47 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop) in ohci_rh_suspend() 149 static int ohci_rh_resume (struct ohci_hcd *ohci) in ohci_rh_resume() 303 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_suspend() local 323 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_resume() local 344 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 432 static inline int ohci_rh_resume(struct ohci_hcd *ohci) in ohci_rh_resume() 440 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 467 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_hub_status_data() local 536 struct ohci_hcd *ohci, in ohci_hub_descriptor() 579 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_start_port_reset() local [all …]
|
| H A D | ohci.h | 75 #define OKAY_TO_TAKEBACK(ohci, ed) \ argument 443 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() 447 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 451 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 455 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() 460 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() 464 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 468 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 472 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() 483 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) in ohci_to_hcd() [all …]
|
| H A D | ohci-dbg.c | 23 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument 34 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument 43 struct ohci_hcd *ohci, in ohci_dump_intr_mask() 65 struct ohci_hcd *ohci, in maybe_print_eds() 86 static const char *rh_state_string(struct ohci_hcd *ohci) in rh_state_string() 255 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td() 312 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed() 393 struct ohci_hcd *ohci; member 400 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) in show_list() 467 struct ohci_hcd *ohci; in fill_async_buffer() local [all …]
|
| H A D | ohci-tmio.c | 92 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in tmio_stop_hc() local 136 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_tmio_start() local 195 struct ohci_hcd *ohci; in ohci_hcd_tmio_drv_probe() local 295 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_suspend() local 325 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_resume() local
|
| H A D | ohci-mem.c | 27 static void ohci_hcd_init (struct ohci_hcd *ohci) in ohci_hcd_init() 37 static int ohci_mem_init (struct ohci_hcd *ohci) in ohci_mem_init() 65 static void ohci_mem_cleanup (struct ohci_hcd *ohci) in ohci_mem_cleanup()
|
| H A D | ohci-omap.c | 164 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() 188 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_reset() local 436 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_suspend() local 456 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_resume() local
|
| H A D | ohci-ppc-of.c | 28 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ppc_of_start() local 91 struct ohci_hcd *ohci; in ohci_hcd_ppc_of_probe() local
|
| H A D | ohci-ps3.c | 14 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_reset() local 24 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_start() local
|
| H A D | ohci-sm501.c | 216 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sm501_suspend() local 236 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sm501_resume() local
|
| H A D | ohci-spear.c | 120 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_suspend() local 141 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_resume() local
|
| H A D | ohci-sa1111.c | 59 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_reset() local 67 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_start() local
|
| H A D | ohci-da8xx.c | 231 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_reset() local 487 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_suspend() local 509 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_resume() local
|
| /OK3568_Linux_fs/u-boot/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
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| 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
|
| 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 …]
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/ |
| H A D | bcm6368.dtsi | 122 ohci: usb@10001600 { label
|
| H A D | bcm6358.dtsi | 129 ohci: usb@fffe1400 { label
|
| H A D | bcm6362.dtsi | 137 ohci: usb@10002600 { label
|
| H A D | bcm63268.dtsi | 137 ohci: usb@10002600 { label
|