Searched refs:dmp (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb3.c | 55 void __iomem *dmp; member 105 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx() 155 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax() 166 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init() 228 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe() 229 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_mdio_probe() 231 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe() 330 usb3->dmp = devm_ioremap_resource(dev, res); in bcm_ns_usb3_probe() 331 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_probe() 333 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | bcm-ns-usb3-phy.txt | 7 - usb3-dmp-syscon: phandle to syscon with DMP (Device Management Plugin) 27 usb3-dmp-syscon = <&usb3_dmp>;
|
/Linux-v4.19/arch/arm64/boot/dts/synaptics/ |
D | Makefile | 3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
D | berlin4ct-dmp.dts | 14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
|
/Linux-v4.19/fs/jfs/ |
D | jfs_imap.c | 861 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 1037 amp = bmp = cmp = dmp = NULL; in diFree() 1118 diIAGRead(imap, inofreeback, &dmp))) in diFree() 1120 diagp = (struct iag *) dmp->data; in diFree() 1230 if (dmp) in diFree() 1231 write_metapage(dmp); in diFree() 1292 if (dmp) in diFree() 1293 release_metapage(dmp); in diFree() 2167 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local 2280 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | berlin2q-marvell-dmp.dts | 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
D | bcm5301x.dtsi | 373 usb3-dmp-syscon = <&usb3_dmp>;
|
D | bcm-nsp.dtsi | 487 reg-names = "dmp", "ccb-mii";
|
D | Makefile | 152 berlin2q-marvell-dmp.dtb
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2807 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2821 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2822 if (!dmp) in diag_cmd_data_alloc() 2825 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2829 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2831 mlist = dmp; in diag_cmd_data_alloc() 2834 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2836 &(dmp->dma.phys), in diag_cmd_data_alloc() 2839 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2842 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptbase.c | 6659 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6665 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 2641 0 = /dev/vx/dmp/* First multipath device 2642 1 = /dev/vx/dmp/* Second multipath device
|