Go to the documentation of this file.
13 #include <linux/module.h>
24 #define dprintk(level,args...) \
25 do { if ((budget_debug & level)) { printk("%s: %s(): ", KBUILD_MODNAME, __func__); printk(args); } } while (0)
81 #define MAKE_BUDGET_INFO(x_var,x_name,x_type) \
82 static struct budget_info x_var ## _info = { \
85 static struct saa7146_pci_extension_data x_var = { \
86 .ext_priv = &x_var ## _info, \
87 .ext = &budget_extension };
90 #define BUDGET_TT_HW_DISEQC 1
91 #define BUDGET_PATCH 3
92 #define BUDGET_FS_ACTIVY 4
93 #define BUDGET_CIN1200S 5
94 #define BUDGET_CIN1200C 6
95 #define BUDGET_CIN1200T 7
96 #define BUDGET_KNC1S 8
97 #define BUDGET_KNC1C 9
98 #define BUDGET_KNC1T 10
99 #define BUDGET_KNC1SP 11
100 #define BUDGET_KNC1CP 12
101 #define BUDGET_KNC1TP 13
102 #define BUDGET_TVSTAR 14
103 #define BUDGET_CIN1200C_MK3 15
104 #define BUDGET_KNC1C_MK3 16
105 #define BUDGET_KNC1CP_MK3 17
106 #define BUDGET_KNC1S2 18
107 #define BUDGET_KNC1C_TDA10024 19
109 #define BUDGET_VIDEO_PORTA 0
110 #define BUDGET_VIDEO_PORTB 1
120 int uselocks,
int nobusyloop);
122 int uselocks,
int nobusyloop);