~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/media/dvb_frontend.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/media/dvb_frontend.h (Version linux-6.12-rc7) and /include/media/dvb_frontend.h (Version linux-6.6.60)


  1 /*                                                  1 /*
  2  * dvb_frontend.h                                   2  * dvb_frontend.h
  3  *                                                  3  *
  4  * The Digital TV Frontend kABI defines a driv      4  * The Digital TV Frontend kABI defines a driver-internal interface for
  5  * registering low-level, hardware specific dr      5  * registering low-level, hardware specific driver to a hardware independent
  6  * frontend layer.                                  6  * frontend layer.
  7  *                                                  7  *
  8  * Copyright (C) 2001 convergence integrated m      8  * Copyright (C) 2001 convergence integrated media GmbH
  9  * Copyright (C) 2004 convergence GmbH              9  * Copyright (C) 2004 convergence GmbH
 10  *                                                 10  *
 11  * Written by Ralph Metzler                        11  * Written by Ralph Metzler
 12  * Overhauled by Holger Waechtler                  12  * Overhauled by Holger Waechtler
 13  * Kernel I2C stuff by Michael Hunold <hunold@     13  * Kernel I2C stuff by Michael Hunold <hunold@convergence.de>
 14  *                                                 14  *
 15  * This program is free software; you can redi     15  * This program is free software; you can redistribute it and/or
 16  * modify it under the terms of the GNU Lesser     16  * modify it under the terms of the GNU Lesser General Public License
 17  * as published by the Free Software Foundatio     17  * as published by the Free Software Foundation; either version 2.1
 18  * of the License, or (at your option) any lat     18  * of the License, or (at your option) any later version.
 19  *                                                 19  *
 20  * This program is distributed in the hope tha     20  * This program is distributed in the hope that it will be useful,
 21  * but WITHOUT ANY WARRANTY; without even the      21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR     22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 23  * GNU General Public License for more details     23  * GNU General Public License for more details.
 24  *                                                 24  *
 25                                                    25 
 26  * You should have received a copy of the GNU      26  * You should have received a copy of the GNU Lesser General Public License
 27  * along with this program; if not, write to t     27  * along with this program; if not, write to the Free Software
 28  * Foundation, Inc., 59 Temple Place - Suite 3     28  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 29  *                                                 29  *
 30  */                                                30  */
 31                                                    31 
 32 #ifndef _DVB_FRONTEND_H_                           32 #ifndef _DVB_FRONTEND_H_
 33 #define _DVB_FRONTEND_H_                           33 #define _DVB_FRONTEND_H_
 34                                                    34 
 35 #include <linux/types.h>                           35 #include <linux/types.h>
 36 #include <linux/sched.h>                           36 #include <linux/sched.h>
 37 #include <linux/ioctl.h>                           37 #include <linux/ioctl.h>
 38 #include <linux/i2c.h>                             38 #include <linux/i2c.h>
 39 #include <linux/module.h>                          39 #include <linux/module.h>
 40 #include <linux/errno.h>                           40 #include <linux/errno.h>
 41 #include <linux/delay.h>                           41 #include <linux/delay.h>
 42 #include <linux/mutex.h>                           42 #include <linux/mutex.h>
 43 #include <linux/slab.h>                            43 #include <linux/slab.h>
 44 #include <linux/bitops.h>                          44 #include <linux/bitops.h>
 45                                                    45 
 46 #include <linux/dvb/frontend.h>                    46 #include <linux/dvb/frontend.h>
 47                                                    47 
 48 #include <media/dvbdev.h>                          48 #include <media/dvbdev.h>
 49                                                    49 
 50 /*                                                 50 /*
 51  * Maximum number of Delivery systems per fron     51  * Maximum number of Delivery systems per frontend. It
 52  * should be smaller or equal to 32                52  * should be smaller or equal to 32
 53  */                                                53  */
 54 #define MAX_DELSYS      8                          54 #define MAX_DELSYS      8
 55                                                    55 
 56 /* Helper definitions to be used at frontend d     56 /* Helper definitions to be used at frontend drivers */
 57 #define kHz 1000UL                                 57 #define kHz 1000UL
 58 #define MHz 1000000UL                              58 #define MHz 1000000UL
 59                                                    59 
 60 /**                                                60 /**
 61  * struct dvb_frontend_tune_settings - paramet     61  * struct dvb_frontend_tune_settings - parameters to adjust frontend tuning
 62  *                                                 62  *
 63  * @min_delay_ms:       minimum delay for tuni     63  * @min_delay_ms:       minimum delay for tuning, in ms
 64  * @step_size:          step size between two      64  * @step_size:          step size between two consecutive frequencies
 65  * @max_drift:          maximum drift              65  * @max_drift:          maximum drift
 66  *                                                 66  *
 67  * NOTE: step_size is in Hz, for terrestrial/c     67  * NOTE: step_size is in Hz, for terrestrial/cable or kHz for satellite
 68  */                                                68  */
 69 struct dvb_frontend_tune_settings {                69 struct dvb_frontend_tune_settings {
 70         int min_delay_ms;                          70         int min_delay_ms;
 71         int step_size;                             71         int step_size;
 72         int max_drift;                             72         int max_drift;
 73 };                                                 73 };
 74                                                    74 
 75 struct dvb_frontend;                               75 struct dvb_frontend;
 76                                                    76 
 77 /**                                                77 /**
 78  * struct dvb_tuner_info - Frontend name and m     78  * struct dvb_tuner_info - Frontend name and min/max ranges/bandwidths
 79  *                                                 79  *
 80  * @name:               name of the Frontend       80  * @name:               name of the Frontend
 81  * @frequency_min_hz:   minimal frequency supp     81  * @frequency_min_hz:   minimal frequency supported in Hz
 82  * @frequency_max_hz:   maximum frequency supp     82  * @frequency_max_hz:   maximum frequency supported in Hz
 83  * @frequency_step_hz:  frequency step in Hz       83  * @frequency_step_hz:  frequency step in Hz
 84  * @bandwidth_min:      minimal frontend bandw     84  * @bandwidth_min:      minimal frontend bandwidth supported
 85  * @bandwidth_max:      maximum frontend bandw     85  * @bandwidth_max:      maximum frontend bandwidth supported
 86  * @bandwidth_step:     frontend bandwidth ste     86  * @bandwidth_step:     frontend bandwidth step
 87  */                                                87  */
 88 struct dvb_tuner_info {                            88 struct dvb_tuner_info {
 89         char name[128];                            89         char name[128];
 90                                                    90 
 91         u32 frequency_min_hz;                      91         u32 frequency_min_hz;
 92         u32 frequency_max_hz;                      92         u32 frequency_max_hz;
 93         u32 frequency_step_hz;                     93         u32 frequency_step_hz;
 94                                                    94 
 95         u32 bandwidth_min;                         95         u32 bandwidth_min;
 96         u32 bandwidth_max;                         96         u32 bandwidth_max;
 97         u32 bandwidth_step;                        97         u32 bandwidth_step;
 98 };                                                 98 };
 99                                                    99 
