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