Searched refs:zbus (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/s390/pci/
H A Dpci_bus.c36 * The PCI resources for the function are set up and added to its zbus and the
37 * function is enabled. The function must be added to a zbus which must have
56 pci_bus_add_resource(zdev->zbus->bus, zdev->bars[i].res, 0);
79 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn);
101 struct zpci_bus *zbus = zdev->zbus; local
104 if (!zdev->zbus->bus)
107 pdev = pci_get_slot(zbus->bus, zdev->devfn);
124 * @zbus: the zbus t
132 zpci_bus_scan_bus(struct zpci_bus *zbus) argument
161 struct zpci_bus *zbus = NULL; local
181 zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) argument
211 struct zpci_bus *zbus = container_of(kref, struct zpci_bus, kref); local
230 zpci_bus_put(struct zpci_bus *zbus) argument
237 struct zpci_bus *zbus; local
254 struct zpci_bus *zbus; local
291 zpci_bus_add_device(struct zpci_bus *zbus, struct zpci_dev *zdev) argument
324 struct zpci_bus *zbus = NULL; local
369 struct zpci_bus *zbus = zdev->zbus; local
[all...]
H A Dpci_iov.h18 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn);
25 static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) argument
H A Dpci_bus.h13 int zpci_bus_scan_bus(struct zpci_bus *zbus);
38 struct zpci_bus *zbus = bus->sysdata; local
40 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn];
H A Dpci_iov.c63 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) argument
71 if (!zbus->multifunction)
75 * instance, it must be on the same zbus.
82 zdev = zbus->function[i];
84 pdev = pci_get_slot(zbus->bus, zdev->devfn);
H A Dpci_event.c272 if (zdev->zbus->bus)
273 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn);
H A Dpci_sysfs.c125 pci_rescan_bus(zdev->zbus->bus);
H A Dpci.c576 pci_bus_remove_resource(zdev->zbus->bus, res);
780 * zpci_create_device() - Create a new zpci_dev and add it to the zbus
785 * Creates a new zpci device and adds it to its, possibly newly created, zbus
880 if (zdev->zbus->bus)
929 if (zdev->zbus->bus)
/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c60 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn);
131 struct zpci_bus *zbus = zdev->zbus; local
136 return pci_hp_register(&zdev->hotplug_slot, zbus->bus,
/linux-master/arch/s390/include/asm/
H A Dpci.h118 struct zpci_bus *zbus; member in struct:zpci_dev
264 struct zpci_bus *zbus = pdev->sysdata; local
266 return zbus->function[pdev->devfn];

Completed in 125 milliseconds