Searched refs:dmp (Results 1 – 8 of 8) sorted by relevance
| /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";
|
| /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";
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 2816 struct lpfc_dmabufext *dmp; in diag_cmd_data_alloc() local 2830 dmp = kmalloc_obj(struct lpfc_dmabufext); in diag_cmd_data_alloc() 2831 if (!dmp) in diag_cmd_data_alloc() 2834 INIT_LIST_HEAD(&dmp->dma.list); in diag_cmd_data_alloc() 2838 list_add_tail(&dmp->dma.list, &mlist->dma.list); in diag_cmd_data_alloc() 2840 mlist = dmp; in diag_cmd_data_alloc() 2843 dmp->dma.virt = dma_alloc_coherent(&pcidev->dev, in diag_cmd_data_alloc() 2845 &(dmp->dma.phys), in diag_cmd_data_alloc() 2848 if (!dmp->dma.virt) in diag_cmd_data_alloc() 2851 dmp->size = cnt; in diag_cmd_data_alloc() [all …]
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm-ns.dtsi | 400 usb3-dmp-syscon = <&usb3_dmp>;
|
| H A D | bcm-nsp.dtsi | 391 usb3-dmp-syscon = <&usb3_dmp>;
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1465 * Replace mlist->dma.list = dmp->dma.list; to mlist = dmp.
|