/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 | 1233 u32 streamid) in iort_iommu_xlate() argument 1249 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode); in iort_iommu_xlate() 1261 u32 streamid; in iort_pci_iommu_init() local 1263 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 1265 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 1289 u32 streamid = 0; in iort_nc_iommu_map() local 1293 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 1298 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 1309 u32 streamid; in iort_nc_iommu_map_id() local 1311 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/include/sound/ |
H A D | q6usboffload.h | 13 * @sid: streamID for iommu
|
/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/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/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 | 1847 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() argument 1850 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1861 int streamid, unsigned int channels) in chipio_set_stream_channels() argument 1864 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1873 int streamid, int enable) in chipio_set_stream_control() argument 1876 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 1885 int streamid, unsigned int *enable) in chipio_get_stream_control() argument 1888 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control() 7672 * streamID's, where each entry is a starting 0x190000 port offset. 7674 * offset for the corresponding streamID. [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/bus/fsl-mc/ |
H A D | fsl-mc-bus.c | 1073 * 14 of the StreamID and ORs in the ICID. Calculate it in fsl_mc_bus_probe()
|
/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/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 1636 /* Program MC streamID for DMA transfers */
|