Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / media / dvb-frontends / cxd2880 / cxd2880_tnrdmd_mon.h
blob570360925f875f20034dc98296a1f5be3e41508c
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
7 * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
8 */
10 #ifndef CXD2880_TNRDMD_MON_H
11 #define CXD2880_TNRDMD_MON_H
13 #include "cxd2880_common.h"
14 #include "cxd2880_tnrdmd.h"
16 int cxd2880_tnrdmd_mon_rf_lvl(struct cxd2880_tnrdmd *tnr_dmd,
17 int *rf_lvl_db);
19 int cxd2880_tnrdmd_mon_rf_lvl_sub(struct cxd2880_tnrdmd *tnr_dmd,
20 int *rf_lvl_db);
22 int cxd2880_tnrdmd_mon_internal_cpu_status(struct cxd2880_tnrdmd
23 *tnr_dmd, u16 *status);
25 int cxd2880_tnrdmd_mon_internal_cpu_status_sub(struct
26 cxd2880_tnrdmd
27 *tnr_dmd,
28 u16 *status);
29 #endif