Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/pci/
Dpci.c522 if (zdev->has_resources && zdev_enabled(zdev)) in zpci_update_fh()
586 zdev->has_resources = 1; in zpci_setup_bus_resources()
603 zdev->has_resources = 0; in zpci_cleanup_bus_resources()
989 if (zdev->has_resources) in zpci_release_device()
Dpci_bus.c59 if (!zdev->has_resources) { in zpci_bus_prepare_device()
/linux-6.1.9/arch/s390/include/asm/
Dpci.h136 u8 has_resources : 1; member