cxd2880_tnrdmd_mon.h 758 B

123456789101112131415161718192021222324252627282930
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * cxd2880_tnrdmd_mon.h
  4. * Sony CXD2880 DVB-T2/T tuner + demodulator driver
  5. * common monitor interface
  6. *
  7. * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
  8. */
  9. #ifndef CXD2880_TNRDMD_MON_H
  10. #define CXD2880_TNRDMD_MON_H
  11. #include "cxd2880_common.h"
  12. #include "cxd2880_tnrdmd.h"
  13. int cxd2880_tnrdmd_mon_rf_lvl(struct cxd2880_tnrdmd *tnr_dmd,
  14. int *rf_lvl_db);
  15. int cxd2880_tnrdmd_mon_rf_lvl_sub(struct cxd2880_tnrdmd *tnr_dmd,
  16. int *rf_lvl_db);
  17. int cxd2880_tnrdmd_mon_internal_cpu_status(struct cxd2880_tnrdmd
  18. *tnr_dmd, u16 *status);
  19. int cxd2880_tnrdmd_mon_internal_cpu_status_sub(struct
  20. cxd2880_tnrdmd
  21. *tnr_dmd,
  22. u16 *status);
  23. #endif