/linux-3.4.99/drivers/firewire/ |
D | init_ohci1394_dma.c | 49 struct ohci { struct 53 static inline void reg_write(const struct ohci *ohci, int offset, u32 data) in reg_write() 58 static inline u32 reg_read(const struct ohci *ohci, int offset) in reg_read() 66 static inline u8 __init get_phy_reg(struct ohci *ohci, u8 addr) in get_phy_reg() 84 static inline void __init set_phy_reg(struct ohci *ohci, u8 addr, u8 data) in set_phy_reg() 98 static inline void __init init_ohci1394_soft_reset(struct ohci *ohci) in init_ohci1394_soft_reset() 117 static inline void __init init_ohci1394_initialize(struct ohci *ohci) in init_ohci1394_initialize() 190 static inline void __init init_ohci1394_wait_for_busresets(struct ohci *ohci) in init_ohci1394_wait_for_busresets() 208 static inline void __init init_ohci1394_enable_physical_dma(struct ohci *ohci) in init_ohci1394_enable_physical_dma() 219 static inline void __init init_ohci1394_reset_and_init_dma(struct ohci *ohci) in init_ohci1394_reset_and_init_dma() [all …]
|
D | ohci.c | 95 struct fw_ohci *ohci; member 125 struct fw_ohci *ohci; member 351 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs() 401 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids() 459 static void log_ar_at_event(struct fw_ohci *ohci, in log_ar_at_event() 522 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write() 527 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read() 532 static inline void flush_writes(const struct fw_ohci *ohci) in flush_writes() 544 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg() 570 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg() [all …]
|
/linux-3.4.99/drivers/usb/host/ |
D | ohci-pci.c | 38 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_amd756() local 53 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_opti() local 72 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_ns() local 88 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_zfmicro() local 101 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_toshiba_scc() local 123 struct ohci_hcd *ohci = container_of(work, struct ohci_hcd, nec_work); in ohci_quirk_nec_worker() local 141 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_nec() local 152 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_amd700() local 178 static void sb800_prefetch(struct ohci_hcd *ohci, int on) in sb800_prefetch() 251 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_pci_reset() local [all …]
|
D | ohci-hub.c | 46 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop) in ohci_rh_suspend() 130 static int ohci_rh_resume (struct ohci_hcd *ohci) in ohci_rh_resume() 284 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_suspend() local 299 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_bus_resume() local 322 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_finish_controller_resume() local 362 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 450 static inline int ohci_rh_resume(struct ohci_hcd *ohci) in ohci_rh_resume() 458 static int ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, in ohci_root_hub_state_changes() 486 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_hub_status_data() local 554 struct ohci_hcd *ohci, in ohci_hub_descriptor() [all …]
|
D | ohci-q.c | 40 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status) in finish_urb() 91 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() 125 static void periodic_link (struct ohci_hcd *ohci, struct ed *ed) in periodic_link() 165 static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed) in ed_schedule() 255 static void periodic_unlink (struct ohci_hcd *ohci, struct ed *ed) in periodic_unlink() 303 static void ed_deschedule (struct ohci_hcd *ohci, struct ed *ed) in ed_deschedule() 387 struct ohci_hcd *ohci, in ed_get() 469 static void start_ed_unlink (struct ohci_hcd *ohci, struct ed *ed) in start_ed_unlink() 501 td_fill (struct ohci_hcd *ohci, u32 info, in td_fill() 578 struct ohci_hcd *ohci, in td_submit_urb() [all …]
|
D | ohci-hcd.c | 92 static inline void sb800_prefetch(struct ohci_hcd *ohci, int on) in sb800_prefetch() 137 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_enqueue() local 264 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_urb_dequeue() local 309 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_endpoint_disable() local 369 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_get_frame() local 374 static void ohci_usb_reset (struct ohci_hcd *ohci) in ohci_usb_reset() 389 struct ohci_hcd *ohci; in ohci_shutdown() local 402 static int check_ed(struct ohci_hcd *ohci, struct ed *ed) in check_ed() 422 struct ohci_hcd *ohci = (struct ohci_hcd *) _ohci; in unlink_watchdog_func() local 495 static int ohci_init (struct ohci_hcd *ohci) in ohci_init() [all …]
|
D | ohci-spear.c | 19 struct ohci_hcd ohci; member 25 static void spear_start_ohci(struct spear_ohci *ohci) in spear_start_ohci() 30 static void spear_stop_ohci(struct spear_ohci *ohci) in spear_stop_ohci() 37 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_spear_start() local 198 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_suspend() local 212 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in spear_ohci_hcd_drv_resume() local
|
D | ohci.h | 432 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() 436 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 440 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 444 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() 449 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() 453 static inline int quirk_zfmicro(struct ohci_hcd *ohci) in quirk_zfmicro() 457 static inline int quirk_amdiso(struct ohci_hcd *ohci) in quirk_amdiso() 461 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) in quirk_amdprefetch() 472 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) in ohci_to_hcd() 483 #define ohci_dbg(ohci, fmt, args...) \ argument [all …]
|
D | ohci-dbg.c | 75 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument 86 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument 95 struct ohci_hcd *ohci, in ohci_dump_intr_mask() 117 struct ohci_hcd *ohci, in maybe_print_eds() 138 static const char *rh_state_string(struct ohci_hcd *ohci) in rh_state_string() 307 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td() 364 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed() 459 struct ohci_hcd *ohci; member 466 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) in show_list() 533 struct ohci_hcd *ohci; in fill_async_buffer() local [all …]
|
D | ohci-pxa27x.c | 104 struct ohci_hcd ohci; member 123 static int pxa27x_ohci_select_pmm(struct pxa27x_ohci *ohci, int mode) in pxa27x_ohci_select_pmm() 159 static inline void pxa27x_setup_hc(struct pxa27x_ohci *ohci, in pxa27x_setup_hc() 199 static inline void pxa27x_reset_hc(struct pxa27x_ohci *ohci) in pxa27x_reset_hc() 214 static int pxa27x_start_hc(struct pxa27x_ohci *ohci, struct device *dev) in pxa27x_start_hc() 252 static void pxa27x_stop_hc(struct pxa27x_ohci *ohci, struct device *dev) in pxa27x_stop_hc() 296 struct pxa27x_ohci *ohci; in usb_hcd_pxa27x_probe() local 395 struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd); in usb_hcd_pxa27x_remove() local 410 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_pxa27x_start() local 499 struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd); in ohci_hcd_pxa27x_drv_suspend() local [all …]
|
D | ohci-omap.c | 168 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() 191 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_init() local 305 struct ohci_hcd *ohci; in usb_hcd_omap_probe() local 403 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in usb_hcd_omap_remove() local 425 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_omap_start() local 512 struct ohci_hcd *ohci = hcd_to_ohci(platform_get_drvdata(dev)); in ohci_omap_suspend() local 525 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_omap_resume() local
|
D | ohci-mem.c | 26 static void ohci_hcd_init (struct ohci_hcd *ohci) in ohci_hcd_init() 35 static int ohci_mem_init (struct ohci_hcd *ohci) in ohci_mem_init() 56 static void ohci_mem_cleanup (struct ohci_hcd *ohci) in ohci_mem_cleanup()
|
D | ohci-ep93xx.c | 112 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ep93xx_start() local 175 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_ep93xx_drv_suspend() local 188 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_ep93xx_drv_resume() local
|
D | ohci-tmio.c | 96 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 194 struct ohci_hcd *ohci; in ohci_hcd_tmio_drv_probe() local 298 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_suspend() local 328 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_tmio_drv_resume() local
|
D | ohci-da8xx.c | 89 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_init() local 137 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_start() local 413 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_suspend() local 428 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_resume() local
|
D | ohci-ssb.c | 24 struct ohci_hcd ohci; /* _must_ be at the beginning. */ member 39 struct ohci_hcd *ohci = &ohcidev->ohci; in ssb_ohci_reset() local 51 struct ohci_hcd *ohci = &ohcidev->ohci; in ssb_ohci_start() local
|
D | ohci-exynos.c | 27 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_exynos_start() local 78 struct ohci_hcd *ohci; in exynos_ohci_probe() local 204 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in exynos_ohci_suspend() local
|
D | ohci-xls.c | 77 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_xls_reset() local 85 struct ohci_hcd *ohci; in ohci_xls_start() local
|
D | ohci-octeon.c | 47 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_octeon_start() local 108 struct ohci_hcd *ohci; in ohci_octeon_drv_probe() local
|
D | ohci-ppc-of.c | 25 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ppc_of_start() local 87 struct ohci_hcd *ohci; in ohci_hcd_ppc_of_probe() local
|
D | ohci-ppc-soc.c | 36 struct ohci_hcd *ohci; in usb_hcd_ppc_soc_probe() local 126 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_ppc_soc_start() local
|
D | ohci-ps3.c | 26 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_reset() local 36 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ps3_ohci_hc_start() local
|
D | ohci-au1xxx.c | 31 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_au1xxx_start() local 171 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_hcd_au1xxx_drv_suspend() local
|
D | ohci-platform.c | 23 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_platform_reset() local 41 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_platform_start() local
|
D | ohci-sm501.c | 220 struct ohci_hcd *ohci = hcd_to_ohci(platform_get_drvdata(pdev)); in ohci_sm501_suspend() local 234 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sm501_resume() local
|