Home
last modified time | relevance | path

Searched refs:zdev (Results 1 – 8 of 8) sorted by relevance

/drivers/pci/hotplug/
A Ds390_pci_hpc.c29 mutex_lock(&zdev->state_lock); in enable_slot()
35 rc = sclp_pci_configure(zdev->fid); in enable_slot()
41 rc = zpci_scan_configured_device(zdev, zdev->fh); in enable_slot()
43 mutex_unlock(&zdev->state_lock); in enable_slot()
54 mutex_lock(&zdev->state_lock); in disable_slot()
60 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot()
66 rc = zpci_deconfigure_device(zdev); in disable_slot()
70 mutex_unlock(&zdev->state_lock); in disable_slot()
97 rc = zpci_hot_reset_device(zdev); in reset_slot()
99 mutex_unlock(&zdev->state_lock); in reset_slot()
[all …]
/drivers/vfio/pci/
A Dvfio_pci_zdev.c29 .end_dma = zdev->end_dma, in zpci_base_cap()
30 .pchid = zdev->pchid, in zpci_base_cap()
31 .vfn = zdev->vfn, in zpci_base_cap()
33 .pft = zdev->pft, in zpci_base_cap()
34 .gid = zdev->pfgid, in zpci_base_cap()
35 .fh = zdev->fh in zpci_base_cap()
49 .dasm = zdev->dma_mask, in zpci_group_cap()
52 .mui = zdev->fmb_update, in zpci_group_cap()
53 .noi = zdev->max_msi, in zpci_group_cap()
122 if (!zdev) in vfio_pci_info_zdev_add_caps()
[all …]
/drivers/iommu/
A Ds390-iommu.c545 zdev->end_dma - zdev->start_dma + 1); in s390_domain_alloc_paging()
558 zdev->end_dma = zdev->start_dma + aperture_size - 1; in s390_domain_alloc_paging()
624 rc = zpci_register_ioat(zdev, 0, zdev->start_dma, in s390_iommu_domain_reg_ioat()
634 rc = zpci_register_ioat(zdev, 0, zdev->start_dma, in s390_iommu_domain_reg_ioat()
648 rc = s390_iommu_domain_reg_ioat(zdev, zdev->s390_domain, status); in zpci_iommu_register_ioat()
666 if (zdev->dma_table) { in blocking_domain_attach_device()
688 if (!zdev) in s390_iommu_attach_device()
719 if (zdev->start_dma) { in s390_iommu_get_resv_regions()
757 if (zdev->start_dma > zdev->end_dma) in s390_iommu_probe_device()
772 return zpci_refresh_trans((u64)zdev->fh << 32, zdev->start_dma, in zpci_refresh_all()
[all …]
/drivers/dma/xilinx/
A Dzynqmp_dma.c220 struct zynqmp_dma_device *zdev; member
914 chan->dev = zdev->dev; in zynqmp_dma_chan_probe()
915 chan->zdev = zdev; in zynqmp_dma_chan_probe()
941 zdev->chan = chan; in zynqmp_dma_chan_probe()
1075 zdev = devm_kzalloc(&pdev->dev, sizeof(*zdev), GFP_KERNEL); in zynqmp_dma_probe()
1076 if (!zdev) in zynqmp_dma_probe()
1079 zdev->dev = &pdev->dev; in zynqmp_dma_probe()
1089 p = &zdev->common; in zynqmp_dma_probe()
1101 if (IS_ERR(zdev->clk_main)) in zynqmp_dma_probe()
1106 if (IS_ERR(zdev->clk_apb)) in zynqmp_dma_probe()
[all …]
/drivers/net/ethernet/8390/
A Dxsurf100.c239 static int xsurf100_probe(struct zorro_dev *zdev, in xsurf100_probe() argument
262 if (!request_mem_region(zdev->resource.start, 0x100, zdev->name)) { in xsurf100_probe()
267 if (!request_mem_region(zdev->resource.start + in xsurf100_probe()
291 &zdev->resource); in xsurf100_probe()
302 dev_err(&zdev->dev, in xsurf100_probe()
304 &zdev->resource, XS100_8390_DATA32_BASE); in xsurf100_probe()
314 zdev->slotaddr, res, 2, in xsurf100_probe()
324 zorro_set_drvdata(zdev, pdev); in xsurf100_probe()
340 release_mem_region(zdev->resource.start, 0x100); in xsurf100_probe()
345 static void xsurf100_remove(struct zorro_dev *zdev) in xsurf100_remove() argument
[all …]
/drivers/s390/net/
A Dism.h197 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_read_cmd() local
198 u64 req = ZPCI_CREATE_REQ(zdev->fh, 2, 8); in __ism_read_cmd()
211 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_write_cmd() local
212 u64 req = ZPCI_CREATE_REQ(zdev->fh, 2, len); in __ism_write_cmd()
221 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move() local
222 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, size); in __ism_move()
/drivers/s390/crypto/
A Dzcrypt_card.c160 struct zcrypt_card *zdev = in zcrypt_card_release() local
162 zcrypt_card_free(zdev); in zcrypt_card_release()
/drivers/video/fbdev/
A Dcirrusfb.c1948 struct zorro_dev *zdev = to_zorro_dev(info->device); in cirrusfb_zorro_unmap() local
1955 zorro_release_device(zdev); in cirrusfb_zorro_unmap()

Completed in 38 milliseconds