Lines Matching refs:VORTEX_PCI
700 #define VORTEX_PCI(vp) \ macro
1555 if (VORTEX_PCI(vp)) { in vortex_up()
1556 pci_set_power_state(VORTEX_PCI(vp), PCI_D0); /* Go active */ in vortex_up()
1558 pci_restore_state(VORTEX_PCI(vp)); in vortex_up()
1559 err = pci_enable_device(VORTEX_PCI(vp)); in vortex_up()
2718 if (final_down && VORTEX_PCI(vp)) { in vortex_down()
2720 pci_save_state(VORTEX_PCI(vp)); in vortex_down()
2963 if (VORTEX_PCI(vp)) { in vortex_get_drvinfo()
2964 strlcpy(info->bus_info, pci_name(VORTEX_PCI(vp)), in vortex_get_drvinfo()
2980 if (!VORTEX_PCI(vp)) in vortex_get_wol()
2994 if (!VORTEX_PCI(vp)) in vortex_set_wol()
3035 if(VORTEX_PCI(vp)) in vortex_ioctl()
3036 state = VORTEX_PCI(vp)->current_state; in vortex_ioctl()
3041 pci_set_power_state(VORTEX_PCI(vp), PCI_D0); in vortex_ioctl()
3044 pci_set_power_state(VORTEX_PCI(vp), state); in vortex_ioctl()
3240 if (pci_enable_wake(VORTEX_PCI(vp), PCI_D3hot, 1)) { in acpi_set_WOL()
3241 pr_info("%s: WOL not supported.\n", pci_name(VORTEX_PCI(vp))); in acpi_set_WOL()
3247 if (VORTEX_PCI(vp)->current_state < PCI_D3hot) in acpi_set_WOL()
3251 pci_set_power_state(VORTEX_PCI(vp), PCI_D3hot); in acpi_set_WOL()