Home
last modified time | relevance | path

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

12

/drivers/net/phy/
Dmxl-gpy.c386 struct net_device *attach_dev = phydev->attached_dev; in gpy_set_wol() local
397 ((attach_dev->dev_addr[0] << 8) | in gpy_set_wol()
398 attach_dev->dev_addr[1])); in gpy_set_wol()
404 ((attach_dev->dev_addr[2] << 8) | in gpy_set_wol()
405 attach_dev->dev_addr[3])); in gpy_set_wol()
411 ((attach_dev->dev_addr[4] << 8) | in gpy_set_wol()
412 attach_dev->dev_addr[5])); in gpy_set_wol()
/drivers/soc/renesas/
Drcar-sysc.c238 genpd->attach_dev = cpg_mstp_attach_dev; in rcar_sysc_pd_setup()
241 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_sysc_pd_setup()
Drmobile-sysc.c115 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
Dr8a779a0-sysc.c329 genpd->attach_dev = cpg_mssr_attach_dev; in r8a779a0_sysc_pd_setup()
/drivers/soc/xilinx/
Dzynqmp_pm_domains.c279 pd->gpd.attach_dev = zynqmp_gpd_attach_dev; in zynqmp_gpd_probe()
/drivers/gpu/drm/
Ddrm_prime.c912 struct device *attach_dev) in drm_gem_prime_import_dev() argument
934 attach = dma_buf_attach(dma_buf, attach_dev); in drm_gem_prime_import_dev()
/drivers/clk/renesas/
Dclk-mstp.c337 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
Drzg2l-cpg.c659 genpd->attach_dev = rzg2l_cpg_attach_dev; in rzg2l_cpg_add_clk_domain()
Drenesas-cpg-mssr.c575 genpd->attach_dev = cpg_mssr_attach_dev; in cpg_mssr_add_clk_domain()
Dr9a06g032-clocks.c425 pd->attach_dev = r9a06g032_attach_dev; in r9a06g032_add_clk_domain()
/drivers/iommu/
Dtegra-gart.c282 .attach_dev = gart_iommu_attach_dev,
Ds390-iommu.c367 .attach_dev = s390_iommu_attach_device,
Dfsl_pamu_domain.c457 .attach_dev = fsl_pamu_attach_device,
Dsprd-iommu.c436 .attach_dev = sprd_iommu_attach_device,
Dmtk_iommu_v1.c561 .attach_dev = mtk_iommu_attach_device,
Dapple-dart.c746 .attach_dev = apple_dart_attach_dev,
Dsun50i-iommu.c763 .attach_dev = sun50i_iommu_attach_device,
Dmsm_iommu.c681 .attach_dev = msm_iommu_attach_dev,
Dipmmu-vmsa.c868 .attach_dev = ipmmu_attach_device,
Dvirtio-iommu.c938 .attach_dev = viommu_attach_dev,
Diommu.c2010 if (unlikely(domain->ops->attach_dev == NULL)) in __iommu_attach_device()
2013 ret = domain->ops->attach_dev(domain, dev); in __iommu_attach_device()
/drivers/clk/davinci/
Dpsc.c281 lpsc->pm_domain.attach_dev = davinci_psc_genpd_attach_dev; in davinci_lpsc_clk_register()
/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c601 .attach_dev = qcom_iommu_attach_dev,
/drivers/soc/ti/
Domap_prm.c709 prmd->pd.attach_dev = omap_prm_domain_attach_dev; in omap_prm_domain_init()
/drivers/base/power/
Ddomain.c1605 ret = genpd->attach_dev ? genpd->attach_dev(genpd, dev) : 0; in genpd_add_device()

12