Searched refs:mn88472_config (Results 1 – 3 of 3) sorted by relevance
32 struct mn88472_config { struct
932 struct mn88472_config mn88472_config = {}; in rtl2832u_frontend_attach() local934 mn88472_config.fe = &adap->fe[1]; in rtl2832u_frontend_attach()935 mn88472_config.i2c_wr_max = 22, in rtl2832u_frontend_attach()937 mn88472_config.xtal = 20500000; in rtl2832u_frontend_attach()938 mn88472_config.ts_mode = SERIAL_TS_MODE; in rtl2832u_frontend_attach()939 mn88472_config.ts_clock = VARIABLE_TS_CLOCK; in rtl2832u_frontend_attach()941 info.platform_data = &mn88472_config; in rtl2832u_frontend_attach()
440 struct mn88472_config *config = client->dev.platform_data; in mn88472_probe()