/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/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/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/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/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 786 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/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/pci/hda/ |
H A D | patch_ca0132.c | 1847 int streamid, int source_point, int dest_point) 1850 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1861 int streamid, unsigned int channels) in chipio_set_stream_control() argument 1864 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 1873 int streamid, int enable) in chipio_get_stream_control() argument 1876 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control() 1885 int streamid, unsigned int *enable) in chipio_set_conn_rate_no_mutex() 1888 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_conn_rate_no_mutex() 7672 * streamID's, where each entry is a starting 0x190000 port offset. 7674 * offset for the corresponding streamID 1835 chipio_set_stream_source_dest(struct hda_codec * codec,int streamid,int source_point,int dest_point) chipio_set_stream_source_dest() argument 1849 chipio_set_stream_channels(struct hda_codec * codec,int streamid,unsigned int channels) chipio_set_stream_channels() 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/bus/fsl-mc/ |
H A D | fsl-mc-bus.c | 1071 * 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 */
|