Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/broadcom/
Dphy-bcm-ns-usb3.c52 void __iomem *dmp; member
95 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_bx()
145 writel(0, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init_ns_ax()
156 writel(BCMA_RESET_CTL_RESET, usb3->dmp + BCMA_RESET_CTL); in bcm_ns_usb3_phy_init()
208 syscon_np = of_parse_phandle(dev->of_node, "usb3-dmp-syscon", 0); in bcm_ns_usb3_mdio_probe()
214 usb3->dmp = devm_ioremap_resource(dev, &res); in bcm_ns_usb3_mdio_probe()
215 if (IS_ERR(usb3->dmp)) in bcm_ns_usb3_mdio_probe()
216 return PTR_ERR(usb3->dmp); in bcm_ns_usb3_mdio_probe()
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/arm/boot/dts/synaptics/
Dberlin2q-marvell-dmp.dts12 model = "Marvell BG2-Q DMP";
13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
DMakefile6 berlin2q-marvell-dmp.dtb
/linux-6.12.1/drivers/bcma/
Ddriver_mips.c33 /* The 47162a0 hangs when reading MIPS DMP registers */
40 /* The 5357b0 hangs when reading USB20H DMP registers */
/linux-6.12.1/fs/jfs/
Djfs_imap.c850 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
1026 amp = bmp = cmp = dmp = NULL; in diFree()
1107 diIAGRead(imap, inofreeback, &dmp))) in diFree()
1109 diagp = (struct iag *) dmp->data; in diFree()
1219 if (dmp) in diFree()
1220 write_metapage(dmp); in diFree()
1281 if (dmp) in diFree()
1282 release_metapage(dmp); in diFree()
2159 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
2275 dmp = get_metapage(ipimap, blkno + i, PSIZE, 1); in diNewExt()
[all …]
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_bsg.c2805 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local
2819 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL); in diag_cmd_data_alloc()
2820 if (!dmp) in diag_cmd_data_alloc()
2823 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc()
2827 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc()
2829 mlist = dmp; in diag_cmd_data_alloc()
2832 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc()
2834 &(dmp->dma.phys), in diag_cmd_data_alloc()
2837 if (!dmp->dma.virt) in diag_cmd_data_alloc()
2840 dmp->size = cnt; in diag_cmd_data_alloc()
[all …]
Dlpfc_logmsg.h50 #define LOG_TRACE_EVENT 0x80000000 /* Dmp the DBG log on this err */
/linux-6.12.1/arch/s390/kvm/
Dkvm-s390.c2559 struct kvm_s390_pv_dmp dmp) in kvm_s390_pv_dmp() argument
2562 void __user *result_buff = (void __user *)dmp.buff_addr; in kvm_s390_pv_dmp()
2564 switch (dmp.subcmd) { in kvm_s390_pv_dmp()
2593 * early. As dmp will be copied back in our caller, we in kvm_s390_pv_dmp()
2596 r = kvm_s390_pv_dump_stor_state(kvm, result_buff, &dmp.gaddr, dmp.buff_len, in kvm_s390_pv_dmp()
2605 if (dmp.buff_len < uv_info.conf_dump_finalize_len) in kvm_s390_pv_dmp()
2824 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv() local
2831 if (copy_from_user(&dmp, argp, sizeof(dmp))) in kvm_s390_handle_pv()
2834 r = kvm_s390_pv_dmp(kvm, cmd, dmp); in kvm_s390_handle_pv()
2838 if (copy_to_user(argp, &dmp, sizeof(dmp))) { in kvm_s390_handle_pv()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c291 smu_print("SMU DC mode max DMP freq: %d MHz\n", response); in dcn30_smu_get_dc_mode_max_dpm_freq()
/linux-6.12.1/arch/arm/boot/dts/broadcom/
Dbcm-ns.dtsi346 usb3-dmp-syscon = <&usb3_dmp>;
Dbcm-nsp.dtsi391 usb3-dmp-syscon = <&usb3_dmp>;
/linux-6.12.1/Documentation/scsi/
DChangeLog.lpfc1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dchip.c24 /* PL-368 DMP definitions */
/linux-6.12.1/Documentation/admin-guide/
Ddevices.txt2635 0 = /dev/vx/dmp/* First multipath device
2636 1 = /dev/vx/dmp/* Second multipath device