/openbmc/linux/drivers/phy/broadcom/ |
H A 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() 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()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | pv.c | 231 struct kvm_s390_pv_dmp dmp = { in s390_pv_dump_cmd() local 239 ret = s390_pv_cmd(KVM_PV_DUMP, (void *)&dmp); in s390_pv_dump_cmd() 248 struct kvm_s390_pv_dmp dmp = { in kvm_s390_dump_cpu() local 256 .data = (uint64_t)&dmp, in kvm_s390_dump_cpu()
|
/openbmc/linux/arch/arm64/boot/dts/synaptics/ |
H A D | Makefile | 3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
H A D | berlin4ct-dmp.dts | 14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
|
/openbmc/linux/arch/arm/boot/dts/synaptics/ |
H A D | Makefile | 6 berlin2q-marvell-dmp.dtb
|
H A D | berlin2q-marvell-dmp.dts | 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_imap.c | 850 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 …]
|
/openbmc/qemu/qapi/ |
H A D | dump.json | 36 # @win-dmp: Windows full crashdump format, can be used instead of ELF 46 'win-dmp' ] }
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A 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 …]
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm5301x.dtsi | 88 usb3-dmp-syscon = <&usb3_dmp>;
|
H A D | bcm-nsp.dtsi | 391 usb3-dmp-syscon = <&usb3_dmp>;
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 2551 struct kvm_s390_pv_dmp dmp) in kvm_s390_pv_dmp() argument 2554 void __user *result_buff = (void __user *)dmp.buff_addr; in kvm_s390_pv_dmp() 2556 switch (dmp.subcmd) { in kvm_s390_pv_dmp() 2588 r = kvm_s390_pv_dump_stor_state(kvm, result_buff, &dmp.gaddr, dmp.buff_len, in kvm_s390_pv_dmp() 2597 if (dmp.buff_len < uv_info.conf_dump_finalize_len) in kvm_s390_pv_dmp() 2816 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv() local 2823 if (copy_from_user(&dmp, argp, sizeof(dmp))) in kvm_s390_handle_pv() 2826 r = kvm_s390_pv_dmp(kvm, cmd, dmp); in kvm_s390_handle_pv() 2830 if (copy_to_user(argp, &dmp, sizeof(dmp))) { in kvm_s390_handle_pv() 5503 struct kvm_s390_pv_dmp dmp; in kvm_s390_handle_pv_vcpu_dump() local [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 185 …Patch.prototype.diffHalfMatch=function(text1,text2){var longtext,shorttext,dmp,text1A,text2B,text2… 187 dmp=this;/**/ 188 …exOf(seed,j+1))!==-1){prefixLength=dmp.diffCommonPrefix(longtext.substring(i),shorttext.substring(…
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 2635 0 = /dev/vx/dmp/* First multipath device 2636 1 = /dev/vx/dmp/* Second multipath device
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |