Lines Matching refs:ispgpd
67 struct amdgpu_isp *isp = container_of(genpd, struct amdgpu_isp, ispgpd); in isp_poweroff()
75 struct amdgpu_isp *isp = container_of(genpd, struct amdgpu_isp, ispgpd); in isp_poweron()
84 struct amdgpu_isp *isp = container_of(genpd, struct amdgpu_isp, ispgpd); in isp_set_performance_state()
122 struct amdgpu_isp *isp = container_of(gpd, struct amdgpu_isp, ispgpd); in isp_genpd_add_device()
155 struct amdgpu_isp *isp = container_of(gpd, struct amdgpu_isp, ispgpd); in isp_genpd_remove_device()
210 isp->ispgpd.name = "ISP_v_4_1_1"; in isp_v4_1_1_hw_init()
211 isp->ispgpd.power_off = isp_poweroff; in isp_v4_1_1_hw_init()
212 isp->ispgpd.power_on = isp_poweron; in isp_v4_1_1_hw_init()
213 isp->ispgpd.set_performance_state = isp_set_performance_state; in isp_v4_1_1_hw_init()
215 r = pm_genpd_init(&isp->ispgpd, NULL, true); in isp_v4_1_1_hw_init()
325 r = device_for_each_child(isp->parent, &isp->ispgpd, in isp_v4_1_1_hw_init()