xref: /kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/cxd2880_dtv.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * cxd2880_dtv.h
48c2ecf20Sopenharmony_ci * Sony CXD2880 DVB-T2/T tuner + demodulator driver
58c2ecf20Sopenharmony_ci * DTV related definitions
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef CXD2880_DTV_H
118c2ecf20Sopenharmony_ci#define CXD2880_DTV_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cienum cxd2880_dtv_sys {
148c2ecf20Sopenharmony_ci	CXD2880_DTV_SYS_UNKNOWN,
158c2ecf20Sopenharmony_ci	CXD2880_DTV_SYS_DVBT,
168c2ecf20Sopenharmony_ci	CXD2880_DTV_SYS_DVBT2,
178c2ecf20Sopenharmony_ci	CXD2880_DTV_SYS_ANY
188c2ecf20Sopenharmony_ci};
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_cienum cxd2880_dtv_bandwidth {
218c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_UNKNOWN = 0,
228c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_1_7_MHZ = 1,
238c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_5_MHZ = 5,
248c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_6_MHZ = 6,
258c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_7_MHZ = 7,
268c2ecf20Sopenharmony_ci	CXD2880_DTV_BW_8_MHZ = 8
278c2ecf20Sopenharmony_ci};
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#endif
30

Indexes created Thu Nov 07 10:32:03 CST 2024