Lines Matching refs:zdev
10 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops);
11 void zpci_bus_device_unregister(struct zpci_dev *zdev);
16 int zpci_bus_scan_device(struct zpci_dev *zdev);
17 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
20 static inline void zpci_zdev_put(struct zpci_dev *zdev)
22 if (zdev)
23 kref_put(&zdev->kref, zpci_release_device);
26 static inline void zpci_zdev_get(struct zpci_dev *zdev)
28 kref_get(&zdev->kref);
33 int zpci_setup_bus_resources(struct zpci_dev *zdev);