Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/pci/
Dpci_event.c87 ret = zpci_enable_device(zdev); in __zpci_event_availability()
Dpci_sysfs.c53 ret = zpci_enable_device(zdev); in recover_store()
Dpci.c793 int zpci_enable_device(struct zpci_dev *zdev) in zpci_enable_device() function
813 EXPORT_SYMBOL_GPL(zpci_enable_device);
832 rc = zpci_enable_device(zdev); in zpci_create_device()
/linux-4.4.14/arch/s390/include/asm/
Dpci.h140 int zpci_enable_device(struct zpci_dev *);
/linux-4.4.14/drivers/pci/hotplug/
Ds390_pci_hpc.c77 rc = zpci_enable_device(slot->zdev); in enable_slot()