cam_cx_ipeak.h 466 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _CAM_CX_IPEAK_H_
  6. #define _CAM_CX_IPEAK_H_
  7. #include "cam_soc_util.h"
  8. int cam_cx_ipeak_register_cx_ipeak(struct cam_hw_soc_info *soc_info);
  9. int cam_cx_ipeak_update_vote_cx_ipeak(struct cam_hw_soc_info *soc_info,
  10. int32_t apply_level);
  11. int cam_cx_ipeak_unvote_cx_ipeak(struct cam_hw_soc_info *soc_info);
  12. #endif /* _CAM_CX_IPEAK_H_ */