Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * cxd2880_tnrdmd_mon.h
0004  * Sony CXD2880 DVB-T2/T tuner + demodulator driver
0005  * common monitor interface
0006  *
0007  * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
0008  */
0009 
0010 #ifndef CXD2880_TNRDMD_MON_H
0011 #define CXD2880_TNRDMD_MON_H
0012 
0013 #include "cxd2880_common.h"
0014 #include "cxd2880_tnrdmd.h"
0015 
0016 int cxd2880_tnrdmd_mon_rf_lvl(struct cxd2880_tnrdmd *tnr_dmd,
0017                   int *rf_lvl_db);
0018 
0019 int cxd2880_tnrdmd_mon_rf_lvl_sub(struct cxd2880_tnrdmd *tnr_dmd,
0020                   int *rf_lvl_db);
0021 
0022 int cxd2880_tnrdmd_mon_internal_cpu_status(struct cxd2880_tnrdmd
0023                        *tnr_dmd, u16 *status);
0024 
0025 int cxd2880_tnrdmd_mon_internal_cpu_status_sub(struct
0026                            cxd2880_tnrdmd
0027                            *tnr_dmd,
0028                            u16 *status);
0029 #endif