Searched refs:streamid (Results 1 – 5 of 5) sorted by relevance
| /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/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/acpi/arm64/ |
| H A D | iort.c | 1356 u32 streamid) in iort_iommu_xlate() argument 1372 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode); in iort_iommu_xlate() 1384 u32 streamid; in iort_pci_iommu_init() local 1386 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 1388 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 1412 u32 streamid = 0; in iort_nc_iommu_map() local 1416 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 1421 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 1432 u32 streamid; in iort_nc_iommu_map_id() local 1434 parent = iort_node_map_id(node, *in_id, &streamid, IORT_IOMMU_TYPE); in iort_nc_iommu_map_id() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 789 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 D | ca0132.c | 1830 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() argument 1833 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1844 int streamid, unsigned int channels) in chipio_set_stream_channels() argument 1847 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1856 int streamid, int enable) in chipio_set_stream_control() argument 1859 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 1868 int streamid, unsigned int *enable) in chipio_get_stream_control() argument 1871 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control()
|