Lines Matching refs:zpci_dev

64 struct zpci_dev *get_zdev_by_fid(u32 fid)  in get_zdev_by_fid()
66 struct zpci_dev *tmp, *zdev = NULL; in get_zdev_by_fid()
81 struct zpci_dev *tmp, *zdev; in zpci_remove_reserved_devices()
111 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat()
126 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat()
139 int zpci_fmb_enable_device(struct zpci_dev *zdev) in zpci_fmb_enable_device()
168 int zpci_fmb_disable_device(struct zpci_dev *zdev) in zpci_fmb_disable_device()
189 static int zpci_cfg_load(struct zpci_dev *zdev, int offset, u32 *val, u8 len) in zpci_cfg_load()
205 static int zpci_cfg_store(struct zpci_dev *zdev, int offset, u32 val, u8 len) in zpci_cfg_store()
293 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_fh()
312 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_range_mio()
342 struct zpci_dev *zdev = to_zpci(pdev); in pci_iomap_wc_range_mio()
399 struct zpci_dev *zdev = get_zdev_by_bus(bus, devfn); in pci_read()
407 struct zpci_dev *zdev = get_zdev_by_bus(bus, devfn); in pci_write()
419 struct zpci_dev *zdev = to_zpci(pdev); in zpci_map_resources()
442 struct zpci_dev *zdev = to_zpci(pdev); in zpci_unmap_resources()
458 static int zpci_alloc_iomap(struct zpci_dev *zdev) in zpci_alloc_iomap()
473 static void zpci_free_iomap(struct zpci_dev *zdev, int entry) in zpci_free_iomap()
481 static struct resource *__alloc_res(struct zpci_dev *zdev, unsigned long start, in __alloc_res()
502 int zpci_setup_bus_resources(struct zpci_dev *zdev, in zpci_setup_bus_resources()
545 static void zpci_cleanup_bus_resources(struct zpci_dev *zdev) in zpci_cleanup_bus_resources()
588 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_enable_device()
598 struct zpci_dev *zdev = to_zpci(pdev); in pcibios_disable_device()
652 int zpci_enable_device(struct zpci_dev *zdev) in zpci_enable_device()
674 int zpci_disable_device(struct zpci_dev *zdev) in zpci_disable_device()
685 void zpci_remove_device(struct zpci_dev *zdev) in zpci_remove_device()
698 int zpci_create_device(struct zpci_dev *zdev) in zpci_create_device()
740 struct zpci_dev *zdev = container_of(kref, struct zpci_dev, kref); in zpci_release_device()
771 struct zpci_dev *zdev = to_zpci(pdev); in zpci_report_error()