Searched refs:ehci_dev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | ehci-dbgp.c | 65 struct ehci_dev { struct 71 static struct ehci_dev ehci_dev; variable 682 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port() 686 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port() 695 vendorid = read_pci_config(ehci_dev in detect_set_debug_port() [all...] |
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | ehci-dbgp.c | 65 struct ehci_dev { struct 71 static struct ehci_dev ehci_dev; variable 682 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port() 686 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port() 695 vendorid = read_pci_config(ehci_dev in detect_set_debug_port() [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ssb-hcd.c | 35 struct platform_device *ehci_dev; member 189 usb_dev->ehci_dev = ssb_hcd_create_pdev(dev, false, start, len); in ssb_hcd_probe() 190 if (IS_ERR(usb_dev->ehci_dev)) { in ssb_hcd_probe() 191 err = PTR_ERR(usb_dev->ehci_dev); in ssb_hcd_probe() 208 struct platform_device *ehci_dev = usb_dev->ehci_dev; in ssb_hcd_remove() local 212 if (ehci_dev) in ssb_hcd_remove() 213 platform_device_unregister(ehci_dev); in ssb_hcd_remove()
|
H A D | bcma-hcd.c | 42 struct platform_device *ehci_dev; member 369 usb_dev->ehci_dev = bcma_hcd_create_pdev(dev, "ehci-platform", in bcma_hcd_usb20_init() 372 if (IS_ERR(usb_dev->ehci_dev)) { in bcma_hcd_usb20_init() 373 err = PTR_ERR(usb_dev->ehci_dev); in bcma_hcd_usb20_init() 444 struct platform_device *ehci_dev = usb_dev->ehci_dev; in bcma_hcd_remove() local 448 if (ehci_dev) in bcma_hcd_remove() 449 platform_device_unregister(ehci_dev); in bcma_hcd_remove()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ssb-hcd.c | 35 struct platform_device *ehci_dev; member 189 usb_dev->ehci_dev = ssb_hcd_create_pdev(dev, false, start, len); in ssb_hcd_probe() 190 if (IS_ERR(usb_dev->ehci_dev)) { in ssb_hcd_probe() 191 err = PTR_ERR(usb_dev->ehci_dev); in ssb_hcd_probe() 208 struct platform_device *ehci_dev = usb_dev->ehci_dev; in ssb_hcd_remove() local 212 if (ehci_dev) in ssb_hcd_remove() 213 platform_device_unregister(ehci_dev); in ssb_hcd_remove()
|
H A D | bcma-hcd.c | 42 struct platform_device *ehci_dev; member 369 usb_dev->ehci_dev = bcma_hcd_create_pdev(dev, "ehci-platform", in bcma_hcd_usb20_init() 372 if (IS_ERR(usb_dev->ehci_dev)) { in bcma_hcd_usb20_init() 373 err = PTR_ERR(usb_dev->ehci_dev); in bcma_hcd_usb20_init() 444 struct platform_device *ehci_dev = usb_dev->ehci_dev; in bcma_hcd_remove() local 448 if (ehci_dev) in bcma_hcd_remove() 449 platform_device_unregister(ehci_dev); in bcma_hcd_remove()
|
Completed in 6 milliseconds