Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/pci/
Dpci_event.c96 ret = zpci_disable_device(zdev); in __zpci_event_availability()
115 zpci_disable_device(zdev); in __zpci_event_availability()
Dpci_sysfs.c48 ret = zpci_disable_device(zdev); in recover_store()
Dpci.c815 int zpci_disable_device(struct zpci_dev *zdev) in zpci_disable_device() function
820 EXPORT_SYMBOL_GPL(zpci_disable_device);
850 zpci_disable_device(zdev); in zpci_create_device()
/linux-4.1.27/arch/s390/include/asm/
Dpci.h137 int zpci_disable_device(struct zpci_dev *);
/linux-4.1.27/drivers/pci/hotplug/
Ds390_pci_hpc.c104 rc = zpci_disable_device(slot->zdev); in disable_slot()