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_integ.h
blob7160225db8b9e401520937bf2532480e8d69f0c7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * cxd2880_integ.h
4 * Sony CXD2880 DVB-T2/T tuner + demodulator driver
5 * integration layer common interface
7 * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
8 */
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
25 *tnr_dmd);
27 #endif