![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Sharp QM1D1C0042 8PSK tuner driver 0004 * 0005 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 0006 */ 0007 0008 #ifndef QM1D1C0042_H 0009 #define QM1D1C0042_H 0010 0011 #include <media/dvb_frontend.h> 0012 0013 0014 struct qm1d1c0042_config { 0015 struct dvb_frontend *fe; 0016 0017 u32 xtal_freq; /* [kHz] */ /* currently ignored */ 0018 bool lpf; /* enable LPF */ 0019 bool fast_srch; /* enable fast search mode, no LPF */ 0020 u32 lpf_wait; /* wait in tuning with LPF enabled. [ms] */ 0021 u32 fast_srch_wait; /* with fast-search mode, no LPF. [ms] */ 0022 u32 normal_srch_wait; /* with no LPF/fast-search mode. [ms] */ 0023 }; 0024 /* special values indicating to use the default in qm1d1c0042_config */ 0025 #define QM1D1C0042_CFG_XTAL_DFLT 0 0026 #define QM1D1C0042_CFG_WAIT_DFLT 0 0027 0028 #endif /* QM1D1C0042_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |