Home
last modified time | relevance | path

Searched refs:hc_dev (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c51 static struct pci_dev *hc_dev; variable
66 if (hc_dev) { in zt5550_hc_config()
77 hc_dev = pdev; in zt5550_hc_config()
78 dbg("hc_dev = %p", hc_dev); in zt5550_hc_config()
90 ioremap(pci_resource_start(hc_dev, 1), pci_resource_len(hc_dev, 1)); in zt5550_hc_config()
124 pci_disable_device(hc_dev); in zt5550_hc_config()
130 if (!hc_dev) in zt5550_hc_cleanup()
136 pci_disable_device(hc_dev); in zt5550_hc_cleanup()
166 if (hc_dev == NULL) in zt5550_hc_enable_irq()
179 if (hc_dev == NULL) in zt5550_hc_disable_irq()
[all …]