/kernel/linux/linux-5.10/drivers/acpi/arm64/ |
H A D | iort.c | 903 static int arm_smmu_iort_xlate(struct device *dev, u32 streamid, in arm_smmu_iort_xlate() argument 910 ret = iommu_fwspec_add_ids(dev, &streamid, 1); in arm_smmu_iort_xlate() 924 u32 streamid) in iort_iommu_xlate() 949 return arm_smmu_iort_xlate(dev, streamid, iort_fwnode, ops); in iort_iommu_xlate() 961 u32 streamid; in iort_pci_iommu_init() local 963 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 965 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 986 u32 streamid = 0; in iort_nc_iommu_map() local 990 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 995 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 923 iort_iommu_xlate(struct device *dev, struct acpi_iort_node *node, u32 streamid) iort_iommu_xlate() argument 1006 u32 streamid; iort_nc_iommu_map_id() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_ipack.c | 50 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()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_ipack.c | 50 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 384 u64 streamid; in migration_store() local 387 rc = kstrtou64(buf, 0, &streamid); in migration_store() 392 rc = rtas_ibm_suspend_me(streamid); in migration_store()
|
/kernel/linux/linux-6.6/drivers/acpi/arm64/ |
H A D | iort.c | 1222 u32 streamid) in iort_iommu_xlate() 1247 return acpi_iommu_fwspec_init(dev, streamid, iort_fwnode, ops); in iort_iommu_xlate() 1259 u32 streamid; in iort_pci_iommu_init() local 1261 parent = iort_node_map_id(info->node, alias, &streamid, in iort_pci_iommu_init() 1263 return iort_iommu_xlate(info->dev, parent, streamid); in iort_pci_iommu_init() 1287 u32 streamid = 0; in iort_nc_iommu_map() local 1291 parent = iort_node_map_platform_id(node, &streamid, in iort_nc_iommu_map() 1296 err = iort_iommu_xlate(dev, parent, streamid); in iort_nc_iommu_map() 1307 u32 streamid; in iort_nc_iommu_map_id() local 1309 parent = iort_node_map_id(node, *in_id, &streamid, IORT_IOMMU_TYP in iort_nc_iommu_map_id() 1221 iort_iommu_xlate(struct device *dev, struct acpi_iort_node *node, u32 streamid) iort_iommu_xlate() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 787 u64 streamid; in migration_store() local 790 rc = kstrtou64(buf, 0, &streamid); in migration_store() 794 rc = pseries_migrate_partition(streamid); in migration_store()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | core.c | 647 enum rw_hint streamid = req->write_hint; in nvme_assign_write_stream() local 649 if (streamid == WRITE_LIFE_NOT_SET || streamid == WRITE_LIFE_NONE) in nvme_assign_write_stream() 650 streamid = 0; in nvme_assign_write_stream() 652 streamid--; in nvme_assign_write_stream() 653 if (WARN_ON_ONCE(streamid > ctrl->nr_streams)) in nvme_assign_write_stream() 657 *dsmgmt |= streamid << 16; in nvme_assign_write_stream() 660 if (streamid < ARRAY_SIZE(req->q->write_hints)) in nvme_assign_write_stream() 661 req->q->write_hints[streamid] += blk_rq_bytes(req) >> 9; in nvme_assign_write_stream()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 1835 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() 1838 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1849 int streamid, unsigned int channels) in chipio_set_stream_channels() 1852 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1861 int streamid, int enable) in chipio_set_stream_control() 1864 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 1873 int streamid, unsigned int *enable) in chipio_get_stream_control() 1876 CONTROL_PARAM_STREAM_ID, streamid); in chipio_get_stream_control() 1834 chipio_set_stream_source_dest(struct hda_codec *codec, int streamid, int source_point, int dest_point) chipio_set_stream_source_dest() argument 1848 chipio_set_stream_channels(struct hda_codec *codec, int streamid, unsigned int channels) chipio_set_stream_channels() argument 1860 chipio_set_stream_control(struct hda_codec *codec, int streamid, int enable) chipio_set_stream_control() argument 1872 chipio_get_stream_control(struct hda_codec *codec, int streamid, unsigned int *enable) chipio_get_stream_control() argument
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 1801 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() 1804 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1815 int streamid, unsigned int channels) in chipio_set_stream_channels() 1818 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1827 int streamid, int enable) in chipio_set_stream_control() 1830 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control() 1800 chipio_set_stream_source_dest(struct hda_codec *codec, int streamid, int source_point, int dest_point) chipio_set_stream_source_dest() argument 1814 chipio_set_stream_channels(struct hda_codec *codec, int streamid, unsigned int channels) chipio_set_stream_channels() argument 1826 chipio_set_stream_control(struct hda_codec *codec, int streamid, int enable) chipio_set_stream_control() argument
|