m88rs6000t_config
struct m88rs6000t_config m88rs6000t_config = {};
memset(&m88rs6000t_config, 0, sizeof(m88rs6000t_config));
m88rs6000t_config.fe = fe0->dvb.frontend;
info.platform_data = &m88rs6000t_config;
struct m88rs6000t_config m88rs6000t_config;
m88rs6000t_config.fe = port->fe;
tuner_info.platform_data = &m88rs6000t_config;
struct m88rs6000t_config cfg;
struct m88rs6000t_config *cfg = client->dev.platform_data;
memcpy(&dev->cfg, cfg, sizeof(struct m88rs6000t_config));