1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Sony CXD2880 DVB-T2/T tuner + demodulator driver
5 * integration layer common interface
7 * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
10 #ifndef CXD2880_INTEG_H
11 #define CXD2880_INTEG_H
13 #include "cxd2880_tnrdmd.h"
15 #define CXD2880_TNRDMD_WAIT_INIT_TIMEOUT 500
16 #define CXD2880_TNRDMD_WAIT_INIT_INTVL 10
18 #define CXD2880_TNRDMD_WAIT_AGC_STABLE 100
20 int cxd2880_integ_init(struct cxd2880_tnrdmd
*tnr_dmd
);
22 int cxd2880_integ_cancel(struct cxd2880_tnrdmd
*tnr_dmd
);
24 int cxd2880_integ_check_cancellation(struct cxd2880_tnrdmd