Searched defs:ohci (Results 1 – 25 of 41) sorted by relevance
12
/openbmc/linux/drivers/firewire/ |
D | init_ohci1394_dma.c |
|
/openbmc/linux/drivers/usb/host/ |
D | ohci-pci.c |
|
D | ohci-q.c |
|
D | ohci-hub.c |
|
D | ohci-dbg.c |
|
D | ohci-mem.c |
|
D | ohci-omap.c |
|
D | ohci-ps3.c |
|
D | ohci-sm501.c |
|
D | ohci-spear.c |
|
D | ohci-sa1111.c |
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci.c | 256 static void ohci_die(OHCIState *ohci) in ohci_die() 262 static inline void ohci_intr_update(OHCIState *ohci) in ohci_intr_update() 274 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) in ohci_set_interrupt() 280 static USBDevice *ohci_find_device(OHCIState *ohci, uint8_t addr) in ohci_find_device() 297 void ohci_stop_endpoints(OHCIState *ohci) in ohci_stop_endpoints() 318 static void ohci_roothub_reset(OHCIState *ohci) in ohci_roothub_reset() 339 static void ohci_soft_reset(OHCIState *ohci) in ohci_soft_reset() 369 void ohci_hard_reset(OHCIState *ohci) in ohci_hard_reset() 377 static inline int get_dwords(OHCIState *ohci, in get_dwords() 396 static inline int put_dwords(OHCIState *ohci, in put_dwords() [all …]
|
H A D | hcd-ohci-pci.c | 52 static void ohci_pci_die(struct OHCIState *ohci) in ohci_pci_die() 65 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_realize_pci() local 84 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_exit() local 106 OHCIPCIState *ohci = PCI_OHCI(dev); in usb_ohci_reset_pci() local
|
H A D | hcd-ohci-sysbus.c | 55 OHCIState *ohci = &s->ohci; in ohci_sysbus_reset() local
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 276 static void pkt_print(ohci_t *ohci, urb_priv_t *purb, struct usb_device *dev, in pkt_print() 317 void ep_print_int_eds(ohci_t *ohci, char *str) in ep_print_int_eds() 508 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job() 598 static int sohci_get_current_frame_number(ohci_t *ohci) in sohci_get_current_frame_number() 614 static int ep_int_ballance(ohci_t *ohci, int interval, int load) in ep_int_ballance() 663 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link() 742 static void periodic_unlink(struct ohci *ohci, volatile struct ed *ed, in periodic_unlink() 772 static int ep_unlink(ohci_t *ohci, ed_t *edi) in ep_unlink() 893 static void td_fill(ohci_t *ohci, unsigned int info, in td_fill() 949 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
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
D | bcm6358.dtsi |
|
D | bcm6368.dtsi |
|
D | bcm6328.dtsi |
|
D | bcm6362.dtsi |
|
D | bcm63268.dtsi |
|
/openbmc/u-boot/arch/mips/dts/ |
H A D | brcm,bcm6348.dtsi | 138 ohci: usb-controller@fffe1b00 { label
|
H A D | brcm,bcm6368.dtsi | 177 ohci: usb-controller@10001600 { label
|
H A D | brcm,bcm6328.dtsi | 165 ohci: usb-controller@10002600 { label
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
D | bcm53573.dtsi |
|
12