tda18212_config
struct tda18212_config config = {
struct tda18212_config config = {
struct tda18212_config cfg;
struct tda18212_config *cfg = client->dev.platform_data;
memcpy(&dev->cfg, cfg, sizeof(struct tda18212_config));
struct tda18212_config tda18212_config =
tda18212_config.fe = adap->fe[0];
&tda18212_config);
struct tda18212_config tda18212_config = anysee_tda18212_config;
tda18212_config.fe = adap->fe[0];
ret = anysee_add_i2c_dev(d, "tda18212", 0x60, &tda18212_config);
struct tda18212_config tda18212_config =
tda18212_config.fe = adap->fe[0];
ret = anysee_add_i2c_dev(d, "tda18212", 0x60, &tda18212_config);
static const struct tda18212_config anysee_tda18212_config = {
static const struct tda18212_config anysee_tda18212_config2 = {
static struct tda18212_config kworld_ub435q_v3_config = {