Lines Matching refs:config
228 struct tda18212_config config = {
249 client = dvb_module_probe("tda18212", NULL, i2c, addr, &config);
491 struct drxk_config config;
493 memset(&config, 0, sizeof(config));
494 config.microcode_name = "drxk_a3.mc";
495 config.qam_demod_parameter_count = 4;
496 config.adr = 0x29 + (chan->number ^ 2);
498 chan->fe = dvb_attach(drxk_attach, &config, i2c);
1116 /* A custom electrical interface config for the demod to bridge */