/linux/drivers/net/phy/ |
H A D | mxl-gpy.c | 711 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 D | drm_prime.h | 108 struct device *attach_dev);
|
/linux/drivers/pmdomain/renesas/ |
H A D | rcar-sysc.c | 236 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 D | rmobile-sysc.c | 104 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
|
H A D | rcar-gen4-sysc.c | 250 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_gen4_sysc_pd_setup()
|
/linux/drivers/pmdomain/arm/ |
H A D | scmi_perf_domain.c | 131 scmi_pd->genpd.attach_dev = scmi_pd_attach_dev; in scmi_perf_domain_probe()
|
/linux/drivers/pmdomain/xilinx/ |
H A D | zynqmp-pm-domains.c | 274 pd->gpd.attach_dev = zynqmp_gpd_attach_dev; in zynqmp_gpd_probe()
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_gem.c | 185 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 D | nested.c | 195 .attach_dev = intel_nested_attach_dev,
|
/linux/drivers/iommu/ |
H A D | s390-iommu.c | 1140 .attach_dev = s390_attach_dev_identity, 1151 .attach_dev = blocking_domain_attach_device, 1164 .attach_dev = s390_iommu_attach_device, \
|
H A D | mtk_iommu_v1.c | 341 .attach_dev = mtk_iommu_v1_identity_attach, 585 .attach_dev = mtk_iommu_v1_attach_device,
|
H A D | msm_iommu.c | 477 .attach_dev = msm_iommu_identity_attach, 697 .attach_dev = msm_iommu_attach_dev,
|
H A D | apple-dart.c | 699 .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 D | ipmmu-vmsa.c | 661 .attach_dev = ipmmu_iommu_identity_attach, 888 .attach_dev = ipmmu_attach_device,
|
H A D | sprd-iommu.c | 417 .attach_dev = sprd_iommu_attach_device,
|
H A D | tegra-smmu.c | 551 .attach_dev = tegra_smmu_identity_attach, 1008 .attach_dev = tegra_smmu_attach_dev,
|
H A D | virtio-iommu.c | 812 .attach_dev = viommu_attach_identity_domain, 1100 .attach_dev = viommu_attach_dev,
|
/linux/drivers/clk/renesas/ |
H A D | clk-mstp.c | 323 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
|
/linux/drivers/gpu/drm/ |
H A D | drm_prime.c | 961 * @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 D | qcom_iommu.c | 420 .attach_dev = qcom_iommu_identity_attach, 601 .attach_dev = qcom_iommu_attach_dev,
|
/linux/drivers/iommu/riscv/ |
H A D | iommu.c | 1348 .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 D | pm_domain.h | 221 int (*attach_dev)(struct generic_pm_domain *domain, member
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3-iommufd.c | 189 .attach_dev = arm_smmu_attach_dev_nested,
|
/linux/arch/powerpc/kernel/ |
H A D | iommu.c | 1182 .attach_dev = spapr_tce_platform_iommu_attach_dev, 1210 .attach_dev = spapr_tce_blocked_iommu_attach_dev,
|
/linux/drivers/clk/davinci/ |
H A D | psc.c | 285 lpsc->pm_domain.attach_dev = davinci_psc_genpd_attach_dev; in davinci_lpsc_clk_register()
|