| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga_overlay.h | 66 uint32 streamId; member 77 uint32 streamId; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
| D | av7110_ipack.c | 50 int streamid = 0; in send_ipack() local 63 streamid = p->buf[off]; in send_ipack() 64 if ((streamid & 0xf8) == 0x80) { in send_ipack() 88 && (streamid & 0xf8) == 0x80) { in send_ipack() 90 p->buf[9] = streamid; in send_ipack()
|
| /kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
| D | av7110_ipack.c | 50 int streamid = 0; in send_ipack() local 63 streamid = p->buf[off]; in send_ipack() 64 if ((streamid & 0xf8) == 0x80) { in send_ipack() 88 && (streamid & 0xf8) == 0x80) { in send_ipack() 90 p->buf[9] = streamid; in send_ipack()
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/acpi/arm64/ |
| D | iort.c | 903 static int arm_smmu_iort_xlate(struct device *dev, u32 streamid, in arm_smmu_iort_xlate() argument 910 ret = iommu_fwspec_add_ids(dev, &streamid, 1); in arm_smmu_iort_xlate() 924 u32 streamid) in iort_iommu_xlate() argument 949 return arm_smmu_iort_xlate(dev, streamid, iort_fwnode, ops); in iort_iommu_xlate() 961 u32 streamid; in iort_pci_iommu_init() local 963 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 965 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 986 u32 streamid = 0; in iort_nc_iommu_map() local 990 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 995 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga_overlay.h | 69 uint32 streamId; member 82 uint32 streamId; member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | mobility.c | 384 u64 streamid; in migration_store() local 387 rc = kstrtou64(buf, 0, &streamid); in migration_store() 392 rc = rtas_ibm_suspend_me(streamid); in migration_store()
|
| /kernel/linux/linux-5.10/drivers/perf/ |
| 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.
|
| /kernel/linux/linux-6.6/drivers/acpi/arm64/ |
| D | iort.c | 1222 u32 streamid) in iort_iommu_xlate() argument 1247 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode, ops); in iort_iommu_xlate() 1259 u32 streamid; in iort_pci_iommu_init() local 1261 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 1263 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 1287 u32 streamid = 0; in iort_nc_iommu_map() local 1291 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 1296 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 1307 u32 streamid; in iort_nc_iommu_map_id() local 1309 parent = iort_node_map_id(node, *in_id, &streamid, IORT_IOMMU_TYPE); in iort_nc_iommu_map_id() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_overlay.c | 85 cmd->flush.streamId = stream_id; in fill_flush() 109 uint32_t streamId; in vmw_overlay_send_put() member 137 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put() 209 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
|
| /kernel/linux/linux-6.6/drivers/perf/ |
| 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.
|
| /kernel/linux/linux-6.6/drivers/accel/ivpu/ |
| D | ivpu_mmu.c | 203 return "Transaction StreamID out of range"; in ivpu_mmu_event_to_str() 209 return "Address Request disallowed for a StreamID"; in ivpu_mmu_event_to_str() 213 return "MMU bypass is disallowed for this StreamID"; in ivpu_mmu_event_to_str() 215 return "Invalid StreamID"; in ivpu_mmu_event_to_str()
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
| D | mobility.c | 787 u64 streamid; in migration_store() local 790 rc = kstrtou64(buf, 0, &streamid); in migration_store() 794 rc = pseries_migrate_partition(streamid); in migration_store()
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | core.c | 647 enum rw_hint streamid = req->write_hint; in nvme_assign_write_stream() local 649 if (streamid == WRITE_LIFE_NOT_SET || streamid == WRITE_LIFE_NONE) in nvme_assign_write_stream() 650 streamid = 0; in nvme_assign_write_stream() 652 streamid--; in nvme_assign_write_stream() 653 if (WARN_ON_ONCE(streamid > ctrl->nr_streams)) in nvme_assign_write_stream() 657 *dsmgmt |= streamid << 16; in nvme_assign_write_stream() 660 if (streamid < ARRAY_SIZE(req->q->write_hints)) in nvme_assign_write_stream() 661 req->q->write_hints[streamid] += blk_rq_bytes(req) >> 9; in nvme_assign_write_stream()
|
| /kernel/linux/linux-6.6/drivers/crypto/bcm/ |
| D | cipher.h | 426 atomic_t stream_count; /* monotonic counter for streamID's */
|
| /kernel/linux/linux-5.10/drivers/crypto/bcm/ |
| D | cipher.h | 428 atomic_t stream_count; /* monotonic counter for streamID's */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
| D | submit.c | 593 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
|
| /kernel/linux/linux-6.6/drivers/cdx/controller/ |
| D | mc_cdx_pcol.h | 454 /* Requester ID used by device (SMMU StreamID, GIC ITS DeviceID) */
|
| /kernel/linux/linux-6.6/sound/pci/hda/ |
| D | patch_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() 7673 * streamID's, where each entry is a starting 0x190000 port offset. 7675 * offset for the corresponding streamID. [all …]
|
| /kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
| D | fsl-mc-bus.c | 999 * the StreamID and ORs in the ICID. Calculate it accordingly. in fsl_mc_bus_probe()
|
| /kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
| D | fsl-mc-bus.c | 1072 * 14 of the StreamID and ORs in the ICID. Calculate it in fsl_mc_bus_probe()
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | patch_ca0132.c | 1801 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() argument 1804 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1815 int streamid, unsigned int channels) in chipio_set_stream_channels() argument 1818 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1827 int streamid, int enable) in chipio_set_stream_control() argument 1830 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 7974 * believe is 'node to streamID'. It seems to be a way to assign a in ae7_post_dsp_asi_setup_ports()
|
| /kernel/linux/linux-6.6/drivers/media/pci/pt1/ |
| D | pt1.c | 464 printk_ratelimited(KERN_INFO "earth-pt1: data loss in streamID(adapter)[%d]\n", in pt1_filter()
|