Searched refs:dmp (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb3.c | 53 void __iomem *dmp; member 103 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx() 153 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax() 164 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init() 226 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe() 227 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_mdio_probe() 229 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe() 323 usb3->dmp = devm_ioremap_resource(dev, res); in bcm_ns_usb3_probe() 324 if (IS_ERR(usb3->dmp)) { in bcm_ns_usb3_probe() 326 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_probe()
|
/Linux-v5.10/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.10/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.10/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.10/arch/arm/boot/dts/ |
D | berlin2q-marvell-dmp.dts | 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
D | bcm5301x.dtsi | 388 usb3-dmp-syscon = <&usb3_dmp>;
|
D | bcm-nsp.dtsi | 523 reg-names = "dmp", "ccb-mii";
|
D | Makefile | 168 berlin2q-marvell-dmp.dtb
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 2877 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2891 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc() 2892 if (!dmp) in diag_cmd_data_alloc() 2895 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2899 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2901 mlist = dmp; in diag_cmd_data_alloc() 2904 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2906 &(dmp->dma.phys), in diag_cmd_data_alloc() 2909 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2912 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
/Linux-v5.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/Linux-v5.10/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-v5.10/Documentation/admin-guide/ |
D | devices.txt | 2651 0 = /dev/vx/dmp/* First multipath device 2652 1 = /dev/vx/dmp/* Second multipath device
|