Searched refs:dmp (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb3.c | 52 void __iomem *dmp; member 102 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx() 152 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax() 163 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init() 225 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe() 226 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_mdio_probe() 228 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe() 327 usb3->dmp = devm_ioremap_resource(dev, res); in bcm_ns_usb3_probe() 328 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_probe() 330 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_probe()
|
/Linux-v5.4/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-v5.4/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-v5.4/fs/jfs/ |
D | jfs_imap.c | 848 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 1024 amp = bmp = cmp = dmp = NULL; in diFree() 1105 diIAGRead(imap, inofreeback, &dmp))) in diFree() 1107 diagp = (struct iag *) dmp->data; in diFree() 1217 if (dmp) in diFree() 1218 write_metapage(dmp); in diFree() 1279 if (dmp) in diFree() 1280 release_metapage(dmp); in diFree() 2154 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local 2267 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt() [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | berlin2q-marvell-dmp.dts | 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
D | bcm5301x.dtsi | 376 usb3-dmp-syscon = <&usb3_dmp>;
|
D | bcm-nsp.dtsi | 521 reg-names = "dmp", "ccb-mii";
|
D | Makefile | 156 berlin2q-marvell-dmp.dtb
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2880 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2894 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2895 if (!dmp) in diag_cmd_data_alloc() 2898 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2902 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2904 mlist = dmp; in diag_cmd_data_alloc() 2907 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2909 &(dmp->dma.phys), in diag_cmd_data_alloc() 2912 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2915 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/Linux-v5.4/drivers/message/fusion/ |
D | mptbase.c | 6658 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6664 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | devices.txt | 2650 0 = /dev/vx/dmp/* First multipath device 2651 1 = /dev/vx/dmp/* Second multipath device
|