Lines Matching defs:fwspec
72 struct iommu_fwspec *fwspec;
84 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev);
86 if (!fwspec || fwspec->ops != &qcom_iommu_ops)
127 struct iommu_fwspec *fwspec = qcom_domain->fwspec;
130 for (i = 0; i < fwspec->num_ids; i++) {
131 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
146 struct iommu_fwspec *fwspec = qcom_domain->fwspec;
149 for (i = 0; i < fwspec->num_ids; i++) {
150 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
161 struct iommu_fwspec *fwspec = qcom_domain->fwspec;
166 for (i = 0; i < fwspec->num_ids; i++) {
167 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
231 struct iommu_fwspec *fwspec = dev_iommu_fwspec_get(dev);
250 qcom_domain->fwspec = fwspec;
264 for (i = 0; i < fwspec->num_ids; i++) {
265 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);