aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-28 09:31:23 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-11 18:20:41 +0200
commit1a16d54539785d48db4fa44c16738bfb1c624e6f (patch)
tree6955280b247bccdb6cf0ca575b9a9a42ef0bbb7c /drivers/staging/media/atomisp/pci/atomisp_compat_css20.h
parentmedia: atomisp: avoid an extra memset() when alloc memory (diff)
downloadwireguard-linux-1a16d54539785d48db4fa44c16738bfb1c624e6f.tar.xz
wireguard-linux-1a16d54539785d48db4fa44c16738bfb1c624e6f.zip
media: atomisp: remove some trivial wrappers from compat css20
There are tons of code inside atomisp_compat_css20.c, but several of them are just trivial wrappers to other functions. Getting rid of all of them will take some time, but let's start getting rid of some of the trivial ones. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp_compat_css20.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_compat_css20.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h b/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h
index ba8e6aed12de..e8b330dacba9 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_compat_css20.h
@@ -155,17 +155,11 @@ void atomisp_css_set_b_gamma_table(struct atomisp_sub_device *asd,
void atomisp_css_set_anr_thres(struct atomisp_sub_device *asd,
struct ia_css_anr_thres *anr_thres);
-int atomisp_css_check_firmware_version(struct atomisp_device *isp);
-
int atomisp_css_load_firmware(struct atomisp_device *isp);
-void atomisp_css_unload_firmware(struct atomisp_device *isp);
-
void atomisp_css_set_dvs_6axis(struct atomisp_sub_device *asd,
struct ia_css_dvs_6axis_config *dvs_6axis);
-unsigned int atomisp_css_debug_get_dtrace_level(void);
-
int atomisp_css_debug_dump_isp_binary(void);
int atomisp_css_dump_sp_raw_copy_linecount(bool reduced);