| /Linux-v6.1/drivers/phy/broadcom/ |
| D | phy-bcm-ns-usb3.c | 51 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-v6.1/Documentation/devicetree/bindings/phy/ |
| D | bcm-ns-usb3-phy.yaml | 30 usb3-dmp-syscon: 33 Phandle to the DMP (Device Management Plugin) syscon 41 - usb3-dmp-syscon 55 usb3-dmp-syscon = <&usb3_dmp>;
|
| /Linux-v6.1/arch/arm64/boot/dts/synaptics/ |
| D | berlin4ct-dmp.dts | 13 model = "Marvell BG4CT DMP board"; 14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
|
| D | Makefile | 3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | berlin2q-marvell-dmp.dts | 12 model = "Marvell BG2-Q DMP"; 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
| D | bcm5301x.dtsi | 381 usb3-dmp-syscon = <&usb3_dmp>;
|
| D | bcm-nsp.dtsi | 389 usb3-dmp-syscon = <&usb3_dmp>;
|
| D | Makefile | 183 berlin2q-marvell-dmp.dtb
|
| /Linux-v6.1/drivers/bcma/ |
| D | driver_mips.c | 33 /* The 47162a0 hangs when reading MIPS DMP registers */ 40 /* The 5357b0 hangs when reading USB20H DMP registers */
|
| /Linux-v6.1/fs/jfs/ |
| D | jfs_imap.c | 846 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-v6.1/drivers/scsi/lpfc/ |
| D | lpfc_bsg.c | 2805 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 …]
|
| D | lpfc_logmsg.h | 50 #define LOG_TRACE_EVENT 0x80000000 /* Dmp the DBG log on this err */
|
| /Linux-v6.1/arch/s390/kvm/ |
| D | kvm-s390.c | 2459 struct kvm_s390_pv_dmp dmp) in kvm_s390_pv_dmp() argument 2462 void __user *result_buff = (void __user *)dmp.buff_addr; in kvm_s390_pv_dmp() 2464 switch (dmp.subcmd) { in kvm_s390_pv_dmp() 2493 * early. As dmp will be copied back in our caller, we in kvm_s390_pv_dmp() 2496 r = kvm_s390_pv_dump_stor_state(kvm, result_buff, &dmp.gaddr, dmp.buff_len, in kvm_s390_pv_dmp() 2505 if (dmp.buff_len < uv_info.conf_dump_finalize_len) in kvm_s390_pv_dmp() 2697 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv() local 2704 if (copy_from_user(&dmp, argp, sizeof(dmp))) in kvm_s390_handle_pv() 2707 r = kvm_s390_pv_dmp(kvm, cmd, dmp); in kvm_s390_handle_pv() 2711 if (copy_to_user(argp, &dmp, sizeof(dmp))) { in kvm_s390_handle_pv() [all …]
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
| D | dcn30_clk_mgr_smu_msg.c | 289 smu_print("SMU DC mode max DMP freq: %d MHz\n", response); in dcn30_smu_get_dc_mode_max_dpm_freq()
|
| /Linux-v6.1/drivers/parisc/ |
| D | led.c | 19 * David Pye <dmp@davidmpye.dyndns.org>
|
| /Linux-v6.1/Documentation/scsi/ |
| D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
| /Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | chip.c | 24 /* PL-368 DMP definitions */
|
| /Linux-v6.1/Documentation/admin-guide/ |
| D | devices.txt | 2635 0 = /dev/vx/dmp/* First multipath device 2636 1 = /dev/vx/dmp/* Second multipath device
|
| /Linux-v6.1/drivers/staging/r8188eu/os_dep/ |
| D | ioctl_linux.c | 1078 /* For the DMP WiFi Display project, the driver won't to scan because */ in rtw_wx_set_scan()
|
| /Linux-v6.1/drivers/staging/r8188eu/core/ |
| D | rtw_mlme_ext.c | 2833 /* Sent the event receiving the P2P Invitation Req frame to DMP UI. */ in issue_p2p_invitation_response() 2834 /* DMP had to compare the MAC address to find out the profile. */ in issue_p2p_invitation_response()
|