Lines Matching defs:zdev
24 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
26 return sprintf(buf, fmt, zdev->member); \
46 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev));
48 return sprintf(buf, zpci_use_mio(zdev) ? "1\n" : "0\n");
57 struct zpci_dev *zdev = to_zpci(pdev);
85 ret = zpci_disable_device(zdev);
89 ret = zpci_enable_device(zdev);
92 pci_rescan_bus(zdev->zbus->bus);
108 struct zpci_dev *zdev = to_zpci(pdev);
110 return memory_read_from_buffer(buf, count, &off, zdev->util_str,
111 sizeof(zdev->util_str));
122 struct zpci_dev *zdev = to_zpci(pdev);
128 ret = sclp_pci_report(report, zdev->fh, zdev->fid);