100 /**                                               100 /**
101  * struct analog_parameters - Parameters to tu    101  * struct analog_parameters - Parameters to tune into an analog/radio channel
102  *                                                102  *
103  * @frequency:  Frequency used by analog TV tu    103  * @frequency:  Frequency used by analog TV tuner (either in 62.5 kHz step,
104  *              for TV, or 62.5 Hz for radio)     104  *              for TV, or 62.5 Hz for radio)
105  * @mode:       Tuner mode, as defined on enum    105  * @mode:       Tuner mode, as defined on enum v4l2_tuner_type
106  * @audmode:    Audio mode as defined for the     106  * @audmode:    Audio mode as defined for the rxsubchans field at videodev2.h,
107  *              e. g. V4L2_TUNER_MODE_*           107  *              e. g. V4L2_TUNER_MODE_*
108  * @std:        TV standard bitmap as defined     108  * @std:        TV standard bitmap as defined at videodev2.h, e. g. V4L2_STD_*
109  *                                                109  *
110  * Hybrid tuners should be supported by both V    110  * Hybrid tuners should be supported by both V4L2 and DVB APIs. This
111  * struct contains the data that are used by t    111  * struct contains the data that are used by the V4L2 side. To avoid
112  * dependencies from V4L2 headers, all enums h    112  * dependencies from V4L2 headers, all enums here are declared as integers.
113  */                                               113  */
114 struct analog_parameters {                        114 struct analog_parameters {
115         unsigned int frequency;                   115         unsigned int frequency;
116         unsigned int mode;                        116         unsigned int mode;
117         unsigned int audmode;                     117         unsigned int audmode;
118         u64 std;                                  118         u64 std;
119 };                                                119 };
120                                                   120 
121 /**                                               121 /**
122  * enum dvbfe_algo - defines the algorithm use    122  * enum dvbfe_algo - defines the algorithm used to tune into a channel
123  *                                                123  *
124  * @DVBFE_ALGO_HW: Hardware Algorithm -           124  * @DVBFE_ALGO_HW: Hardware Algorithm -
125  *      Devices that support this algorithm do    125  *      Devices that support this algorithm do everything in hardware
126  *      and no software support is needed to h    126  *      and no software support is needed to handle them.
127  *      Requesting these devices to LOCK is th    127  *      Requesting these devices to LOCK is the only thing required,
128  *      device is supposed to do everything in    128  *      device is supposed to do everything in the hardware.
129  *                                                129  *
130  * @DVBFE_ALGO_SW: Software Algorithm -           130  * @DVBFE_ALGO_SW: Software Algorithm -
131  * These are dumb devices, that require softwa    131  * These are dumb devices, that require software to do everything
132  *                                                132  *
133  * @DVBFE_ALGO_CUSTOM: Customizable Agorithm -    133  * @DVBFE_ALGO_CUSTOM: Customizable Agorithm -
134  *      Devices having this algorithm can be c    134  *      Devices having this algorithm can be customized to have specific
135  *      algorithms in the frontend driver, rat    135  *      algorithms in the frontend driver, rather than simply doing a
136  *      software zig-zag. In this case the zig    136  *      software zig-zag. In this case the zigzag maybe hardware assisted
137  *      or it maybe completely done in hardwar    137  *      or it maybe completely done in hardware. In all cases, usage of
138  *      this algorithm, in conjunction with th    138  *      this algorithm, in conjunction with the search and track
139  *      callbacks, utilizes the driver specifi    139  *      callbacks, utilizes the driver specific algorithm.
140  *                                                140  *
141  * @DVBFE_ALGO_RECOVERY: Recovery Algorithm -     141  * @DVBFE_ALGO_RECOVERY: Recovery Algorithm -
142  *      These devices have AUTO recovery capab    142  *      These devices have AUTO recovery capabilities from LOCK failure
143  */                                               143  */
144 enum dvbfe_algo {                                 144 enum dvbfe_algo {
145         DVBFE_ALGO_HW                   = BIT(    145         DVBFE_ALGO_HW                   = BIT(0),
146         DVBFE_ALGO_SW                   = BIT(    146         DVBFE_ALGO_SW                   = BIT(1),
147         DVBFE_ALGO_CUSTOM               = BIT(    147         DVBFE_ALGO_CUSTOM               = BIT(2),
148         DVBFE_ALGO_RECOVERY             = BIT(    148         DVBFE_ALGO_RECOVERY             = BIT(31),
149 };                                                149 };
150                                                   150 
151 /**                                               151 /**
152  * enum dvbfe_search - search callback possibl    152  * enum dvbfe_search - search callback possible return status
153  *                                                153  *
154  * @DVBFE_ALGO_SEARCH_SUCCESS:                    154  * @DVBFE_ALGO_SEARCH_SUCCESS:
155  *      The frontend search algorithm complete    155  *      The frontend search algorithm completed and returned successfully
156  *                                                156  *
157  * @DVBFE_ALGO_SEARCH_ASLEEP:                     157  * @DVBFE_ALGO_SEARCH_ASLEEP:
158  *      The frontend search algorithm is sleep    158  *      The frontend search algorithm is sleeping
159  *                                                159  *
160  * @DVBFE_ALGO_SEARCH_FAILED:                     160  * @DVBFE_ALGO_SEARCH_FAILED:
161  *      The frontend search for a signal faile    161  *      The frontend search for a signal failed
162  *                                                162  *
163  * @DVBFE_ALGO_SEARCH_INVALID:                    163  * @DVBFE_ALGO_SEARCH_INVALID:
164  *      The frontend search algorithm was prob    164  *      The frontend search algorithm was probably supplied with invalid
165  *      parameters and the search is an invali    165  *      parameters and the search is an invalid one
166  *                                                166  *
167  * @DVBFE_ALGO_SEARCH_ERROR:                      167  * @DVBFE_ALGO_SEARCH_ERROR:
168  *      The frontend search algorithm failed d    168  *      The frontend search algorithm failed due to some error
169  *                                                169  *
170  * @DVBFE_ALGO_SEARCH_AGAIN:                      170  * @DVBFE_ALGO_SEARCH_AGAIN:
171  *      The frontend search algorithm was requ    171  *      The frontend search algorithm was requested to search again
172  */                                               172  */
173 enum dvbfe_search {                               173 enum dvbfe_search {
174         DVBFE_ALGO_SEARCH_SUCCESS       = BIT(    174         DVBFE_ALGO_SEARCH_SUCCESS       = BIT(0),
175         DVBFE_ALGO_SEARCH_ASLEEP        = BIT(    175         DVBFE_ALGO_SEARCH_ASLEEP        = BIT(1),
176         DVBFE_ALGO_SEARCH_FAILED        = BIT(    176         DVBFE_ALGO_SEARCH_FAILED        = BIT(2),
177         DVBFE_ALGO_SEARCH_INVALID       = BIT(    177         DVBFE_ALGO_SEARCH_INVALID       = BIT(3),
178         DVBFE_ALGO_SEARCH_AGAIN         = BIT(    178         DVBFE_ALGO_SEARCH_AGAIN         = BIT(4),
179         DVBFE_ALGO_SEARCH_ERROR         = BIT(    179         DVBFE_ALGO_SEARCH_ERROR         = BIT(31),
180 };                                                180 };
181                                                   181 
182 /**                                               182 /**
183  * struct dvb_tuner_ops - Tuner information an    183  * struct dvb_tuner_ops - Tuner information and callbacks
184  *                                                184  *
185  * @info:               embedded &struct dvb_t    185  * @info:               embedded &struct dvb_tuner_info with tuner properties
186  * @release:            callback function call    186  * @release:            callback function called when frontend is detached.
187  *                      drivers should free an    187  *                      drivers should free any allocated memory.
188  * @init:               callback function used    188  * @init:               callback function used to initialize the tuner device.
189  * @sleep:              callback function used    189  * @sleep:              callback function used to put the tuner to sleep.
190  * @suspend:            callback function used    190  * @suspend:            callback function used to inform that the Kernel will
191  *                      suspend.                  191  *                      suspend.
192  * @resume:             callback function used    192  * @resume:             callback function used to inform that the Kernel is
193  *                      resuming from suspend.    193  *                      resuming from suspend.
194  * @set_params:         callback function used    194  * @set_params:         callback function used to inform the tuner to tune
195  *                      into a digital TV chan    195  *                      into a digital TV channel. The properties to be used
196  *                      are stored at &struct     196  *                      are stored at &struct dvb_frontend.dtv_property_cache.
197  *                      The tuner demod can ch    197  *                      The tuner demod can change the parameters to reflect
198  *                      the changes needed for    198  *                      the changes needed for the channel to be tuned, and
199  *                      update statistics. Thi    199  *                      update statistics. This is the recommended way to set
200  *                      the tuner parameters a    200  *                      the tuner parameters and should be used on newer
201  *                      drivers.                  201  *                      drivers.
202  * @set_analog_params:  callback function used    202  * @set_analog_params:  callback function used to tune into an analog TV
203  *                      channel on hybrid tune    203  *                      channel on hybrid tuners. It passes @analog_parameters
204  *                      to the driver.            204  *                      to the driver.
205  * @set_config:         callback function used    205  * @set_config:         callback function used to send some tuner-specific
206  *                      parameters.               206  *                      parameters.
207  * @get_frequency:      get the actual tuned f    207  * @get_frequency:      get the actual tuned frequency
208  * @get_bandwidth:      get the bandwidth used    208  * @get_bandwidth:      get the bandwidth used by the low pass filters
209  * @get_if_frequency:   get the Intermediate F    209  * @get_if_frequency:   get the Intermediate Frequency, in Hz. For baseband,
210  *                      should return 0.          210  *                      should return 0.
211  * @get_status:         returns the frontend l    211  * @get_status:         returns the frontend lock status
212  * @get_rf_strength:    returns the RF signal     212  * @get_rf_strength:    returns the RF signal strength. Used mostly to support
213  *                      analog TV and radio. D    213  *                      analog TV and radio. Digital TV should report, instead,
214  *                      via DVBv5 API (&struct    214  *                      via DVBv5 API (&struct dvb_frontend.dtv_property_cache).
215  * @get_afc:            Used only by analog TV    215  * @get_afc:            Used only by analog TV core. Reports the frequency
216  *                      drift due to AFC.         216  *                      drift due to AFC.
217  * @calc_regs:          callback function used    217  * @calc_regs:          callback function used to pass register data settings
218  *                      for simple tuners.  Sh    218  *                      for simple tuners.  Shouldn't be used on newer drivers.
219  * @set_frequency:      Set a new frequency. S    219  * @set_frequency:      Set a new frequency. Shouldn't be used on newer drivers.
220  * @set_bandwidth:      Set a new frequency. S    220  * @set_bandwidth:      Set a new frequency. Shouldn't be used on newer drivers.
221  *                                                221  *
222  * NOTE: frequencies used on @get_frequency an    222  * NOTE: frequencies used on @get_frequency and @set_frequency are in Hz for
223  * terrestrial/cable or kHz for satellite.        223  * terrestrial/cable or kHz for satellite.
224  *                                                224  *
225  */                                               225  */
226 struct dvb_tuner_ops {                            226 struct dvb_tuner_ops {
227                                                   227 
228         struct dvb_tuner_info info;               228         struct dvb_tuner_info info;
229                                                   229 
230         void (*release)(struct dvb_frontend *f    230         void (*release)(struct dvb_frontend *fe);
231         int (*init)(struct dvb_frontend *fe);     231         int (*init)(struct dvb_frontend *fe);
232         int (*sleep)(struct dvb_frontend *fe);    232         int (*sleep)(struct dvb_frontend *fe);
233         int (*suspend)(struct dvb_frontend *fe    233         int (*suspend)(struct dvb_frontend *fe);
234         int (*resume)(struct dvb_frontend *fe)    234         int (*resume)(struct dvb_frontend *fe);
235                                                   235 
236         /* This is the recommended way to set     236         /* This is the recommended way to set the tuner */
237         int (*set_params)(struct dvb_frontend     237         int (*set_params)(struct dvb_frontend *fe);
238         int (*set_analog_params)(struct dvb_fr    238         int (*set_analog_params)(struct dvb_frontend *fe, struct analog_parameters *p);
239                                                   239 
240         int (*set_config)(struct dvb_frontend     240         int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
241                                                   241 
242         int (*get_frequency)(struct dvb_fronte    242         int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency);
243         int (*get_bandwidth)(struct dvb_fronte    243         int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
244         int (*get_if_frequency)(struct dvb_fro    244         int (*get_if_frequency)(struct dvb_frontend *fe, u32 *frequency);
245                                                   245 
246 #define TUNER_STATUS_LOCKED 1                     246 #define TUNER_STATUS_LOCKED 1
247 #define TUNER_STATUS_STEREO 2                     247 #define TUNER_STATUS_STEREO 2
248         int (*get_status)(struct dvb_frontend     248         int (*get_status)(struct dvb_frontend *fe, u32 *status);
249         int (*get_rf_strength)(struct dvb_fron    249         int (*get_rf_strength)(struct dvb_frontend *fe, u16 *strength);
250         int (*get_afc)(struct dvb_frontend *fe    250         int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
251                                                   251 
252         /*                                        252         /*
253          * This is support for demods like the    253          * This is support for demods like the mt352 - fills out the supplied
254          * buffer with what to write.             254          * buffer with what to write.
255          *                                        255          *
256          * Don't use on newer drivers.            256          * Don't use on newer drivers.
257          */                                       257          */
258         int (*calc_regs)(struct dvb_frontend *    258         int (*calc_regs)(struct dvb_frontend *fe, u8 *buf, int buf_len);
259                                                   259 
260         /*                                        260         /*
261          * These are provided separately from     261          * These are provided separately from set_params in order to
262          * facilitate silicon tuners which req    262          * facilitate silicon tuners which require sophisticated tuning loops,
263          * controlling each parameter separate    263          * controlling each parameter separately.
264          *                                        264          *
265          * Don't use on newer drivers.            265          * Don't use on newer drivers.
266          */                                       266          */
267         int (*set_frequency)(struct dvb_fronte    267         int (*set_frequency)(struct dvb_frontend *fe, u32 frequency);
268         int (*set_bandwidth)(struct dvb_fronte    268         int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
269 };                                                269 };
270                                                   270 
271 /**                                               271 /**
272  * struct analog_demod_info - Information stru    272  * struct analog_demod_info - Information struct for analog TV part of the demod
273  *                                                273  *
274  * @name:       Name of the analog TV demodula    274  * @name:       Name of the analog TV demodulator
275  */                                               275  */
276 struct analog_demod_info {                        276 struct analog_demod_info {
277         char *name;                               277         char *name;
278 };                                                278 };
279                                                   279 
280 /**                                               280 /**
281  * struct analog_demod_ops  - Demodulation inf    281  * struct analog_demod_ops  - Demodulation information and callbacks for
282  *                            analog TV and ra    282  *                            analog TV and radio
283  *                                                283  *
284  * @info:               pointer to struct anal    284  * @info:               pointer to struct analog_demod_info
285  * @set_params:         callback function used    285  * @set_params:         callback function used to inform the demod to set the
286  *                      demodulator parameters    286  *                      demodulator parameters needed to decode an analog or
287  *                      radio channel. The pro    287  *                      radio channel. The properties are passed via
288  *                      &struct analog_params.    288  *                      &struct analog_params.
289  * @has_signal:         returns 0xffff if has     289  * @has_signal:         returns 0xffff if has signal, or 0 if it doesn't.
290  * @get_afc:            Used only by analog TV    290  * @get_afc:            Used only by analog TV core. Reports the frequency
291  *                      drift due to AFC.         291  *                      drift due to AFC.
292  * @tuner_status:       callback function that    292  * @tuner_status:       callback function that returns tuner status bits, e. g.
293  *                      %TUNER_STATUS_LOCKED a    293  *                      %TUNER_STATUS_LOCKED and %TUNER_STATUS_STEREO.
294  * @standby:            set the tuner to stand    294  * @standby:            set the tuner to standby mode.
295  * @release:            callback function call    295  * @release:            callback function called when frontend is detached.
296  *                      drivers should free an    296  *                      drivers should free any allocated memory.
297  * @i2c_gate_ctrl:      controls the I2C gate.    297  * @i2c_gate_ctrl:      controls the I2C gate. Newer drivers should use I2C
298  *                      mux support instead.      298  *                      mux support instead.
299  * @set_config:         callback function used    299  * @set_config:         callback function used to send some tuner-specific
300  *                      parameters.               300  *                      parameters.
301  */                                               301  */
302 struct analog_demod_ops {                         302 struct analog_demod_ops {
303                                                   303 
304         struct analog_demod_info info;            304         struct analog_demod_info info;
305                                                   305 
306         void (*set_params)(struct dvb_frontend    306         void (*set_params)(struct dvb_frontend *fe,
307                            struct analog_param    307                            struct analog_parameters *params);
308         int  (*has_signal)(struct dvb_frontend    308         int  (*has_signal)(struct dvb_frontend *fe, u16 *signal);
309         int  (*get_afc)(struct dvb_frontend *f    309         int  (*get_afc)(struct dvb_frontend *fe, s32 *afc);
310         void (*tuner_status)(struct dvb_fronte    310         void (*tuner_status)(struct dvb_frontend *fe);
311         void (*standby)(struct dvb_frontend *f    311         void (*standby)(struct dvb_frontend *fe);
312         void (*release)(struct dvb_frontend *f    312         void (*release)(struct dvb_frontend *fe);
313         int  (*i2c_gate_ctrl)(struct dvb_front    313         int  (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
314                                                   314 
315         /** This is to allow setting tuner-spe    315         /** This is to allow setting tuner-specific configuration */
316         int (*set_config)(struct dvb_frontend     316         int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
317 };                                                317 };
318                                                   318 
319 struct dtv_frontend_properties;                   319 struct dtv_frontend_properties;
320                                                   320 
321 /**                                               321 /**
322  * struct dvb_frontend_internal_info - Fronten    322  * struct dvb_frontend_internal_info - Frontend properties and capabilities
323  *                                                323  *
324  * @name:                       Name of the fr    324  * @name:                       Name of the frontend
325  * @frequency_min_hz:           Minimal freque    325  * @frequency_min_hz:           Minimal frequency supported by the frontend.
326  * @frequency_max_hz:           Minimal freque    326  * @frequency_max_hz:           Minimal frequency supported by the frontend.
327  * @frequency_stepsize_hz:      All frequencie    327  * @frequency_stepsize_hz:      All frequencies are multiple of this value.
328  * @frequency_tolerance_hz:     Frequency tole    328  * @frequency_tolerance_hz:     Frequency tolerance.
329  * @symbol_rate_min:            Minimal symbol    329  * @symbol_rate_min:            Minimal symbol rate, in bauds
330  *                              (for Cable/Sat    330  *                              (for Cable/Satellite systems).
331  * @symbol_rate_max:            Maximal symbol    331  * @symbol_rate_max:            Maximal symbol rate, in bauds
332  *                              (for Cable/Sat    332  *                              (for Cable/Satellite systems).
333  * @symbol_rate_tolerance:      Maximal symbol    333  * @symbol_rate_tolerance:      Maximal symbol rate tolerance, in ppm
334  *                              (for Cable/Sat    334  *                              (for Cable/Satellite systems).
335  * @caps:                       Capabilities s    335  * @caps:                       Capabilities supported by the frontend,
336  *                              as specified i    336  *                              as specified in &enum fe_caps.
337  */                                               337  */
338 struct dvb_frontend_internal_info {               338 struct dvb_frontend_internal_info {
339         char    name[128];                        339         char    name[128];
340         u32     frequency_min_hz;                 340         u32     frequency_min_hz;
341         u32     frequency_max_hz;                 341         u32     frequency_max_hz;
342         u32     frequency_stepsize_hz;            342         u32     frequency_stepsize_hz;
343         u32     frequency_tolerance_hz;           343         u32     frequency_tolerance_hz;
344         u32     symbol_rate_min;                  344         u32     symbol_rate_min;
345         u32     symbol_rate_max;                  345         u32     symbol_rate_max;
346         u32     symbol_rate_tolerance;            346         u32     symbol_rate_tolerance;
347         enum fe_caps caps;                        347         enum fe_caps caps;
348 };                                                348 };
349                                                   349 
350 /**                                               350 /**
351  * struct dvb_frontend_ops - Demodulation info    351  * struct dvb_frontend_ops - Demodulation information and callbacks for
352  *                            ditialt TV          352  *                            ditialt TV
353  *                                                353  *
354  * @info:               embedded &struct dvb_t    354  * @info:               embedded &struct dvb_tuner_info with tuner properties
355  * @delsys:             Delivery systems suppo    355  * @delsys:             Delivery systems supported by the frontend
356  * @detach:             callback function call    356  * @detach:             callback function called when frontend is detached.
357  *                      drivers should clean u    357  *                      drivers should clean up, but not yet free the &struct
358  *                      dvb_frontend allocatio    358  *                      dvb_frontend allocation.
359  * @release:            callback function call    359  * @release:            callback function called when frontend is ready to be
360  *                      freed.                    360  *                      freed.
361  *                      drivers should free an    361  *                      drivers should free any allocated memory.
362  * @release_sec:        callback function requ    362  * @release_sec:        callback function requesting that the Satellite Equipment
363  *                      Control (SEC) driver t    363  *                      Control (SEC) driver to release and free any memory
364  *                      allocated by the drive    364  *                      allocated by the driver.
365  * @init:               callback function used    365  * @init:               callback function used to initialize the tuner device.
366  * @sleep:              callback function used    366  * @sleep:              callback function used to put the tuner to sleep.
367  * @suspend:            callback function used    367  * @suspend:            callback function used to inform that the Kernel will
368  *                      suspend.                  368  *                      suspend.
369  * @resume:             callback function used    369  * @resume:             callback function used to inform that the Kernel is
370  *                      resuming from suspend.    370  *                      resuming from suspend.
371  * @write:              callback function used    371  * @write:              callback function used by some demod legacy drivers to
372  *                      allow other drivers to    372  *                      allow other drivers to write data into their registers.
373  *                      Should not be used on     373  *                      Should not be used on new drivers.
374  * @tune:               callback function used    374  * @tune:               callback function used by demod drivers that use
375  *                      @DVBFE_ALGO_HW to tune    375  *                      @DVBFE_ALGO_HW to tune into a frequency.
376  * @get_frontend_algo:  returns the desired ha    376  * @get_frontend_algo:  returns the desired hardware algorithm.
377  * @set_frontend:       callback function used    377  * @set_frontend:       callback function used to inform the demod to set the
378  *                      parameters for demodul    378  *                      parameters for demodulating a digital TV channel.
379  *                      The properties to be u    379  *                      The properties to be used are stored at &struct
380  *                      dvb_frontend.dtv_prope    380  *                      dvb_frontend.dtv_property_cache. The demod can change
381  *                      the parameters to refl    381  *                      the parameters to reflect the changes needed for the
382  *                      channel to be decoded,    382  *                      channel to be decoded, and update statistics.
383  * @get_tune_settings:  callback function         383  * @get_tune_settings:  callback function
384  * @get_frontend:       callback function used    384  * @get_frontend:       callback function used to inform the parameters
385  *                      actuall in use. The pr    385  *                      actuall in use. The properties to be used are stored at
386  *                      &struct dvb_frontend.d    386  *                      &struct dvb_frontend.dtv_property_cache and update
387  *                      statistics. Please not    387  *                      statistics. Please notice that it should not return
388  *                      an error code if the s    388  *                      an error code if the statistics are not available
389  *                      because the demog is n    389  *                      because the demog is not locked.
390  * @read_status:        returns the locking st    390  * @read_status:        returns the locking status of the frontend.
391  * @read_ber:           legacy callback functi    391  * @read_ber:           legacy callback function to return the bit error rate.
392  *                      Newer drivers should p    392  *                      Newer drivers should provide such info via DVBv5 API,
393  *                      e. g. @set_frontend;/@    393  *                      e. g. @set_frontend;/@get_frontend, implementing this
394  *                      callback only if DVBv3    394  *                      callback only if DVBv3 API compatibility is wanted.
395  * @read_signal_strength: legacy callback func    395  * @read_signal_strength: legacy callback function to return the signal
396  *                      strength. Newer driver    396  *                      strength. Newer drivers should provide such info via
397  *                      DVBv5 API, e. g. @set_    397  *                      DVBv5 API, e. g. @set_frontend/@get_frontend,
398  *                      implementing this call    398  *                      implementing this callback only if DVBv3 API
399  *                      compatibility is wante    399  *                      compatibility is wanted.
400  * @read_snr:           legacy callback functi    400  * @read_snr:           legacy callback function to return the Signal/Noise
401  *                      rate. Newer drivers sh    401  *                      rate. Newer drivers should provide such info via
402  *                      DVBv5 API, e. g. @set_    402  *                      DVBv5 API, e. g. @set_frontend/@get_frontend,
403  *                      implementing this call    403  *                      implementing this callback only if DVBv3 API
404  *                      compatibility is wante    404  *                      compatibility is wanted.
405  * @read_ucblocks:      legacy callback functi    405  * @read_ucblocks:      legacy callback function to return the Uncorrected Error
406  *                      Blocks. Newer drivers     406  *                      Blocks. Newer drivers should provide such info via
407  *                      DVBv5 API, e. g. @set_    407  *                      DVBv5 API, e. g. @set_frontend/@get_frontend,
408  *                      implementing this call    408  *                      implementing this callback only if DVBv3 API
409  *                      compatibility is wante    409  *                      compatibility is wanted.
410  * @diseqc_reset_overload: callback function t    410  * @diseqc_reset_overload: callback function to implement the
411  *                      FE_DISEQC_RESET_OVERLO    411  *                      FE_DISEQC_RESET_OVERLOAD() ioctl (only Satellite)
412  * @diseqc_send_master_cmd: callback function     412  * @diseqc_send_master_cmd: callback function to implement the
413  *                      FE_DISEQC_SEND_MASTER_    413  *                      FE_DISEQC_SEND_MASTER_CMD() ioctl (only Satellite).
414  * @diseqc_recv_slave_reply: callback function    414  * @diseqc_recv_slave_reply: callback function to implement the
415  *                      FE_DISEQC_RECV_SLAVE_R    415  *                      FE_DISEQC_RECV_SLAVE_REPLY() ioctl (only Satellite)
416  * @diseqc_send_burst:  callback function to i    416  * @diseqc_send_burst:  callback function to implement the
417  *                      FE_DISEQC_SEND_BURST()    417  *                      FE_DISEQC_SEND_BURST() ioctl (only Satellite).
418  * @set_tone:           callback function to i    418  * @set_tone:           callback function to implement the
419  *                      FE_SET_TONE() ioctl (o    419  *                      FE_SET_TONE() ioctl (only Satellite).
420  * @set_voltage:        callback function to i    420  * @set_voltage:        callback function to implement the
421  *                      FE_SET_VOLTAGE() ioctl    421  *                      FE_SET_VOLTAGE() ioctl (only Satellite).
422  * @enable_high_lnb_voltage: callback function    422  * @enable_high_lnb_voltage: callback function to implement the
423  *                      FE_ENABLE_HIGH_LNB_VOL    423  *                      FE_ENABLE_HIGH_LNB_VOLTAGE() ioctl (only Satellite).
424  * @dishnetwork_send_legacy_command: callback     424  * @dishnetwork_send_legacy_command: callback function to implement the
425  *                      FE_DISHNETWORK_SEND_LE    425  *                      FE_DISHNETWORK_SEND_LEGACY_CMD() ioctl (only Satellite).
426  *                      Drivers should not use    426  *                      Drivers should not use this, except when the DVB
427  *                      core emulation fails t    427  *                      core emulation fails to provide proper support (e.g.
428  *                      if @set_voltage takes     428  *                      if @set_voltage takes more than 8ms to work), and
429  *                      when backward compatib    429  *                      when backward compatibility with this legacy API is
430  *                      required.                 430  *                      required.
431  * @i2c_gate_ctrl:      controls the I2C gate.    431  * @i2c_gate_ctrl:      controls the I2C gate. Newer drivers should use I2C
432  *                      mux support instead.      432  *                      mux support instead.
433  * @ts_bus_ctrl:        callback function used    433  * @ts_bus_ctrl:        callback function used to take control of the TS bus.
434  * @set_lna:            callback function to p    434  * @set_lna:            callback function to power on/off/auto the LNA.
435  * @search:             callback function used    435  * @search:             callback function used on some custom algo search algos.
436  * @tuner_ops:          pointer to &struct dvb    436  * @tuner_ops:          pointer to &struct dvb_tuner_ops
437  * @analog_ops:         pointer to &struct ana    437  * @analog_ops:         pointer to &struct analog_demod_ops
438  */                                               438  */
439 struct dvb_frontend_ops {                         439 struct dvb_frontend_ops {
440         struct dvb_frontend_internal_info info    440         struct dvb_frontend_internal_info info;
441                                                   441 
442         u8 delsys[MAX_DELSYS];                    442         u8 delsys[MAX_DELSYS];
443                                                   443 
444         void (*detach)(struct dvb_frontend *fe    444         void (*detach)(struct dvb_frontend *fe);
445         void (*release)(struct dvb_frontend* f    445         void (*release)(struct dvb_frontend* fe);
446         void (*release_sec)(struct dvb_fronten    446         void (*release_sec)(struct dvb_frontend* fe);
447                                                   447 
448         int (*init)(struct dvb_frontend* fe);     448         int (*init)(struct dvb_frontend* fe);
449         int (*sleep)(struct dvb_frontend* fe);    449         int (*sleep)(struct dvb_frontend* fe);
450         int (*suspend)(struct dvb_frontend *fe    450         int (*suspend)(struct dvb_frontend *fe);
451         int (*resume)(struct dvb_frontend *fe)    451         int (*resume)(struct dvb_frontend *fe);
452                                                   452 
453         int (*write)(struct dvb_frontend* fe,     453         int (*write)(struct dvb_frontend* fe, const u8 buf[], int len);
454                                                   454 
455         /* if this is set, it overrides the de    455         /* if this is set, it overrides the default swzigzag */
456         int (*tune)(struct dvb_frontend* fe,      456         int (*tune)(struct dvb_frontend* fe,
457                     bool re_tune,                 457                     bool re_tune,
458                     unsigned int mode_flags,      458                     unsigned int mode_flags,
459                     unsigned int *delay,          459                     unsigned int *delay,
460                     enum fe_status *status);      460                     enum fe_status *status);
461                                                   461 
462         /* get frontend tuning algorithm from     462         /* get frontend tuning algorithm from the module */
463         enum dvbfe_algo (*get_frontend_algo)(s    463         enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe);
464                                                   464 
465         /* these two are only used for the swz    465         /* these two are only used for the swzigzag code */
466         int (*set_frontend)(struct dvb_fronten    466         int (*set_frontend)(struct dvb_frontend *fe);
467         int (*get_tune_settings)(struct dvb_fr    467         int (*get_tune_settings)(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* settings);
468                                                   468 
469         int (*get_frontend)(struct dvb_fronten    469         int (*get_frontend)(struct dvb_frontend *fe,
470                             struct dtv_fronten    470                             struct dtv_frontend_properties *props);
471                                                   471 
472         int (*read_status)(struct dvb_frontend    472         int (*read_status)(struct dvb_frontend *fe, enum fe_status *status);
473         int (*read_ber)(struct dvb_frontend* f    473         int (*read_ber)(struct dvb_frontend* fe, u32* ber);
474         int (*read_signal_strength)(struct dvb    474         int (*read_signal_strength)(struct dvb_frontend* fe, u16* strength);
475         int (*read_snr)(struct dvb_frontend* f    475         int (*read_snr)(struct dvb_frontend* fe, u16* snr);
476         int (*read_ucblocks)(struct dvb_fronte    476         int (*read_ucblocks)(struct dvb_frontend* fe, u32* ucblocks);
477                                                   477 
478         int (*diseqc_reset_overload)(struct dv    478         int (*diseqc_reset_overload)(struct dvb_frontend* fe);
479         int (*diseqc_send_master_cmd)(struct d    479         int (*diseqc_send_master_cmd)(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd);
480         int (*diseqc_recv_slave_reply)(struct     480         int (*diseqc_recv_slave_reply)(struct dvb_frontend* fe, struct dvb_diseqc_slave_reply* reply);
481         int (*diseqc_send_burst)(struct dvb_fr    481         int (*diseqc_send_burst)(struct dvb_frontend *fe,
482                                  enum fe_sec_m    482                                  enum fe_sec_mini_cmd minicmd);
483         int (*set_tone)(struct dvb_frontend *f    483         int (*set_tone)(struct dvb_frontend *fe, enum fe_sec_tone_mode tone);
484         int (*set_voltage)(struct dvb_frontend    484         int (*set_voltage)(struct dvb_frontend *fe,
485                            enum fe_sec_voltage    485                            enum fe_sec_voltage voltage);
486         int (*enable_high_lnb_voltage)(struct     486         int (*enable_high_lnb_voltage)(struct dvb_frontend* fe, long arg);
487         int (*dishnetwork_send_legacy_command)    487         int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd);
488         int (*i2c_gate_ctrl)(struct dvb_fronte    488         int (*i2c_gate_ctrl)(struct dvb_frontend* fe, int enable);
489         int (*ts_bus_ctrl)(struct dvb_frontend    489         int (*ts_bus_ctrl)(struct dvb_frontend* fe, int acquire);
490         int (*set_lna)(struct dvb_frontend *);    490         int (*set_lna)(struct dvb_frontend *);
491                                                   491 
492         /*                                        492         /*
493          * These callbacks are for devices tha    493          * These callbacks are for devices that implement their own
494          * tuning algorithms, rather than a si    494          * tuning algorithms, rather than a simple swzigzag
495          */                                       495          */
496         enum dvbfe_search (*search)(struct dvb    496         enum dvbfe_search (*search)(struct dvb_frontend *fe);
497                                                   497 
498         struct dvb_tuner_ops tuner_ops;           498         struct dvb_tuner_ops tuner_ops;
499         struct analog_demod_ops analog_ops;       499         struct analog_demod_ops analog_ops;
500 };                                                500 };
501                                                   501 
502 #ifdef __DVB_CORE__                               502 #ifdef __DVB_CORE__
503 #define MAX_EVENT 8                               503 #define MAX_EVENT 8
504                                                   504 
505 /* Used only internally at dvb_frontend.c */      505 /* Used only internally at dvb_frontend.c */
506 struct dvb_fe_events {                            506 struct dvb_fe_events {
507         struct dvb_frontend_event events[MAX_E    507         struct dvb_frontend_event events[MAX_EVENT];
508         int                       eventw;         508         int                       eventw;
509         int                       eventr;         509         int                       eventr;
510         int                       overflow;       510         int                       overflow;
511         wait_queue_head_t         wait_queue;     511         wait_queue_head_t         wait_queue;
512         struct mutex              mtx;            512         struct mutex              mtx;
513 };                                                513 };
514 #endif                                            514 #endif
515                                                   515 
516 /**                                               516 /**
517  * struct dtv_frontend_properties - contains a    517  * struct dtv_frontend_properties - contains a list of properties that are
518  *                                  specific t    518  *                                  specific to a digital TV standard.
519  *                                                519  *
520  * @frequency:          frequency in Hz for te    520  * @frequency:          frequency in Hz for terrestrial/cable or in kHz for
521  *                      Satellite                 521  *                      Satellite
522  * @modulation:         Frontend modulation ty    522  * @modulation:         Frontend modulation type
523  * @voltage:            SEC voltage (only Sate    523  * @voltage:            SEC voltage (only Satellite)
524  * @sectone:            SEC tone mode (only Sa    524  * @sectone:            SEC tone mode (only Satellite)
525  * @inversion:          Spectral inversion        525  * @inversion:          Spectral inversion
526  * @fec_inner:          Forward error correcti    526  * @fec_inner:          Forward error correction inner Code Rate
527  * @transmission_mode:  Transmission Mode         527  * @transmission_mode:  Transmission Mode
528  * @bandwidth_hz:       Bandwidth, in Hz. A ze    528  * @bandwidth_hz:       Bandwidth, in Hz. A zero value means that userspace
529  *                      wants to autodetect.      529  *                      wants to autodetect.
530  * @guard_interval:     Guard Interval            530  * @guard_interval:     Guard Interval
531  * @hierarchy:          Hierarchy                 531  * @hierarchy:          Hierarchy
532  * @symbol_rate:        Symbol Rate               532  * @symbol_rate:        Symbol Rate
533  * @code_rate_HP:       high priority stream c    533  * @code_rate_HP:       high priority stream code rate
534  * @code_rate_LP:       low priority stream co    534  * @code_rate_LP:       low priority stream code rate
535  * @pilot:              Enable/disable/autodet    535  * @pilot:              Enable/disable/autodetect pilot tones
536  * @rolloff:            Rolloff factor (alpha)    536  * @rolloff:            Rolloff factor (alpha)
537  * @delivery_system:    FE delivery system (e.    537  * @delivery_system:    FE delivery system (e. g. digital TV standard)
538  * @interleaving:       interleaving              538  * @interleaving:       interleaving
539  * @isdbt_partial_reception: ISDB-T partial re    539  * @isdbt_partial_reception: ISDB-T partial reception (only ISDB standard)
540  * @isdbt_sb_mode:      ISDB-T Sound Broadcast    540  * @isdbt_sb_mode:      ISDB-T Sound Broadcast (SB) mode (only ISDB standard)
541  * @isdbt_sb_subchannel:        ISDB-T SB subc    541  * @isdbt_sb_subchannel:        ISDB-T SB subchannel (only ISDB standard)
542  * @isdbt_sb_segment_idx:       ISDB-T SB segm    542  * @isdbt_sb_segment_idx:       ISDB-T SB segment index (only ISDB standard)
543  * @isdbt_sb_segment_count:     ISDB-T SB segm    543  * @isdbt_sb_segment_count:     ISDB-T SB segment count (only ISDB standard)
544  * @isdbt_layer_enabled:        ISDB Layer ena    544  * @isdbt_layer_enabled:        ISDB Layer enabled (only ISDB standard)
545  * @layer:              ISDB per-layer data (o    545  * @layer:              ISDB per-layer data (only ISDB standard)
546  * @layer.segment_count: Segment Count;           546  * @layer.segment_count: Segment Count;
547  * @layer.fec:          per layer code rate;      547  * @layer.fec:          per layer code rate;
548  * @layer.modulation:   per layer modulation;     548  * @layer.modulation:   per layer modulation;
549  * @layer.interleaving:  per layer interleavin    549  * @layer.interleaving:  per layer interleaving.
550  * @stream_id:          If different than zero    550  * @stream_id:          If different than zero, enable substream filtering, if
551  *                      hardware supports (DVB    551  *                      hardware supports (DVB-S2 and DVB-T2).
552  * @scrambling_sequence_index:  Carries the in    552  * @scrambling_sequence_index:  Carries the index of the DVB-S2 physical layer
553  *                              scrambling seq    553  *                              scrambling sequence.
554  * @atscmh_fic_ver:     Version number of the     554  * @atscmh_fic_ver:     Version number of the FIC (Fast Information Channel)
555  *                      signaling data (only A    555  *                      signaling data (only ATSC-M/H)
556  * @atscmh_parade_id:   Parade identification     556  * @atscmh_parade_id:   Parade identification number (only ATSC-M/H)
557  * @atscmh_nog:         Number of MH groups pe    557  * @atscmh_nog:         Number of MH groups per MH subframe for a designated
558  *                      parade (only ATSC-M/H)    558  *                      parade (only ATSC-M/H)
559  * @atscmh_tnog:        Total number of MH gro    559  * @atscmh_tnog:        Total number of MH groups including all MH groups
560  *                      belonging to all MH pa    560  *                      belonging to all MH parades in one MH subframe
561  *                      (only ATSC-M/H)           561  *                      (only ATSC-M/H)
562  * @atscmh_sgn:         Start group number (on    562  * @atscmh_sgn:         Start group number (only ATSC-M/H)
563  * @atscmh_prc:         Parade repetition cycl    563  * @atscmh_prc:         Parade repetition cycle (only ATSC-M/H)
564  * @atscmh_rs_frame_mode:       Reed Solomon (    564  * @atscmh_rs_frame_mode:       Reed Solomon (RS) frame mode (only ATSC-M/H)
565  * @atscmh_rs_frame_ensemble:   RS frame ensem    565  * @atscmh_rs_frame_ensemble:   RS frame ensemble (only ATSC-M/H)
566  * @atscmh_rs_code_mode_pri:    RS code mode p    566  * @atscmh_rs_code_mode_pri:    RS code mode pri (only ATSC-M/H)
567  * @atscmh_rs_code_mode_sec:    RS code mode s    567  * @atscmh_rs_code_mode_sec:    RS code mode sec (only ATSC-M/H)
568  * @atscmh_sccc_block_mode:     Series Concate    568  * @atscmh_sccc_block_mode:     Series Concatenated Convolutional Code (SCCC)
569  *                              Block Mode (on    569  *                              Block Mode (only ATSC-M/H)
570  * @atscmh_sccc_code_mode_a:    SCCC code mode    570  * @atscmh_sccc_code_mode_a:    SCCC code mode A (only ATSC-M/H)
571  * @atscmh_sccc_code_mode_b:    SCCC code mode    571  * @atscmh_sccc_code_mode_b:    SCCC code mode B (only ATSC-M/H)
572  * @atscmh_sccc_code_mode_c:    SCCC code mode    572  * @atscmh_sccc_code_mode_c:    SCCC code mode C (only ATSC-M/H)
573  * @atscmh_sccc_code_mode_d:    SCCC code mode    573  * @atscmh_sccc_code_mode_d:    SCCC code mode D (only ATSC-M/H)
574  * @lna:                Power ON/OFF/AUTO the     574  * @lna:                Power ON/OFF/AUTO the Linear Now-noise Amplifier (LNA)
575  * @strength:           DVBv5 API statistics:     575  * @strength:           DVBv5 API statistics: Signal Strength
576  * @cnr:                DVBv5 API statistics:     576  * @cnr:                DVBv5 API statistics: Signal to Noise ratio of the
577  *                      (main) carrier            577  *                      (main) carrier
578  * @pre_bit_error:      DVBv5 API statistics:     578  * @pre_bit_error:      DVBv5 API statistics: pre-Viterbi bit error count
579  * @pre_bit_count:      DVBv5 API statistics:     579  * @pre_bit_count:      DVBv5 API statistics: pre-Viterbi bit count
580  * @post_bit_error:     DVBv5 API statistics:     580  * @post_bit_error:     DVBv5 API statistics: post-Viterbi bit error count
581  * @post_bit_count:     DVBv5 API statistics:     581  * @post_bit_count:     DVBv5 API statistics: post-Viterbi bit count
582  * @block_error:        DVBv5 API statistics:     582  * @block_error:        DVBv5 API statistics: block error count
583  * @block_count:        DVBv5 API statistics:     583  * @block_count:        DVBv5 API statistics: block count
584  *                                                584  *
585  * NOTE: derivated statistics like Uncorrected    585  * NOTE: derivated statistics like Uncorrected Error blocks (UCE) are
586  * calculated on userspace.                       586  * calculated on userspace.
587  *                                                587  *
588  * Only a subset of the properties are needed     588  * Only a subset of the properties are needed for a given delivery system.
589  * For more info, consult the media_api.html w    589  * For more info, consult the media_api.html with the documentation of the
590  * Userspace API.                                 590  * Userspace API.
591  */                                               591  */
592 struct dtv_frontend_properties {                  592 struct dtv_frontend_properties {
593         u32                     frequency;        593         u32                     frequency;
594         enum fe_modulation      modulation;       594         enum fe_modulation      modulation;
595                                                   595 
596         enum fe_sec_voltage     voltage;          596         enum fe_sec_voltage     voltage;
597         enum fe_sec_tone_mode   sectone;          597         enum fe_sec_tone_mode   sectone;
598         enum fe_spectral_inversion inversion;     598         enum fe_spectral_inversion inversion;
599         enum fe_code_rate       fec_inner;        599         enum fe_code_rate       fec_inner;
600         enum fe_transmit_mode   transmission_m    600         enum fe_transmit_mode   transmission_mode;
601         u32                     bandwidth_hz;     601         u32                     bandwidth_hz;   /* 0 = AUTO */
602         enum fe_guard_interval  guard_interval    602         enum fe_guard_interval  guard_interval;
603         enum fe_hierarchy       hierarchy;        603         enum fe_hierarchy       hierarchy;
604         u32                     symbol_rate;      604         u32                     symbol_rate;
605         enum fe_code_rate       code_rate_HP;     605         enum fe_code_rate       code_rate_HP;
606         enum fe_code_rate       code_rate_LP;     606         enum fe_code_rate       code_rate_LP;
607                                                   607 
608         enum fe_pilot           pilot;            608         enum fe_pilot           pilot;
609         enum fe_rolloff         rolloff;          609         enum fe_rolloff         rolloff;
610                                                   610 
611         enum fe_delivery_system delivery_syste    611         enum fe_delivery_system delivery_system;
612                                                   612 
613         enum fe_interleaving    interleaving;     613         enum fe_interleaving    interleaving;
614                                                   614 
615         /* ISDB-T specifics */                    615         /* ISDB-T specifics */
616         u8                      isdbt_partial_    616         u8                      isdbt_partial_reception;
617         u8                      isdbt_sb_mode;    617         u8                      isdbt_sb_mode;
618         u8                      isdbt_sb_subch    618         u8                      isdbt_sb_subchannel;
619         u32                     isdbt_sb_segme    619         u32                     isdbt_sb_segment_idx;
620         u32                     isdbt_sb_segme    620         u32                     isdbt_sb_segment_count;
621         u8                      isdbt_layer_en    621         u8                      isdbt_layer_enabled;
622         struct {                                  622         struct {
623             u8                  segment_count;    623             u8                  segment_count;
624             enum fe_code_rate   fec;              624             enum fe_code_rate   fec;
625             enum fe_modulation  modulation;       625             enum fe_modulation  modulation;
626             u8                  interleaving;     626             u8                  interleaving;
627         } layer[3];                               627         } layer[3];
628                                                   628 
629         /* Multistream specifics */               629         /* Multistream specifics */
630         u32                     stream_id;        630         u32                     stream_id;
631                                                   631 
632         /* Physical Layer Scrambling specifics    632         /* Physical Layer Scrambling specifics */
633         u32                     scrambling_seq    633         u32                     scrambling_sequence_index;
634                                                   634 
635         /* ATSC-MH specifics */                   635         /* ATSC-MH specifics */
636         u8                      atscmh_fic_ver    636         u8                      atscmh_fic_ver;
637         u8                      atscmh_parade_    637         u8                      atscmh_parade_id;
638         u8                      atscmh_nog;       638         u8                      atscmh_nog;
639         u8                      atscmh_tnog;      639         u8                      atscmh_tnog;
640         u8                      atscmh_sgn;       640         u8                      atscmh_sgn;
641         u8                      atscmh_prc;       641         u8                      atscmh_prc;
642                                                   642 
643         u8                      atscmh_rs_fram    643         u8                      atscmh_rs_frame_mode;
644         u8                      atscmh_rs_fram    644         u8                      atscmh_rs_frame_ensemble;
645         u8                      atscmh_rs_code    645         u8                      atscmh_rs_code_mode_pri;
646         u8                      atscmh_rs_code    646         u8                      atscmh_rs_code_mode_sec;
647         u8                      atscmh_sccc_bl    647         u8                      atscmh_sccc_block_mode;
648         u8                      atscmh_sccc_co    648         u8                      atscmh_sccc_code_mode_a;
649         u8                      atscmh_sccc_co    649         u8                      atscmh_sccc_code_mode_b;
650         u8                      atscmh_sccc_co    650         u8                      atscmh_sccc_code_mode_c;
651         u8                      atscmh_sccc_co    651         u8                      atscmh_sccc_code_mode_d;
652                                                   652 
653         u32                     lna;              653         u32                     lna;
654                                                   654 
655         /* statistics data */                     655         /* statistics data */
656         struct dtv_fe_stats     strength;         656         struct dtv_fe_stats     strength;
657         struct dtv_fe_stats     cnr;              657         struct dtv_fe_stats     cnr;
658         struct dtv_fe_stats     pre_bit_error;    658         struct dtv_fe_stats     pre_bit_error;
659         struct dtv_fe_stats     pre_bit_count;    659         struct dtv_fe_stats     pre_bit_count;
660         struct dtv_fe_stats     post_bit_error    660         struct dtv_fe_stats     post_bit_error;
661         struct dtv_fe_stats     post_bit_count    661         struct dtv_fe_stats     post_bit_count;
662         struct dtv_fe_stats     block_error;      662         struct dtv_fe_stats     block_error;
663         struct dtv_fe_stats     block_count;      663         struct dtv_fe_stats     block_count;
664 };                                                664 };
665                                                   665 
666 #define DVB_FE_NO_EXIT  0                         666 #define DVB_FE_NO_EXIT  0
667 #define DVB_FE_NORMAL_EXIT      1                 667 #define DVB_FE_NORMAL_EXIT      1
668 #define DVB_FE_DEVICE_REMOVED   2                 668 #define DVB_FE_DEVICE_REMOVED   2
669 #define DVB_FE_DEVICE_RESUME    3                 669 #define DVB_FE_DEVICE_RESUME    3
670                                                   670 
671 /**                                               671 /**
672  * struct dvb_frontend - Frontend structure to    672  * struct dvb_frontend - Frontend structure to be used on drivers.
673  *                                                673  *
674  * @refcount:           refcount to keep track    674  * @refcount:           refcount to keep track of &struct dvb_frontend
675  *                      references                675  *                      references
676  * @ops:                embedded &struct dvb_f    676  * @ops:                embedded &struct dvb_frontend_ops
677  * @dvb:                pointer to &struct dvb    677  * @dvb:                pointer to &struct dvb_adapter
678  * @demodulator_priv:   demod private data        678  * @demodulator_priv:   demod private data
679  * @tuner_priv:         tuner private data        679  * @tuner_priv:         tuner private data
680  * @frontend_priv:      frontend private data     680  * @frontend_priv:      frontend private data
681  * @sec_priv:           SEC private data          681  * @sec_priv:           SEC private data
682  * @analog_demod_priv:  Analog demod private d    682  * @analog_demod_priv:  Analog demod private data
683  * @dtv_property_cache: embedded &struct dtv_f    683  * @dtv_property_cache: embedded &struct dtv_frontend_properties
684  * @callback:           callback function used    684  * @callback:           callback function used on some drivers to call
685  *                      either the tuner or th    685  *                      either the tuner or the demodulator.
686  * @id:                 Frontend ID               686  * @id:                 Frontend ID
687  * @exit:               Used to inform the DVB    687  * @exit:               Used to inform the DVB core that the frontend
688  *                      thread should exit (us    688  *                      thread should exit (usually, means that the hardware
689  *                      got disconnected.         689  *                      got disconnected.
690  */                                               690  */
691                                                   691 
692 struct dvb_frontend {                             692 struct dvb_frontend {
693         struct kref refcount;                     693         struct kref refcount;
694         struct dvb_frontend_ops ops;              694         struct dvb_frontend_ops ops;
695         struct dvb_adapter *dvb;                  695         struct dvb_adapter *dvb;
696         void *demodulator_priv;                   696         void *demodulator_priv;
697         void *tuner_priv;                         697         void *tuner_priv;
698         void *frontend_priv;                      698         void *frontend_priv;
699         void *sec_priv;                           699         void *sec_priv;
700         void *analog_demod_priv;                  700         void *analog_demod_priv;
701         struct dtv_frontend_properties dtv_pro    701         struct dtv_frontend_properties dtv_property_cache;
702 #define DVB_FRONTEND_COMPONENT_TUNER 0            702 #define DVB_FRONTEND_COMPONENT_TUNER 0
703 #define DVB_FRONTEND_COMPONENT_DEMOD 1            703 #define DVB_FRONTEND_COMPONENT_DEMOD 1
704         int (*callback)(void *adapter_priv, in    704         int (*callback)(void *adapter_priv, int component, int cmd, int arg);
705         int id;                                   705         int id;
706         unsigned int exit;                        706         unsigned int exit;
707 };                                                707 };
708                                                   708 
709 /**                                               709 /**
710  * dvb_register_frontend() - Registers a DVB f    710  * dvb_register_frontend() - Registers a DVB frontend at the adapter
711  *                                                711  *
712  * @dvb: pointer to &struct dvb_adapter           712  * @dvb: pointer to &struct dvb_adapter
713  * @fe: pointer to &struct dvb_frontend           713  * @fe: pointer to &struct dvb_frontend
714  *                                                714  *
715  * Allocate and initialize the private data ne    715  * Allocate and initialize the private data needed by the frontend core to
716  * manage the frontend and calls dvb_register_    716  * manage the frontend and calls dvb_register_device() to register a new
717  * frontend. It also cleans the property cache    717  * frontend. It also cleans the property cache that stores the frontend
718  * parameters and selects the first available     718  * parameters and selects the first available delivery system.
719  */                                               719  */
720 int dvb_register_frontend(struct dvb_adapter *    720 int dvb_register_frontend(struct dvb_adapter *dvb,
721                                  struct dvb_fr    721                                  struct dvb_frontend *fe);
722                                                   722 
723 /**                                               723 /**
724  * dvb_unregister_frontend() - Unregisters a D    724  * dvb_unregister_frontend() - Unregisters a DVB frontend
725  *                                                725  *
726  * @fe: pointer to &struct dvb_frontend           726  * @fe: pointer to &struct dvb_frontend
727  *                                                727  *
728  * Stops the frontend kthread, calls dvb_unreg    728  * Stops the frontend kthread, calls dvb_unregister_device() and frees the
729  * private frontend data allocated by dvb_regi    729  * private frontend data allocated by dvb_register_frontend().
730  *                                                730  *
731  * NOTE: This function doesn't frees the memor    731  * NOTE: This function doesn't frees the memory allocated by the demod,
732  * by the SEC driver and by the tuner. In orde    732  * by the SEC driver and by the tuner. In order to free it, an explicit call to
733  * dvb_frontend_detach() is needed, after call    733  * dvb_frontend_detach() is needed, after calling this function.
734  */                                               734  */
735 int dvb_unregister_frontend(struct dvb_fronten    735 int dvb_unregister_frontend(struct dvb_frontend *fe);
736                                                   736 
737 /**                                               737 /**
738  * dvb_frontend_detach() - Detaches and frees     738  * dvb_frontend_detach() - Detaches and frees frontend specific data
739  *                                                739  *
740  * @fe: pointer to &struct dvb_frontend           740  * @fe: pointer to &struct dvb_frontend
741  *                                                741  *
742  * This function should be called after dvb_un    742  * This function should be called after dvb_unregister_frontend(). It
743  * calls the SEC, tuner and demod release func    743  * calls the SEC, tuner and demod release functions:
744  * &dvb_frontend_ops.release_sec, &dvb_fronten    744  * &dvb_frontend_ops.release_sec, &dvb_frontend_ops.tuner_ops.release,
745  * &dvb_frontend_ops.analog_ops.release and &d    745  * &dvb_frontend_ops.analog_ops.release and &dvb_frontend_ops.release.
746  *                                                746  *
747  * If the driver is compiled with %CONFIG_MEDI    747  * If the driver is compiled with %CONFIG_MEDIA_ATTACH, it also decreases
748  * the module reference count, needed to allow    748  * the module reference count, needed to allow userspace to remove the
749  * previously used DVB frontend modules.          749  * previously used DVB frontend modules.
750  */                                               750  */
751 void dvb_frontend_detach(struct dvb_frontend *    751 void dvb_frontend_detach(struct dvb_frontend *fe);
752                                                   752 
753 /**                                               753 /**
754  * dvb_frontend_suspend() - Suspends a Digital    754  * dvb_frontend_suspend() - Suspends a Digital TV frontend
755  *                                                755  *
756  * @fe: pointer to &struct dvb_frontend           756  * @fe: pointer to &struct dvb_frontend
757  *                                                757  *
758  * This function prepares a Digital TV fronten    758  * This function prepares a Digital TV frontend to suspend.
759  *                                                759  *
760  * In order to prepare the tuner to suspend, i    760  * In order to prepare the tuner to suspend, if
761  * &dvb_frontend_ops.tuner_ops.suspend\(\) is     761  * &dvb_frontend_ops.tuner_ops.suspend\(\) is available, it calls it. Otherwise,
762  * it will call &dvb_frontend_ops.tuner_ops.sl    762  * it will call &dvb_frontend_ops.tuner_ops.sleep\(\), if available.
763  *                                                763  *
764  * It will also call &dvb_frontend_ops.suspend    764  * It will also call &dvb_frontend_ops.suspend\(\) to put the demod to suspend,
765  * if available. Otherwise it will call &dvb_f    765  * if available. Otherwise it will call &dvb_frontend_ops.sleep\(\).
766  *                                                766  *
767  * The drivers should also call dvb_frontend_s    767  * The drivers should also call dvb_frontend_suspend\(\) as part of their
768  * handler for the &device_driver.suspend\(\).    768  * handler for the &device_driver.suspend\(\).
769  */                                               769  */
770 int dvb_frontend_suspend(struct dvb_frontend *    770 int dvb_frontend_suspend(struct dvb_frontend *fe);
771                                                   771 
772 /**                                               772 /**
773  * dvb_frontend_resume() - Resumes a Digital T    773  * dvb_frontend_resume() - Resumes a Digital TV frontend
774  *                                                774  *
775  * @fe: pointer to &struct dvb_frontend           775  * @fe: pointer to &struct dvb_frontend
776  *                                                776  *
777  * This function resumes the usual operation o    777  * This function resumes the usual operation of the tuner after resume.
778  *                                                778  *
779  * In order to resume the frontend, it calls t    779  * In order to resume the frontend, it calls the demod
780  * &dvb_frontend_ops.resume\(\) if available.     780  * &dvb_frontend_ops.resume\(\) if available. Otherwise it calls demod
781  * &dvb_frontend_ops.init\(\).                    781  * &dvb_frontend_ops.init\(\).
782  *                                                782  *
783  * If &dvb_frontend_ops.tuner_ops.resume\(\) i    783  * If &dvb_frontend_ops.tuner_ops.resume\(\) is available, It, it calls it.
784  * Otherwise,t will call &dvb_frontend_ops.tun    784  * Otherwise,t will call &dvb_frontend_ops.tuner_ops.init\(\), if available.
785  *                                                785  *
786  * Once tuner and demods are resumed, it will     786  * Once tuner and demods are resumed, it will enforce that the SEC voltage and
787  * tone are restored to their previous values     787  * tone are restored to their previous values and wake up the frontend's
788  * kthread in order to retune the frontend.       788  * kthread in order to retune the frontend.
789  *                                                789  *
790  * The drivers should also call dvb_frontend_r    790  * The drivers should also call dvb_frontend_resume() as part of their
791  * handler for the &device_driver.resume\(\).     791  * handler for the &device_driver.resume\(\).
792  */                                               792  */
793 int dvb_frontend_resume(struct dvb_frontend *f    793 int dvb_frontend_resume(struct dvb_frontend *fe);
794                                                   794 
795 /**                                               795 /**
796  * dvb_frontend_reinitialise() - forces a rein    796  * dvb_frontend_reinitialise() - forces a reinitialisation at the frontend
797  *                                                797  *
798  * @fe: pointer to &struct dvb_frontend           798  * @fe: pointer to &struct dvb_frontend
799  *                                                799  *
800  * Calls &dvb_frontend_ops.init\(\) and &dvb_f    800  * Calls &dvb_frontend_ops.init\(\) and &dvb_frontend_ops.tuner_ops.init\(\),
801  * and resets SEC tone and voltage (for Satell    801  * and resets SEC tone and voltage (for Satellite systems).
802  *                                                802  *
803  * NOTE: Currently, this function is used only    803  * NOTE: Currently, this function is used only by one driver (budget-av).
804  * It seems to be due to address some special     804  * It seems to be due to address some special issue with that specific
805  * frontend.                                      805  * frontend.
806  */                                               806  */
807 void dvb_frontend_reinitialise(struct dvb_fron    807 void dvb_frontend_reinitialise(struct dvb_frontend *fe);
808                                                   808 
809 /**                                               809 /**
810  * dvb_frontend_sleep_until() - Sleep for the     810  * dvb_frontend_sleep_until() - Sleep for the amount of time given by
811  *                      add_usec parameter        811  *                      add_usec parameter
812  *                                                812  *
813  * @waketime: pointer to &struct ktime_t          813  * @waketime: pointer to &struct ktime_t
814  * @add_usec: time to sleep, in microseconds      814  * @add_usec: time to sleep, in microseconds
815  *                                                815  *
816  * This function is used to measure the time r    816  * This function is used to measure the time required for the
817  * FE_DISHNETWORK_SEND_LEGACY_CMD() ioctl to w    817  * FE_DISHNETWORK_SEND_LEGACY_CMD() ioctl to work. It needs to be as precise
818  * as possible, as it affects the detection of    818  * as possible, as it affects the detection of the dish tone command at the
819  * satellite subsystem.                           819  * satellite subsystem.
820  *                                                820  *
821  * Its used internally by the DVB frontend cor    821  * Its used internally by the DVB frontend core, in order to emulate
822  * FE_DISHNETWORK_SEND_LEGACY_CMD() using the     822  * FE_DISHNETWORK_SEND_LEGACY_CMD() using the &dvb_frontend_ops.set_voltage\(\)
823  * callback.                                      823  * callback.
824  *                                                824  *
825  * NOTE: it should not be used at the drivers,    825  * NOTE: it should not be used at the drivers, as the emulation for the
826  * legacy callback is provided by the Kernel.     826  * legacy callback is provided by the Kernel. The only situation where this
827  * should be at the drivers is when there are     827  * should be at the drivers is when there are some bugs at the hardware that
828  * would prevent the core emulation to work. O    828  * would prevent the core emulation to work. On such cases, the driver would
829  * be writing a &dvb_frontend_ops.dishnetwork_    829  * be writing a &dvb_frontend_ops.dishnetwork_send_legacy_command\(\) and
830  * calling this function directly.                830  * calling this function directly.
831  */                                               831  */
832 void dvb_frontend_sleep_until(ktime_t *waketim    832 void dvb_frontend_sleep_until(ktime_t *waketime, u32 add_usec);
833                                                   833 
834 #endif                                            834 #endif
835                                                   835 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php