Home
last modified time | relevance | path

Searched full:dmp (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.15/drivers/phy/broadcom/
Dphy-bcm-ns-usb3.c51 void __iomem *dmp; member
94 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()
144 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax()
155 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init()
211 syscon_np = of_parse_phandle(dev->of_node, "usb3-dmp-syscon", 0); in bcm_ns_usb3_mdio_probe()
217 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe()
218 if (IS_ERR(usb3->dmp)) in bcm_ns_usb3_mdio_probe()
219 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe()
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dbcm-ns-usb3-phy.yaml30 usb3-dmp-syscon:
33 Phandle to the DMP (Device Management Plugin) syscon
41 - usb3-dmp-syscon
55 usb3-dmp-syscon = <&usb3_dmp>;
/Linux-v5.15/arch/arm64/boot/dts/synaptics/
Dberlin4ct-dmp.dts13 model = "Marvell BG4CT DMP board";
14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
DMakefile3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
/Linux-v5.15/arch/arm/boot/dts/
Dberlin2q-marvell-dmp.dts12 model = "Marvell BG2-Q DMP";
13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
Dbcm5301x.dtsi388 usb3-dmp-syscon = <&usb3_dmp>;
Dbcm-nsp.dtsi527 reg-names = "dmp", "ccb-mii";
DMakefile167 berlin2q-marvell-dmp.dtb
/Linux-v5.15/drivers/bcma/
Ddriver_mips.c33 /* The 47162a0 hangs when reading MIPS DMP registers registers */
40 /* The 5357b0 hangs when reading USB20H DMP registers */
/Linux-v5.15/fs/jfs/
Djfs_imap.c846 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
1022 amp = bmp = cmp = dmp = NULL; in diFree()
1103 diIAGRead(imap, inofreeback, &dmp))) in diFree()
1105 diagp = (struct iag *) dmp->data; in diFree()
1215 if (dmp) in diFree()
1216 write_metapage(dmp); in diFree()
1277 if (dmp) in diFree()
1278 release_metapage(dmp); in diFree()
2152 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
2265 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt()
[all …]
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_logmsg.h50 #define LOG_TRACE_EVENT 0x80000000 /* Dmp the DBG log on this err */
Dlpfc_bsg.c2863 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local
2877 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc()
2878 if (!dmp) in diag_cmd_data_alloc()
2881 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc()
2885 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc()
2887 mlist = dmp; in diag_cmd_data_alloc()
2890 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc()
2892 &(dmp->dma.phys), in diag_cmd_data_alloc()
2895 if (!dmp->dma.virt) in diag_cmd_data_alloc()
2898 dmp->size = cnt; in diag_cmd_data_alloc()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c279 smu_print("SMU DC mode max DMP freq: %d MHz\n", response); in dcn30_smu_get_dc_mode_max_dpm_freq()
/Linux-v5.15/drivers/parisc/
Dled.c19 * David Pye <dmp@davidmpye.dyndns.org>
/Linux-v5.15/Documentation/scsi/
DChangeLog.lpfc1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dchip.c24 /* PL-368 DMP definitions */
/Linux-v5.15/Documentation/admin-guide/
Ddevices.txt2641 0 = /dev/vx/dmp/* First multipath device
2642 1 = /dev/vx/dmp/* Second multipath device
/Linux-v5.15/drivers/message/fusion/
Dmptbase.c6647 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6653 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c2992 /* Sent the event receiving the P2P Invitation Req frame to DMP UI. */ in issue_p2p_invitation_response()
2993 /* DMP had to compare the MAC address to find out the profile. */ in issue_p2p_invitation_response()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c1198 /* For the DMP WiFi Display project, the driver won't to scan because */ in rtw_wx_set_scan()