Searched refs:attach_dev (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/include/drm/
H A Ddrm_prime.h102 struct device *attach_dev);
/linux-master/drivers/net/phy/
H A Dmxl-gpy.c680 struct net_device *attach_dev = phydev->attached_dev; local
691 ((attach_dev->dev_addr[0] << 8) |
692 attach_dev->dev_addr[1]));
698 ((attach_dev->dev_addr[2] << 8) |
699 attach_dev->dev_addr[3]));
705 ((attach_dev->dev_addr[4] << 8) |
706 attach_dev->dev_addr[5]));
/linux-master/drivers/pmdomain/arm/
H A Dscmi_perf_domain.c130 scmi_pd->genpd.attach_dev = scmi_pd_attach_dev;
/linux-master/drivers/iommu/
H A Dfsl_pamu_domain.c344 .attach_dev = fsl_pamu_platform_attach,
439 .attach_dev = fsl_pamu_attach_device,
H A Dapple-dart.c696 .attach_dev = apple_dart_attach_dev_identity,
717 .attach_dev = apple_dart_attach_dev_blocked,
992 .attach_dev = apple_dart_attach_dev_paging,
H A Dsprd-iommu.c416 .attach_dev = sprd_iommu_attach_device,
H A Dipmmu-vmsa.c660 .attach_dev = ipmmu_iommu_identity_attach,
889 .attach_dev = ipmmu_attach_device,
H A Dtegra-smmu.c536 .attach_dev = tegra_smmu_identity_attach,
1001 .attach_dev = tegra_smmu_attach_dev,
H A Dmsm_iommu.c477 .attach_dev = msm_iommu_identity_attach,
698 .attach_dev = msm_iommu_attach_dev,
H A Dsun50i-iommu.c778 .attach_dev = sun50i_iommu_identity_attach,
840 .attach_dev = sun50i_iommu_attach_device,
H A Dmtk_iommu_v1.c329 .attach_dev = mtk_iommu_v1_identity_attach,
591 .attach_dev = mtk_iommu_v1_attach_device,
H A Ds390-iommu.c794 .attach_dev = s390_iommu_attach_device,
H A Dexynos-iommu.c1024 .attach_dev = exynos_iommu_identity_attach,
1481 .attach_dev = exynos_iommu_attach_device,
H A Drockchip-iommu.c995 .attach_dev = rk_iommu_identity_attach,
1172 .attach_dev = rk_iommu_attach_device,
/linux-master/drivers/pmdomain/renesas/
H A Drcar-sysc.c238 genpd->attach_dev = cpg_mstp_attach_dev;
241 genpd->attach_dev = cpg_mssr_attach_dev;
H A Drmobile-sysc.c104 genpd->attach_dev = cpg_mstp_attach_dev;
H A Drcar-gen4-sysc.c250 genpd->attach_dev = cpg_mssr_attach_dev;
/linux-master/drivers/iommu/intel/
H A Dnested.c172 .attach_dev = intel_nested_attach_dev,
/linux-master/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c280 pd->gpd.attach_dev = zynqmp_gpd_attach_dev;
/linux-master/drivers/clk/renesas/
H A Dclk-mstp.c323 pd->attach_dev = cpg_mstp_attach_dev;
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c900 * @attach_dev: struct device to dma_buf attach
912 struct device *attach_dev)
934 attach = dma_buf_attach(dma_buf, attach_dev);
910 drm_gem_prime_import_dev(struct drm_device *dev, struct dma_buf *dma_buf, struct device *attach_dev) argument
/linux-master/include/linux/
H A Dpm_domain.h178 int (*attach_dev)(struct generic_pm_domain *domain, member in struct:generic_pm_domain
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c169 .attach_dev = mock_domain_nop_attach,
535 .attach_dev = mock_domain_nop_attach,
601 .attach_dev = mock_domain_nop_attach,
/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c421 .attach_dev = qcom_iommu_identity_attach,
603 .attach_dev = qcom_iommu_attach_dev,
/linux-master/drivers/clk/davinci/
H A Dpsc.c280 lpsc->pm_domain.attach_dev = davinci_psc_genpd_attach_dev;

Completed in 220 milliseconds

12