Searched defs:umt_config (Results 1 - 1 of 1) sorted by relevance

/drivers/media/dvb/dvb-usb/
H A Dumt-010.c57 struct mt352_config umt_config; local
59 memset(&umt_config,0,sizeof(struct mt352_config));
60 umt_config.demod_init = umt_mt352_demod_init;
61 umt_config.demod_address = 0xf;
63 adap->fe_adap[0].fe = dvb_attach(mt352_attach, &umt_config, &adap->dev->i2c_adap);

Completed in 60 milliseconds