Home
last modified time | relevance | path

Searched refs:streamid (Results 1 – 4 of 4) sorted by relevance

/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/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/arch/powerpc/platforms/pseries/
H A Dmobility.c789 u64 streamid; in migration_store() local
792 rc = kstrtou64(buf, 0, &streamid); in migration_store()
796 rc = pseries_migrate_partition(streamid); in migration_store()
/linux/sound/hda/codecs/
H A Dca0132.c1850 int streamid, int source_point, int dest_point) in chipio_set_stream_channels()
1853 CONTROL_PARAM_STREAM_ID, streamid);
1864 int streamid, unsigned int channels)
1867 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control()
1876 int streamid, int enable)
1879 CONTROL_PARAM_STREAM_ID, streamid);
1888 int streamid, unsigned int *enable)
1891 CONTROL_PARAM_STREAM_ID, streamid);
1830 chipio_set_stream_source_dest(struct hda_codec * codec,int streamid,int source_point,int dest_point) chipio_set_stream_source_dest() argument
1844 chipio_set_stream_channels(struct hda_codec * codec,int streamid,unsigned int channels) chipio_set_stream_channels() argument
1856 chipio_set_stream_control(struct hda_codec * codec,int streamid,int enable) chipio_set_stream_control() argument
1868 chipio_get_stream_control(struct hda_codec * codec,int streamid,unsigned int * enable) chipio_get_stream_control() argument