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