Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
af9013.h File Reference
#include <linux/dvb/frontend.h>

Go to the source code of this file.

Data Structures

struct  af9013_config
 

Macros

#define AF9013_TUNER_MXL5003D   3 /* MaxLinear */
 
#define AF9013_TUNER_MXL5005D   13 /* MaxLinear */
 
#define AF9013_TUNER_MXL5005R   30 /* MaxLinear */
 
#define AF9013_TUNER_ENV77H11D5   129 /* Panasonic */
 
#define AF9013_TUNER_MT2060   130 /* Microtune */
 
#define AF9013_TUNER_MC44S803   133 /* Freescale */
 
#define AF9013_TUNER_QT1010   134 /* Quantek */
 
#define AF9013_TUNER_UNKNOWN   140 /* for can tuners ? */
 
#define AF9013_TUNER_MT2060_2   147 /* Microtune */
 
#define AF9013_TUNER_TDA18271   156 /* NXP */
 
#define AF9013_TUNER_QT1010A   162 /* Quantek */
 
#define AF9013_TUNER_MXL5007T   177 /* MaxLinear */
 
#define AF9013_TUNER_TDA18218   179 /* NXP */
 
#define AF9013_TS_USB   0
 
#define AF9013_TS_PARALLEL   1
 
#define AF9013_TS_SERIAL   2
 
#define AF9013_GPIO_ON   (1 << 0)
 
#define AF9013_GPIO_EN   (1 << 1)
 
#define AF9013_GPIO_O   (1 << 2)
 
#define AF9013_GPIO_I   (1 << 3)
 
#define AF9013_GPIO_LO   (AF9013_GPIO_ON|AF9013_GPIO_EN)
 
#define AF9013_GPIO_HI   (AF9013_GPIO_ON|AF9013_GPIO_EN|AF9013_GPIO_O)
 
#define AF9013_GPIO_TUNER_ON   (AF9013_GPIO_ON|AF9013_GPIO_EN)
 
#define AF9013_GPIO_TUNER_OFF   (AF9013_GPIO_ON|AF9013_GPIO_EN|AF9013_GPIO_O)
 

Macro Definition Documentation

#define AF9013_GPIO_EN   (1 << 1)

Definition at line 95 of file af9013.h.

#define AF9013_GPIO_HI   (AF9013_GPIO_ON|AF9013_GPIO_EN|AF9013_GPIO_O)

Definition at line 99 of file af9013.h.

#define AF9013_GPIO_I   (1 << 3)

Definition at line 97 of file af9013.h.

#define AF9013_GPIO_LO   (AF9013_GPIO_ON|AF9013_GPIO_EN)

Definition at line 98 of file af9013.h.

#define AF9013_GPIO_O   (1 << 2)

Definition at line 96 of file af9013.h.

#define AF9013_GPIO_ON   (1 << 0)

Definition at line 94 of file af9013.h.

#define AF9013_GPIO_TUNER_OFF   (AF9013_GPIO_ON|AF9013_GPIO_EN|AF9013_GPIO_O)

Definition at line 101 of file af9013.h.

#define AF9013_GPIO_TUNER_ON   (AF9013_GPIO_ON|AF9013_GPIO_EN)

Definition at line 100 of file af9013.h.

#define AF9013_TS_PARALLEL   1

Definition at line 77 of file af9013.h.

#define AF9013_TS_SERIAL   2

Definition at line 78 of file af9013.h.

#define AF9013_TS_USB   0

Definition at line 76 of file af9013.h.

#define AF9013_TUNER_ENV77H11D5   129 /* Panasonic */

Definition at line 56 of file af9013.h.

#define AF9013_TUNER_MC44S803   133 /* Freescale */

Definition at line 58 of file af9013.h.

#define AF9013_TUNER_MT2060   130 /* Microtune */

Definition at line 57 of file af9013.h.

#define AF9013_TUNER_MT2060_2   147 /* Microtune */

Definition at line 61 of file af9013.h.

#define AF9013_TUNER_MXL5003D   3 /* MaxLinear */

Definition at line 53 of file af9013.h.

#define AF9013_TUNER_MXL5005D   13 /* MaxLinear */

Definition at line 54 of file af9013.h.

#define AF9013_TUNER_MXL5005R   30 /* MaxLinear */

Definition at line 55 of file af9013.h.

#define AF9013_TUNER_MXL5007T   177 /* MaxLinear */

Definition at line 64 of file af9013.h.

#define AF9013_TUNER_QT1010   134 /* Quantek */

Definition at line 59 of file af9013.h.

#define AF9013_TUNER_QT1010A   162 /* Quantek */

Definition at line 63 of file af9013.h.

#define AF9013_TUNER_TDA18218   179 /* NXP */

Definition at line 65 of file af9013.h.

#define AF9013_TUNER_TDA18271   156 /* NXP */

Definition at line 62 of file af9013.h.

#define AF9013_TUNER_UNKNOWN   140 /* for can tuners ? */

Definition at line 60 of file af9013.h.