cam_cdm_virtual.h 570 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _CAM_CDM_VIRTUAL_H_
  6. #define _CAM_CDM_VIRTUAL_H_
  7. #include "cam_cdm_intf_api.h"
  8. int cam_virtual_cdm_probe(struct platform_device *pdev);
  9. int cam_virtual_cdm_remove(struct platform_device *pdev);
  10. int cam_cdm_util_cmd_buf_write(void __iomem **current_device_base,
  11. uint32_t *cmd_buf, uint32_t cmd_buf_size,
  12. struct cam_soc_reg_map *base_table[CAM_SOC_MAX_BLOCK],
  13. uint32_t base_array_size, uint8_t bl_tag);
  14. #endif /* _CAM_CDM_VIRTUAL_H_ */