Searched defs:amdgpu_isp (Results 1 – 1 of 1) sorted by relevance
45 struct amdgpu_isp { struct46 struct device *parent;47 struct amdgpu_device *adev;48 const struct isp_funcs *funcs;49 struct mfd_cell *isp_cell;50 struct resource *isp_res;51 struct resource *isp_i2c_res;52 struct resource *isp_gpio_res;53 struct isp_platform_data *isp_pdata;54 unsigned int harvest_config;[all …]