Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/staging/media/deprecated/saa7146/av7110/
Dav7110_ipack.c50 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()
/linux-6.1.9/drivers/acpi/arm64/
Diort.c1216 u32 streamid) in iort_iommu_xlate() argument
1241 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode, ops); in iort_iommu_xlate()
1253 u32 streamid; in iort_pci_iommu_init() local
1255 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init()
1257 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init()
1281 u32 streamid = 0; in iort_nc_iommu_map() local
1285 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map()
1290 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map()
1301 u32 streamid; in iort_nc_iommu_map_id() local
1303 parent = iort_node_map_id(node, *in_id, &streamid, IORT_IOMMU_TYPE); in iort_nc_iommu_map_id()
[all …]
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dmobility.c791 u64 streamid; in migration_store() local
794 rc = kstrtou64(buf, 0, &streamid); in migration_store()
798 rc = pseries_migrate_partition(streamid); in migration_store()
/linux-6.1.9/sound/pci/hda/
Dpatch_ca0132.c1834 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() argument
1837 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest()
1848 int streamid, unsigned int channels) in chipio_set_stream_channels() argument
1851 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels()
1860 int streamid, int enable) in chipio_set_stream_control() argument
1863 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control()
1872 int streamid, unsigned int *enable) in chipio_get_stream_control() argument
1875 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control()