Home
last modified time | relevance | path

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

/linux/drivers/staging/media/av7110/
H A 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/Documentation/devicetree/bindings/bus/
H A 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/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_overlay.h66 uint32 streamId; member
77 uint32 streamId; member
/linux/drivers/gpu/host1x/hw/
H A 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/drivers/gpu/drm/vmwgfx/
H A 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/drivers/perf/
H A 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/arch/powerpc/platforms/pseries/
H A 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/drivers/crypto/bcm/
H A Dcipher.h426 atomic_t stream_count; /* monotonic counter for streamID's */
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c593 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
/linux/sound/pci/hda/
H A Dpatch_ca0132.c1847 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 Dmc_cdx_pcol.h454 /* Requester ID used by device (SMMU StreamID, GIC ITS DeviceID) */
/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c1071 * 14 of the StreamID and ORs in the ICID. Calculate it in fsl_mc_bus_probe()
/linux/drivers/media/pci/pt1/
H A Dpt1.c464 printk_ratelimited(KERN_INFO "earth-pt1: data loss in streamID(adapter)[%d]\n", in pt1_filter()
/linux/drivers/mmc/host/
H A Dsdhci-tegra.c1636 /* Program MC streamID for DMA transfers */