Searched refs:ehci_dev (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/early/ |
D | ehci-dbgp.c | 64 struct ehci_dev { struct 70 static struct ehci_dev ehci_dev; argument 688 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port() 692 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port() 701 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port() 725 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 726 ehci_dev.func, offset); in early_ehci_bios_handoff() 731 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() 732 ehci_dev.func, offset + 3, 1); in early_ehci_bios_handoff() 740 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff() [all …]
|
/drivers/usb/host/ |
D | ssb-hcd.c | 36 struct platform_device *ehci_dev; member 190 usb_dev->ehci_dev = ssb_hcd_create_pdev(dev, false, start, len); in ssb_hcd_probe() 191 if (IS_ERR(usb_dev->ehci_dev)) { in ssb_hcd_probe() 192 err = PTR_ERR(usb_dev->ehci_dev); in ssb_hcd_probe() 209 struct platform_device *ehci_dev = usb_dev->ehci_dev; in ssb_hcd_remove() local 213 if (ehci_dev) in ssb_hcd_remove() 214 platform_device_unregister(ehci_dev); in ssb_hcd_remove()
|
D | bcma-hcd.c | 37 struct platform_device *ehci_dev; member 341 usb_dev->ehci_dev = bcma_hcd_create_pdev(dev, false, dev->addr); in bcma_hcd_probe() 342 if (IS_ERR(usb_dev->ehci_dev)) { in bcma_hcd_probe() 343 err = PTR_ERR(usb_dev->ehci_dev); in bcma_hcd_probe() 359 struct platform_device *ehci_dev = usb_dev->ehci_dev; in bcma_hcd_remove() local 363 if (ehci_dev) in bcma_hcd_remove() 364 platform_device_unregister(ehci_dev); in bcma_hcd_remove()
|