Searched refs:ohci (Results 1 - 25 of 37) sorted by relevance

12

/drivers/usb/host/
H A Dohci-hub.c46 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
47 __releases(ohci->lock)
48 __acquires(ohci->lock)
52 ohci->hc_control = ohci_readl (ohci, &ohci->regs->control);
53 switch (ohci->hc_control & OHCI_CTRL_HCFS) {
55 ohci_dbg (ohci, "resume/suspend?\n");
56 ohci->hc_control &= ~OHCI_CTRL_HCFS;
57 ohci
90 dl_done_list (ohci); variable
214 periodic_reinit (ohci); variable
284 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
299 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
322 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
362 ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, int any_connected, int rhsc_status) argument
450 ohci_rh_resume(struct ohci_hcd *ohci) argument
458 ohci_root_hub_state_changes(struct ohci_hcd *ohci, int changed, int any_connected, int rhsc_status) argument
486 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
553 ohci_hub_descriptor( struct ohci_hcd *ohci, struct usb_hub_descriptor *desc ) argument
597 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
641 root_port_reset(struct ohci_hcd *ohci, unsigned port) argument
705 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
[all...]
H A Dohci-hcd.c10 * [ uhci code and gregs ohci fragments ]
78 #include "ohci.h"
81 static void ohci_dump (struct ohci_hcd *ohci, int verbose);
82 static int ohci_init (struct ohci_hcd *ohci);
86 static int ohci_restart (struct ohci_hcd *ohci);
90 static void sb800_prefetch(struct ohci_hcd *ohci, int on);
92 static inline void sb800_prefetch(struct ohci_hcd *ohci, int on) argument
99 #include "ohci-hub.c"
100 #include "ohci-dbg.c"
101 #include "ohci
137 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
264 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
309 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
369 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
374 ohci_usb_reset(struct ohci_hcd *ohci) argument
389 struct ohci_hcd *ohci; local
402 check_ed(struct ohci_hcd *ohci, struct ed *ed) argument
422 struct ohci_hcd *ohci = (struct ohci_hcd *) _ohci; local
495 ohci_init(struct ohci_hcd *ohci) argument
572 ohci_run(struct ohci_hcd *ohci) argument
749 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
891 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
924 ohci_restart(struct ohci_hcd *ohci) argument
[all...]
H A Dohci-q.c37 * PRECONDITION: ohci lock held, irqs blocked.
40 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status)
41 __releases(ohci->lock)
42 __acquires(ohci->lock)
46 urb_free_priv (ohci, urb->hcpriv);
52 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
53 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
54 if (quirk_amdiso(ohci))
56 if (quirk_amdprefetch(ohci))
57 sb800_prefetch(ohci,
91 balance(struct ohci_hcd *ohci, int interval, int load) argument
125 periodic_link(struct ohci_hcd *ohci, struct ed *ed) argument
165 ed_schedule(struct ohci_hcd *ohci, struct ed *ed) argument
255 periodic_unlink(struct ohci_hcd *ohci, struct ed *ed) argument
303 ed_deschedule(struct ohci_hcd *ohci, struct ed *ed) argument
386 ed_get( struct ohci_hcd *ohci, struct usb_host_endpoint *ep, struct usb_device *udev, unsigned int pipe, int interval ) argument
469 start_ed_unlink(struct ohci_hcd *ohci, struct ed *ed) argument
501 td_fill(struct ohci_hcd *ohci, u32 info, dma_addr_t data, int len, struct urb *urb, int index) argument
577 td_submit_urb( struct ohci_hcd *ohci, struct urb *urb ) argument
713 td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) argument
790 ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) argument
858 dl_reverse_done_list(struct ohci_hcd *ohci) argument
902 finish_unlinks(struct ohci_hcd *ohci, u16 tick) argument
1074 takeback_td(struct ohci_hcd *ohci, struct td *td) argument
1125 dl_done_list(struct ohci_hcd *ohci) argument
[all...]
H A Dohci-pci.c8 * [ uhci code and gregs ohci fragments ]
38 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
40 ohci->flags = OHCI_QUIRK_AMD756;
41 ohci_dbg (ohci, "AMD756 erratum 4 workaround\n");
53 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
55 ohci_dbg (ohci, "WARNING: OPTi workarounds unavailable\n");
72 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
74 ohci->flags |= OHCI_QUIRK_SUPERIO;
75 ohci_dbg (ohci, "Using NSC SuperIO setup\n");
88 struct ohci_hcd *ohci local
101 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
123 struct ohci_hcd *ohci = container_of(work, struct ohci_hcd, nec_work); local
141 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
152 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
178 sb800_prefetch(struct ohci_hcd *ohci, int on) argument
251 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
275 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
303 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
[all...]
H A Dohci-mem.c26 static void ohci_hcd_init (struct ohci_hcd *ohci) argument
28 ohci->next_statechange = jiffies;
29 spin_lock_init (&ohci->lock);
30 INIT_LIST_HEAD (&ohci->pending);
35 static int ohci_mem_init (struct ohci_hcd *ohci) argument
37 ohci->td_cache = dma_pool_create ("ohci_td",
38 ohci_to_hcd(ohci)->self.controller,
42 if (!ohci->td_cache)
44 ohci->ed_cache = dma_pool_create ("ohci_ed",
45 ohci_to_hcd(ohci)
56 ohci_mem_cleanup(struct ohci_hcd *ohci) argument
[all...]
H A Dohci.h341 * This is the full ohci controller description
380 void (*start_hnp)(struct ohci_hcd *ohci);
432 static inline int quirk_nec(struct ohci_hcd *ohci) argument
434 return ohci->flags & OHCI_QUIRK_NEC;
436 static inline int quirk_zfmicro(struct ohci_hcd *ohci) argument
438 return ohci->flags & OHCI_QUIRK_ZFMICRO;
440 static inline int quirk_amdiso(struct ohci_hcd *ohci) argument
442 return ohci->flags & OHCI_QUIRK_AMD_PLL;
444 static inline int quirk_amdprefetch(struct ohci_hcd *ohci) argument
446 return ohci
449 quirk_nec(struct ohci_hcd *ohci) argument
453 quirk_zfmicro(struct ohci_hcd *ohci) argument
457 quirk_amdiso(struct ohci_hcd *ohci) argument
461 quirk_amdprefetch(struct ohci_hcd *ohci) argument
472 ohci_to_hcd(const struct ohci_hcd *ohci) argument
560 _ohci_readl(const struct ohci_hcd *ohci, __hc32 __iomem * regs) argument
572 _ohci_writel(const struct ohci_hcd *ohci, const unsigned int val, __hc32 __iomem *regs) argument
591 cpu_to_hc16(const struct ohci_hcd *ohci, const u16 x) argument
598 cpu_to_hc16p(const struct ohci_hcd *ohci, const u16 *x) argument
605 cpu_to_hc32(const struct ohci_hcd *ohci, const u32 x) argument
612 cpu_to_hc32p(const struct ohci_hcd *ohci, const u32 *x) argument
620 hc16_to_cpu(const struct ohci_hcd *ohci, const __hc16 x) argument
627 hc16_to_cpup(const struct ohci_hcd *ohci, const __hc16 *x) argument
634 hc32_to_cpu(const struct ohci_hcd *ohci, const __hc32 x) argument
641 hc32_to_cpup(const struct ohci_hcd *ohci, const __hc32 *x) argument
661 ohci_frame_no(const struct ohci_hcd *ohci) argument
674 ohci_hwPSWp(const struct ohci_hcd *ohci, const struct td *td, int index) argument
681 ohci_hwPSW(const struct ohci_hcd *ohci, const struct td *td, int index) argument
694 periodic_reinit(struct ohci_hcd *ohci) argument
[all...]
H A Dohci-pxa27x.c13 * Modified for LH7A404 from ohci-sa1111.c
16 * Modified for pxa27x from ohci-lh7a404.c
27 #include <mach/ohci.h>
104 struct ohci_hcd ohci; member in struct:pxa27x_ohci
123 static int pxa27x_ohci_select_pmm(struct pxa27x_ohci *ohci, int mode) argument
125 uint32_t uhcrhda = __raw_readl(ohci->mmio_base + UHCRHDA);
126 uint32_t uhcrhdb = __raw_readl(ohci->mmio_base + UHCRHDB);
150 __raw_writel(uhcrhda, ohci->mmio_base + UHCRHDA);
151 __raw_writel(uhcrhdb, ohci->mmio_base + UHCRHDB);
159 static inline void pxa27x_setup_hc(struct pxa27x_ohci *ohci, argument
199 pxa27x_reset_hc(struct pxa27x_ohci *ohci) argument
214 pxa27x_start_hc(struct pxa27x_ohci *ohci, struct device *dev) argument
252 pxa27x_stop_hc(struct pxa27x_ohci *ohci, struct device *dev) argument
296 struct pxa27x_ohci *ohci; local
395 struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd); local
410 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
499 struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd); local
512 struct pxa27x_ohci *ohci = to_pxa27x_ohci(hcd); local
[all...]
H A Dohci-dbg.c75 #define ohci_dbg_sw(ohci, next, size, format, arg...) \
82 ohci_dbg(ohci,format, ## arg ); \
86 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \
95 struct ohci_hcd *ohci,
101 ohci_dbg_sw (ohci, next, size, "%s 0x%08x%s%s%s%s%s%s%s%s%s\n",
117 struct ohci_hcd *ohci,
124 ohci_dbg_sw (ohci, next, size, "%s %08x\n", label, value);
138 static const char *rh_state_string(struct ohci_hcd *ohci) argument
140 switch (ohci->rh_state) {
307 static void ohci_dump_td (const struct ohci_hcd *ohci, cons argument
94 ohci_dump_intr_mask( struct ohci_hcd *ohci, char *label, u32 mask, char **next, unsigned *size) argument
116 maybe_print_eds( struct ohci_hcd *ohci, char *label, u32 value, char **next, unsigned *size) argument
364 ohci_dump_ed(const struct ohci_hcd *ohci, const char *label, const struct ed *ed, int verbose) argument
459 struct ohci_hcd *ohci; member in struct:debug_buffer
466 show_list(struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) argument
533 struct ohci_hcd *ohci; local
553 struct ohci_hcd *ohci; local
647 struct ohci_hcd *ohci; local
728 alloc_buffer(struct ohci_hcd *ohci, ssize_t (*fill_func)(struct debug_buffer *)) argument
825 create_debug_files(struct ohci_hcd *ohci) argument
866 remove_debug_files(struct ohci_hcd *ohci) argument
[all...]
H A Dohci-omap.c12 * and on ohci-sa1111.c by Christopher Hoover <ch@hpl.hp.com>
168 static void start_hnp(struct ohci_hcd *ohci) argument
170 const unsigned port = ohci_to_hcd(ohci)->self.otg_port - 1;
174 otg_start_hnp(ohci->transceiver->otg);
177 ohci->transceiver->state = OTG_STATE_A_SUSPEND;
178 writel (RH_PS_PSS, &ohci->regs->roothub.portstatus [port]);
191 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
199 ohci_to_hcd(ohci)->self.otg_port = config->otg;
201 ohci_to_hcd(ohci)->power_budget = 8;
213 ohci
305 struct ohci_hcd *ohci; local
403 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
425 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
512 struct ohci_hcd *ohci = hcd_to_ohci(platform_get_drvdata(dev)); local
525 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
[all...]
H A Dohci-au1xxx.c13 * Modified for LH7A404 from ohci-sa1111.c
31 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
34 ohci_dbg(ohci, "ohci_au1xxx_start, ohci:%p", ohci);
36 if ((ret = ohci_init(ohci)) < 0)
39 if ((ret = ohci_run(ohci)) < 0) {
171 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
182 spin_lock_irqsave(&ohci->lock, flags);
183 if (ohci
[all...]
H A Dohci-ppc-of.c11 * Modified for of_platform bus from ohci-sa1111.c
25 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
28 if ((ret = ohci_init(ohci)) < 0)
31 if ((ret = ohci_run(ohci)) < 0) {
32 err("can't start %s", ohci_to_hcd(ohci)->self.bus_name);
87 struct ohci_hcd *ohci; local
99 of_device_is_compatible(dn, "ohci-bigendian") ||
100 of_device_is_compatible(dn, "ohci-be");
135 ohci = hcd_to_ohci(hcd);
137 ohci
[all...]
H A Dohci-ppc-soc.c12 * Modified by Dale Farnsworth <dale@farnsworth.org> from ohci-sa1111.c
36 struct ohci_hcd *ohci; local
74 ohci = hcd_to_ohci(hcd);
75 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC;
79 ohci->flags |= OHCI_QUIRK_FRAME_NO;
81 ohci_hcd_init(ohci);
126 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
129 if ((ret = ohci_init(ohci)) < 0)
132 if ((ret = ohci_run(ohci)) < 0) {
133 err("can't start %s", ohci_to_hcd(ohci)
[all...]
H A Dohci-spear.c7 * Based on various ohci-*.c drivers
19 struct ohci_hcd ohci; member in struct:spear_ohci
25 static void spear_start_ohci(struct spear_ohci *ohci) argument
27 clk_enable(ohci->clk);
30 static void spear_stop_ohci(struct spear_ohci *ohci) argument
32 clk_disable(ohci->clk);
37 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
40 ret = ohci_init(ohci);
43 ohci->regs = hcd->regs;
45 ret = ohci_run(ohci);
198 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
212 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
[all...]
H A Dohci-ep93xx.c13 * Modified for LH7A404 from ohci-sa1111.c
16 * Modified for pxa27x from ohci-lh7a404.c
19 * Modified for ep93xx from ohci-pxa27x.c
112 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
115 if ((ret = ohci_init(ohci)) < 0)
118 if ((ret = ohci_run(ohci)) < 0) {
175 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
177 if (time_before(jiffies, ohci->next_statechange))
179 ohci->next_statechange = jiffies;
188 struct ohci_hcd *ohci local
[all...]
H A Dohci-platform.c2 * Generic platform ohci driver
23 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
27 ohci->flags |= OHCI_QUIRK_BE_DESC;
29 ohci->flags |= OHCI_QUIRK_BE_MMIO;
31 ohci->flags |= OHCI_QUIRK_FRAME_NO;
33 ohci_hcd_init(ohci);
34 err = ohci_init(ohci);
41 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
44 err = ohci_run(ohci);
46 ohci_err(ohci, "ca
[all...]
H A Dohci-exynos.c16 #include <mach/ohci.h>
27 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
30 ohci_dbg(ohci, "ohci_exynos_start, ohci:%p", ohci);
32 ret = ohci_init(ohci);
36 ret = ohci_run(ohci);
78 struct ohci_hcd *ohci; local
142 ohci = hcd_to_ohci(hcd);
143 ohci_hcd_init(ohci);
204 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
[all...]
H A Dohci-xls.c6 * Based on ohci-au1xxx.c, and other Linux OHCI drivers.
77 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
79 ohci_hcd_init(ohci);
80 return ohci_init(ohci);
85 struct ohci_hcd *ohci; local
88 ohci = hcd_to_ohci(hcd);
89 ret = ohci_run(ohci);
148 .name = "ohci-xls-0",
H A Dohci-octeon.c19 #define OCTEON_OHCI_HCD_NAME "octeon-ohci"
47 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
50 ret = ohci_init(ohci);
55 ret = ohci_run(ohci);
58 ohci_err(ohci, "can't start %s", hcd->self.bus_name);
108 struct ohci_hcd *ohci; local
158 ohci = hcd_to_ohci(hcd);
162 ohci->flags |= OHCI_QUIRK_BE_MMIO;
165 ohci_hcd_init(ohci);
H A Dohci-sh.c27 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
29 ohci_hcd_init(ohci);
30 ohci_init(ohci);
31 ohci_run(ohci);
H A Dohci-da8xx.c6 * Derived from: ohci-omap.c and ohci-s3c2410.c
89 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
101 ohci->num_ports = 1;
103 result = ohci_init(ohci);
113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a);
124 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a);
137 struct ohci_hcd *ohci local
413 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
428 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
[all...]
H A Dohci-tmio.c20 * usb-ohci-tc6393.c(C) Copyright 2004 Lineo Solutions, Inc.
96 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
101 switch (ohci->num_ports) {
103 dev_err(&dev->dev, "Unsupported amount of ports: %d\n", ohci->num_ports);
136 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
139 if ((ret = ohci_init(ohci)) < 0)
142 if ((ret = ohci_run(ohci)) < 0) {
194 struct ohci_hcd *ohci; local
244 ohci = hcd_to_ohci(hcd);
245 ohci_hcd_init(ohci);
298 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
328 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
[all...]
H A Dohci-ps3.c26 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
28 ohci->flags |= OHCI_QUIRK_BE_MMIO;
29 ohci_hcd_init(ohci);
30 return ohci_init(ohci);
36 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
41 ohci_writel(ohci, 0x7f000000 | RH_A_PSM | RH_A_OCPM,
42 &ohci->regs->roothub.a);
43 ohci_writel(ohci, 0x00060000, &ohci->regs->roothub.b);
45 result = ohci_run(ohci);
[all...]
/drivers/firewire/
H A Dinit_ohci1394_dma.c45 #include "ohci.h"
49 struct ohci { struct
53 static inline void reg_write(const struct ohci *ohci, int offset, u32 data) argument
55 writel(data, ohci->registers + offset);
58 static inline u32 reg_read(const struct ohci *ohci, int offset) argument
60 return readl(ohci->registers + offset);
66 static inline u8 __init get_phy_reg(struct ohci *ohci, u argument
84 set_phy_reg(struct ohci *ohci, u8 addr, u8 data) argument
98 init_ohci1394_soft_reset(struct ohci *ohci) argument
117 init_ohci1394_initialize(struct ohci *ohci) argument
190 init_ohci1394_wait_for_busresets(struct ohci *ohci) argument
208 init_ohci1394_enable_physical_dma(struct ohci *ohci) argument
219 init_ohci1394_reset_and_init_dma(struct ohci *ohci) argument
251 struct ohci ohci; local
[all...]
H A Dohci.c55 #include "ohci.h"
95 struct fw_ohci *ohci; member in struct:ar_context
125 struct fw_ohci *ohci; member in struct:context
351 static void log_irqs(struct fw_ohci *ohci, u32 evt) argument
361 dev_notice(ohci->card.device,
401 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) argument
408 dev_notice(ohci->card.device,
410 self_id_count, generation, ohci->node_id);
412 for (s = ohci->self_id_buffer; self_id_count--; ++s)
414 dev_notice(ohci
459 log_ar_at_event(struct fw_ohci *ohci, char dir, int speed, u32 *header, int evt) argument
522 reg_write(const struct fw_ohci *ohci, int offset, u32 data) argument
527 reg_read(const struct fw_ohci *ohci, int offset) argument
532 flush_writes(const struct fw_ohci *ohci) argument
544 read_phy_reg(struct fw_ohci *ohci, int addr) argument
570 write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) argument
592 update_phy_reg(struct fw_ohci *ohci, int addr, int clear_bits, int set_bits) argument
609 read_paged_phy_reg(struct fw_ohci *ohci, int page, int addr) argument
622 struct fw_ohci *ohci = fw_ohci(card); local
635 struct fw_ohci *ohci = fw_ohci(card); local
686 struct fw_ohci *ohci = ctx->ohci; local
802 struct fw_ohci *ohci = ctx->ohci; local
972 ar_context_init(struct ar_context *ctx, struct fw_ohci *ohci, unsigned int descriptors_offset, u32 regs) argument
1131 context_init(struct context *ctx, struct fw_ohci *ohci, u32 regs, descriptor_callback_t callback) argument
1208 struct fw_ohci *ohci = ctx->ohci; local
1235 struct fw_ohci *ohci = ctx->ohci; local
1266 struct fw_ohci *ohci = ctx->ohci; local
1410 struct fw_ohci *ohci = context->ohci; local
1491 handle_local_rom(struct fw_ohci *ohci, struct fw_packet *packet, u32 csr) argument
1518 handle_local_lock(struct fw_ohci *ohci, struct fw_packet *packet, u32 csr) argument
1627 detect_dead_context(struct fw_ohci *ohci, const char *name, unsigned int regs) argument
1639 handle_dead_contexts(struct fw_ohci *ohci) argument
1689 get_cycle_time(struct fw_ohci *ohci) argument
1725 update_bus_time(struct fw_ohci *ohci) argument
1735 get_status_for_port(struct fw_ohci *ohci, int port_index) argument
1756 get_self_id_pos(struct fw_ohci *ohci, u32 self_id, int self_id_count) argument
1778 find_and_insert_self_id(struct fw_ohci *ohci, int self_id_count) argument
1822 struct fw_ohci *ohci = local
2009 struct fw_ohci *ohci = data; local
2110 software_reset(struct fw_ohci *ohci) argument
2139 configure_1394a_enhancements(struct fw_ohci *ohci) argument
2190 probe_tsb41ba3d(struct fw_ohci *ohci) argument
2215 struct fw_ohci *ohci = fw_ohci(card); local
2404 struct fw_ohci *ohci; local
2492 struct fw_ohci *ohci = fw_ohci(card); local
2499 struct fw_ohci *ohci = fw_ohci(card); local
2506 struct fw_ohci *ohci = fw_ohci(card); local
2574 struct fw_ohci *ohci = fw_ohci(card); local
2625 struct fw_ohci *ohci = fw_ohci(card); local
2874 set_multichannel_mask(struct fw_ohci *ohci, u64 channels) argument
2889 struct fw_ohci *ohci = fw_ohci(card); local
2989 struct fw_ohci *ohci = ctx->context.ohci; local
3037 struct fw_ohci *ohci = fw_ohci(base->card); local
3062 struct fw_ohci *ohci = fw_ohci(base->card); local
3099 struct fw_ohci *ohci = fw_ohci(base->card); local
3128 ohci_resume_iso_dma(struct fw_ohci *ohci) argument
3509 struct fw_ohci *ohci; local
3681 struct fw_ohci *ohci; local
3724 struct fw_ohci *ohci = pci_get_drvdata(dev); local
3745 struct fw_ohci *ohci = pci_get_drvdata(dev); local
[all...]
H A DMakefile7 firewire-ohci-y += ohci.o
12 obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o

Completed in 207 milliseconds

12