Home
last modified time | relevance | path

Searched full:streamid (Results 1 – 18 of 18) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/vmwgfx/device_include/
Dsvga_overlay.h66 uint32 streamId; member
77 uint32 streamId; member
/linux-6.14.4/Documentation/devicetree/bindings/bus/
Dxlnx,versal-net-cdx.yaml17 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-6.14.4/drivers/staging/media/av7110/
Dav7110_ipack.c45 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-6.14.4/drivers/gpu/host1x/hw/
Dopcodes.h123 static inline u32 host1x_opcode_setstreamid(unsigned streamid) in host1x_opcode_setstreamid() argument
125 return (7 << 28) | streamid; in host1x_opcode_setstreamid()
/linux-6.14.4/drivers/acpi/arm64/
Diort.c1233 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-6.14.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c79 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-6.14.4/drivers/perf/
Darm_smmuv3_pmu.c19 * 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-6.14.4/drivers/accel/ivpu/
Divpu_mmu.c245 return "Transaction StreamID out of range"; in ivpu_mmu_event_to_str()
251 return "Address Request disallowed for a StreamID"; in ivpu_mmu_event_to_str()
255 return "MMU bypass is disallowed for this StreamID"; in ivpu_mmu_event_to_str()
257 return "Invalid StreamID"; in ivpu_mmu_event_to_str()
/linux-6.14.4/drivers/pci/controller/dwc/
Dpci-imx6.c1051 * Use 1:1 map RID to streamID. Hardware can't support this in imx_pcie_enable_device()
1052 * because the streamID is only 6 bits in imx_pcie_enable_device()
1064 * streamID, Current hardware can't in imx_pcie_enable_device()
1067 * 0 != NULL Get correct streamID from RID in imx_pcie_enable_device()
1073 of_node_put(target); /* Find streamID map entry for RID in msi-map */ in imx_pcie_enable_device()
1090 * │ LUT │ 6-bit streamID │ │ in imx_pcie_enable_device()
1100 * streamID, so mask these 2 bits to get streamID. The in imx_pcie_enable_device()
/linux-6.14.4/arch/powerpc/platforms/pseries/
Dmobility.c786 u64 streamid; in migration_store() local
789 rc = kstrtou64(buf, 0, &streamid); in migration_store()
793 rc = pseries_migrate_partition(streamid); in migration_store()
/linux-6.14.4/drivers/crypto/bcm/
Dcipher.h426 atomic_t stream_count; /* monotonic counter for streamID's */
/linux-6.14.4/drivers/gpu/drm/tegra/
Dsubmit.c593 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
/linux-6.14.4/sound/pci/hda/
Dpatch_ca0132.c1847 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-6.14.4/drivers/cdx/controller/
Dmc_cdx_pcol.h454 /* Requester ID used by device (SMMU StreamID, GIC ITS DeviceID) */
/linux-6.14.4/drivers/bus/fsl-mc/
Dfsl-mc-bus.c1071 * 14 of the StreamID and ORs in the ICID. Calculate it in fsl_mc_bus_probe()
/linux-6.14.4/drivers/media/pci/pt1/
Dpt1.c464 printk_ratelimited(KERN_INFO "earth-pt1: data loss in streamID(adapter)[%d]\n", in pt1_filter()
/linux-6.14.4/drivers/mmc/host/
Dsdhci-tegra.c1636 /* Program MC streamID for DMA transfers */
/linux-6.14.4/arch/powerpc/kernel/
Drtas.c1947 * rtas_ibm_suspend_me assumes the streamid handle is in cpu in SYSCALL_DEFINE1()