Searched refs:ehci_dev (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/usb/early/ |
D | ehci-dbgp.c | 63 struct ehci_dev { struct 69 static struct ehci_dev ehci_dev; variable 689 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port() 693 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port() 702 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port() 726 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 727 ehci_dev.func, offset); in early_ehci_bios_handoff() 732 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 733 ehci_dev.func, offset + 3, 1); in early_ehci_bios_handoff() 741 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() [all …]
|
/linux-2.6.39/arch/mips/powertv/ |
D | powertv-usb.c | 391 int __init platform_usb_devices_init(struct platform_device **ehci_dev, in platform_usb_devices_init() argument 394 *ehci_dev = &ehci_device; in platform_usb_devices_init()
|