| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | xlnx,versal-net-cdx.yaml | 17 All devices on the CDX bus will have a unique streamid (for IOMMU) 19 (one to one associated with the device). The streamid and deviceid
|
| /linux/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga_overlay.h | 66 uint32 streamId; member 77 uint32 streamId; member
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_ipack.c | 45 int streamid = 0; in send_ipack() local 58 streamid = p->buf[off]; in send_ipack() 59 if ((streamid & 0xf8) == 0x80) { in send_ipack() 83 (streamid & 0xf8) == 0x80) { in send_ipack() 85 p->buf[9] = streamid; in send_ipack()
|
| /linux/drivers/gpu/host1x/hw/ |
| H A D | opcodes.h | 123 static inline u32 host1x_opcode_setstreamid(unsigned streamid) in host1x_opcode_setstreamid() argument 125 return (7 << 28) | streamid; in host1x_opcode_setstreamid()
|
| /linux/drivers/acpi/arm64/ |
| H A D | iort.c | 1235 u32 streamid) in iort_iommu_xlate() argument 1251 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode); in iort_iommu_xlate() 1263 u32 streamid; in iort_pci_iommu_init() local 1265 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 1267 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 1291 u32 streamid = 0; in iort_nc_iommu_map() local 1295 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 1300 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 1311 u32 streamid; in iort_nc_iommu_map_id() local 1313 parent = iort_node_map_id(node, *in_id, &streamid, IORT_IOMMU_TYPE); in iort_nc_iommu_map_id() [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 79 cmd->flush.streamId = stream_id; in fill_flush() 103 uint32_t streamId; in vmw_overlay_send_put() member 131 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put() 203 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
|
| /linux/drivers/perf/ |
| H A D | arm_smmuv3_pmu.c | 19 * To match a partial StreamID where the X most-significant bits must match 20 * but the Y least-significant bits might differ, STREAMID is programmed 22 * STREAMID[Y - 1] == 0. 23 * STREAMID[Y - 2:0] == 1 (where Y > 1). 24 * The remainder of implemented bits of STREAMID (X bits, from bit Y upwards) 25 * contain a value to match from the corresponding bits of event StreamID.
|
| /linux/include/sound/ |
| H A D | q6usboffload.h | 13 * @sid: streamID for iommu
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-imx6.c | 1116 * Use 1:1 map RID to streamID. Hardware can't support this in imx_pcie_add_lut_by_rid() 1117 * because the streamID is only 6 bits in imx_pcie_add_lut_by_rid() 1129 * streamID, Current hardware can't in imx_pcie_add_lut_by_rid() 1132 * 0 != NULL Get correct streamID from RID in imx_pcie_add_lut_by_rid() 1138 of_node_put(target); /* Find streamID map entry for RID in msi-map */ in imx_pcie_add_lut_by_rid() 1155 * │ LUT │ 6-bit streamID │ │ in imx_pcie_add_lut_by_rid() 1165 * streamID, so mask these 2 bits to get streamID. The in imx_pcie_add_lut_by_rid()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 789 u64 streamid; in migration_store() local 792 rc = kstrtou64(buf, 0, &streamid); in migration_store() 796 rc = pseries_migrate_partition(streamid); in migration_store()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 426 atomic_t stream_count; /* monotonic counter for streamID's */
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | submit.c | 593 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
|
| /linux/sound/hda/codecs/ |
| H A D | ca0132.c | 1830 int streamid, int source_point, int dest_point) in chipio_set_control_param_no_mutex() 1833 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_control_param_no_mutex() 1844 int streamid, unsigned int channels) 1847 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() argument 1856 int streamid, int enable) 1859 CONTROL_PARAM_STREAM_ID, streamid); 1868 int streamid, unsigned int *enable) 1871 CONTROL_PARAM_STREAM_ID, streamid); 7612 * streamID's, where each entry is a starting 0x190000 port offset. 7614 * offset for the corresponding streamID 1861 chipio_set_stream_channels(struct hda_codec * codec,int streamid,unsigned int channels) chipio_set_stream_channels() argument 1873 chipio_set_stream_control(struct hda_codec * codec,int streamid,int enable) chipio_set_stream_control() argument 1885 chipio_get_stream_control(struct hda_codec * codec,int streamid,unsigned int * enable) chipio_get_stream_control() argument [all...] |
| /linux/drivers/cdx/controller/ |
| H A D | mc_cdx_pcol.h | 454 /* Requester ID used by device (SMMU StreamID, GIC ITS DeviceID) */
|
| /linux/drivers/media/pci/pt1/ |
| H A D | pt1.c | 464 printk_ratelimited(KERN_INFO "earth-pt1: data loss in streamID(adapter)[%d]\n", in pt1_filter()
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtas.c | 1911 * rtas_ibm_suspend_me assumes the streamid handle is in cpu in SYSCALL_DEFINE1()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 3484 "Aliasing StreamID 0x%x (from %s) unsupported, expect DMA to be broken\n", in arm_smmu_insert_master()
|