Searched refs:streamid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/acpi/arm64/ |
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() argument 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() [all …]
|
/Linux-v5.10/drivers/media/pci/ttpci/ |
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()
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | mobility.c | 365 u64 streamid; in migration_store() local 368 rc = kstrtou64(buf, 0, &streamid); in migration_store() 373 rc = rtas_ibm_suspend_me(streamid); in migration_store()
|
/Linux-v5.10/drivers/nvme/host/ |
D | core.c | 629 enum rw_hint streamid = req->write_hint; in nvme_assign_write_stream() local 631 if (streamid == WRITE_LIFE_NOT_SET || streamid == WRITE_LIFE_NONE) in nvme_assign_write_stream() 632 streamid = 0; in nvme_assign_write_stream() 634 streamid--; in nvme_assign_write_stream() 635 if (WARN_ON_ONCE(streamid > ctrl->nr_streams)) in nvme_assign_write_stream() 639 *dsmgmt |= streamid << 16; in nvme_assign_write_stream() 642 if (streamid < ARRAY_SIZE(req->q->write_hints)) in nvme_assign_write_stream() 643 req->q->write_hints[streamid] += blk_rq_bytes(req) >> 9; in nvme_assign_write_stream()
|
/Linux-v5.10/sound/pci/hda/ |
D | patch_ca0132.c | 1798 int streamid, int source_point, int dest_point) in chipio_set_stream_source_dest() argument 1801 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_source_dest() 1812 int streamid, unsigned int channels) in chipio_set_stream_channels() argument 1815 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_channels() 1824 int streamid, int enable) in chipio_set_stream_control() argument 1827 CONTROL_PARAM_STREAM_ID, streamid); in chipio_set_stream_control()
|