sp2_config
struct sp2_config *cfg = client->dev.platform_data;
struct sp2_config sp2_config;
memset(&sp2_config, 0, sizeof(sp2_config));
sp2_config.dvb_adap = &port->frontends.adapter;
sp2_config.priv = port;
sp2_config.ci_control = cx23885_sp2_ci_ctrl;
info.platform_data = &sp2_config;
struct sp2_config sp2_config = {};
sp2_config.dvb_adap = &adap->dvb_adap;
sp2_config.priv = d;
sp2_config.ci_control = dvbsky_ci_ctrl;
0x40, &sp2_config);
struct sp2_config sp2_config = {};
sp2_config.dvb_adap = &adap->dvb_adap;
sp2_config.priv = d;
sp2_config.ci_control = dvbsky_ci_ctrl;
0x40, &sp2_config);