Searched refs:ohci (Results 26 - 50 of 135) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
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);
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
304 struct ohci_hcd *ohci; local
402 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
424 struct ohci_hcd *ohci = hcd_to_ohci (hcd); local
511 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-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);
88 struct ohci_hcd *ohci; local
100 of_device_is_compatible(dn, "ohci-bigendian") ||
101 of_device_is_compatible(dn, "ohci-be");
136 ohci = hcd_to_ohci(hcd);
138 ohci
[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;
190 struct ohci_hcd *ohci local
[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-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-au1xxx.c13 * Modified for LH7A404 from ohci-sa1111.c
114 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
117 ohci_dbg(ohci, "ohci_au1xxx_start, ohci:%p", ohci);
119 if ((ret = ohci_init(ohci)) < 0)
122 if ((ret = ohci_run(ohci)) < 0) {
254 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
268 spin_lock_irqsave(&ohci->lock, flags);
273 ohci_writel(ohci, OHCI_INTR_MI
[all...]
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
331 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...]
H A Dohci-ssb.c24 struct ohci_hcd ohci; /* _must_ be at the beginning. */ member in struct:ssb_ohci_device
39 struct ohci_hcd *ohci = &ohcidev->ohci; local
42 ohci_hcd_init(ohci);
43 err = ohci_init(ohci);
51 struct ohci_hcd *ohci = &ohcidev->ohci; local
54 err = ohci_run(ohci);
56 ohci_err(ohci, "can't start\n");
64 .description = "ssb-usb-ohci",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
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);
88 struct ohci_hcd *ohci; local
100 of_device_is_compatible(dn, "ohci-bigendian") ||
101 of_device_is_compatible(dn, "ohci-be");
136 ohci = hcd_to_ohci(hcd);
138 ohci
[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;
190 struct ohci_hcd *ohci local
[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-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-au1xxx.c13 * Modified for LH7A404 from ohci-sa1111.c
114 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
117 ohci_dbg(ohci, "ohci_au1xxx_start, ohci:%p", ohci);
119 if ((ret = ohci_init(ohci)) < 0)
122 if ((ret = ohci_run(ohci)) < 0) {
254 struct ohci_hcd *ohci = hcd_to_ohci(hcd); local
268 spin_lock_irqsave(&ohci->lock, flags);
273 ohci_writel(ohci, OHCI_INTR_MI
[all...]
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
331 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...]
H A Dohci-ssb.c24 struct ohci_hcd ohci; /* _must_ be at the beginning. */ member in struct:ssb_ohci_device
39 struct ohci_hcd *ohci = &ohcidev->ohci; local
42 ohci_hcd_init(ohci);
43 err = ohci_init(ohci);
51 struct ohci_hcd *ohci = &ohcidev->ohci; local
54 err = ohci_run(ohci);
56 ohci_err(ohci, "can't start\n");
64 .description = "ssb-usb-ohci",
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/usb/
H A DMakefile7 ALLOBJS += usbmain.o ohci.o usbd.o usbdevs.o usbhub.o usbdebug.o usbhid.o usbmass.o usbserial.o usbeth.o
H A Dusbhack.mk2 OBJS = usbhack.o lib_malloc.o lib_queue.o ohci.o usbd.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dvideo1394.c73 struct ti_ohci *ohci; member in struct:dma_iso_ctx
115 struct ti_ohci *ohci; member in struct:file_ctx
152 DBGMSG(d->ohci->host->id, "Freeing dma_iso_ctx %d", d->ctx);
154 ohci1394_stop_context(d->ohci, d->ctrlClear, NULL);
156 ohci1394_unregister_iso_tasklet(d->ohci, &d->iso_tasklet);
180 alloc_dma_iso_ctx(struct ti_ohci *ohci, int type, int num_desc, argument
188 PRINT(KERN_ERR, ohci->host->id, "Failed to allocate dma_iso_ctx");
192 d->ohci = ohci;
205 if (dma_region_alloc(&d->dma, (d->num_desc - 1) * d->buf_size, ohci
436 struct ti_ohci *ohci = (struct ti_ohci *)d->ohci; local
504 put_timestamp(struct ti_ohci *ohci, struct dma_iso_ctx * d, int n) argument
555 struct ti_ohci *ohci = d->ohci; local
641 initialize_dma_it_prg_var_packet_queue( struct dma_iso_ctx *d, int n, unsigned int * packet_sizes, struct ti_ohci *ohci) argument
685 struct ti_ohci *ohci = (struct ti_ohci *)d->ohci; local
715 struct ti_ohci *ohci = ctx->ohci; local
1201 struct ti_ohci *ohci; local
1225 struct ti_ohci *ohci = ctx->ohci; local
1305 struct ti_ohci *ohci; local
1330 struct ti_ohci *ohci = hpsb_get_hostinfo(&video1394_highlevel, host); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dvideo1394.c73 struct ti_ohci *ohci; member in struct:dma_iso_ctx
115 struct ti_ohci *ohci; member in struct:file_ctx
152 DBGMSG(d->ohci->host->id, "Freeing dma_iso_ctx %d", d->ctx);
154 ohci1394_stop_context(d->ohci, d->ctrlClear, NULL);
156 ohci1394_unregister_iso_tasklet(d->ohci, &d->iso_tasklet);
180 alloc_dma_iso_ctx(struct ti_ohci *ohci, int type, int num_desc, argument
188 PRINT(KERN_ERR, ohci->host->id, "Failed to allocate dma_iso_ctx");
192 d->ohci = ohci;
205 if (dma_region_alloc(&d->dma, (d->num_desc - 1) * d->buf_size, ohci
436 struct ti_ohci *ohci = (struct ti_ohci *)d->ohci; local
504 put_timestamp(struct ti_ohci *ohci, struct dma_iso_ctx * d, int n) argument
555 struct ti_ohci *ohci = d->ohci; local
641 initialize_dma_it_prg_var_packet_queue( struct dma_iso_ctx *d, int n, unsigned int * packet_sizes, struct ti_ohci *ohci) argument
685 struct ti_ohci *ohci = (struct ti_ohci *)d->ohci; local
715 struct ti_ohci *ohci = ctx->ohci; local
1201 struct ti_ohci *ohci; local
1225 struct ti_ohci *ohci = ctx->ohci; local
1305 struct ti_ohci *ohci; local
1330 struct ti_ohci *ohci = hpsb_get_hostinfo(&video1394_highlevel, host); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-loongson/cs5536/
H A Dcs5536_vsm.h24 /* ohci module */
25 DECLARE_CS5536_MODULE(ohci)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/cs5536/
H A Dcs5536_vsm.h24 /* ohci module */
25 DECLARE_CS5536_MODULE(ohci)

Completed in 202 milliseconds

123456