Home
last modified time | relevance | path

Searched refs:attach_dev (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/net/phy/
H A Dmxl-gpy.c711 struct net_device *attach_dev = phydev->attached_dev; in gpy_set_wol() local
723 ((attach_dev->dev_addr[0] << 8) | in gpy_set_wol()
724 attach_dev->dev_addr[1])); in gpy_set_wol()
730 ((attach_dev->dev_addr[2] << 8) | in gpy_set_wol()
731 attach_dev->dev_addr[3])); in gpy_set_wol()
737 ((attach_dev->dev_addr[4] << 8) | in gpy_set_wol()
738 attach_dev->dev_addr[5])); in gpy_set_wol()
/linux/include/drm/
H A Ddrm_prime.h108 struct device *attach_dev);
/linux/drivers/pmdomain/renesas/
H A Drcar-sysc.c236 genpd->attach_dev = cpg_mstp_attach_dev; in rcar_sysc_pd_setup()
239 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_sysc_pd_setup()
H A Drmobile-sysc.c104 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
H A Drcar-gen4-sysc.c250 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_gen4_sysc_pd_setup()
/linux/drivers/pmdomain/arm/
H A Dscmi_perf_domain.c131 scmi_pd->genpd.attach_dev = scmi_pd_attach_dev; in scmi_perf_domain_probe()
/linux/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c274 pd->gpd.attach_dev = zynqmp_gpd_attach_dev; in zynqmp_gpd_probe()
/linux/drivers/accel/ivpu/
H A Divpu_gem.c185 struct device *attach_dev = dev->dev; in ivpu_gem_prime_import() local
191 attach = dma_buf_attach(dma_buf, attach_dev); in ivpu_gem_prime_import()
/linux/drivers/iommu/intel/
H A Dnested.c195 .attach_dev = intel_nested_attach_dev,
/linux/drivers/iommu/
H A Ds390-iommu.c1140 .attach_dev = s390_attach_dev_identity,
1151 .attach_dev = blocking_domain_attach_device,
1164 .attach_dev = s390_iommu_attach_device, \
H A Dmtk_iommu_v1.c341 .attach_dev = mtk_iommu_v1_identity_attach,
585 .attach_dev = mtk_iommu_v1_attach_device,
H A Dmsm_iommu.c477 .attach_dev = msm_iommu_identity_attach,
697 .attach_dev = msm_iommu_attach_dev,
H A Dapple-dart.c699 .attach_dev = apple_dart_attach_dev_identity,
720 .attach_dev = apple_dart_attach_dev_blocked,
996 .attach_dev = apple_dart_attach_dev_paging,
H A Dipmmu-vmsa.c661 .attach_dev = ipmmu_iommu_identity_attach,
888 .attach_dev = ipmmu_attach_device,
H A Dsprd-iommu.c417 .attach_dev = sprd_iommu_attach_device,
H A Dtegra-smmu.c551 .attach_dev = tegra_smmu_identity_attach,
1008 .attach_dev = tegra_smmu_attach_dev,
H A Dvirtio-iommu.c812 .attach_dev = viommu_attach_identity_domain,
1100 .attach_dev = viommu_attach_dev,
/linux/drivers/clk/renesas/
H A Dclk-mstp.c323 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
/linux/drivers/gpu/drm/
H A Ddrm_prime.c961 * @attach_dev: struct device to dma_buf attach
973 struct device *attach_dev) in drm_gem_prime_import_dev() argument
993 attach = dma_buf_attach(dma_buf, attach_dev); in drm_gem_prime_import_dev()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c420 .attach_dev = qcom_iommu_identity_attach,
601 .attach_dev = qcom_iommu_attach_dev,
/linux/drivers/iommu/riscv/
H A Diommu.c1348 .attach_dev = riscv_iommu_attach_paging_domain,
1443 .attach_dev = riscv_iommu_attach_blocking_domain,
1463 .attach_dev = riscv_iommu_attach_identity_domain,
/linux/include/linux/
H A Dpm_domain.h221 int (*attach_dev)(struct generic_pm_domain *domain, member
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-iommufd.c189 .attach_dev = arm_smmu_attach_dev_nested,
/linux/arch/powerpc/kernel/
H A Diommu.c1182 .attach_dev = spapr_tce_platform_iommu_attach_dev,
1210 .attach_dev = spapr_tce_blocked_iommu_attach_dev,
/linux/drivers/clk/davinci/
H A Dpsc.c285 lpsc->pm_domain.attach_dev = davinci_psc_genpd_attach_dev; in davinci_lpsc_clk_register()

12