Lines Matching defs:core
53 #define info_printk(core, fmt, arg...) \ argument
56 #define warn_printk(core, fmt, arg...) \ argument
59 #define err_printk(core, fmt, arg...) \ argument
2827 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) in leadtek_eeprom()
2855 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) in hauppauge_eeprom()
2954 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom()
2969 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback()
3001 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core, in cx88_xc3028_geniatech_tuner_callback()
3028 static int cx88_xc3028_winfast1800h_callback(struct cx88_core *core, in cx88_xc3028_winfast1800h_callback()
3045 static int cx88_xc4000_winfast2000h_plus_callback(struct cx88_core *core, in cx88_xc4000_winfast2000h_plus_callback()
3064 static int cx88_pv_8000gt_callback(struct cx88_core *core, in cx88_pv_8000gt_callback()
3085 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core) in dvico_fusionhdtv_hybrid_init()
3117 static int cx88_xc2028_tuner_callback(struct cx88_core *core, in cx88_xc2028_tuner_callback()
3164 static int cx88_xc4000_tuner_callback(struct cx88_core *core, in cx88_xc4000_tuner_callback()
3184 static int cx88_xc5000_tuner_callback(struct cx88_core *core, in cx88_xc5000_tuner_callback()
3230 struct cx88_core *core; in cx88_tuner_callback() local
3266 static void cx88_card_list(struct cx88_core *core, struct pci_dev *pci) in cx88_card_list()
3294 static void cx88_card_setup_pre_i2c(struct cx88_core *core) in cx88_card_setup_pre_i2c()
3365 void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl) in cx88_setup_xc3028()
3413 static void cx88_card_setup(struct cx88_core *core) in cx88_card_setup()
3658 int cx88_get_resources(const struct cx88_core *core, struct pci_dev *pci) in cx88_get_resources()
3676 struct cx88_core *core; in cx88_core_create() local