Lines Matching defs:config
33 const struct stv6110x_config *config = stv6110x->config;
37 { .addr = config->addr, .flags = 0, .buf = b0, .len = 1 },
38 { .addr = config->addr, .flags = I2C_M_RD, .buf = b1, .len = 1 }
54 const struct stv6110x_config *config = stv6110x->config;
58 .addr = config->addr,
345 switch (stv6110x->config->clk_div) {
412 struct stv6110x_config *config = client->dev.platform_data;
420 stv6110x->frontend = config->frontend;
422 stv6110x->config = config;
434 config->get_devctl = stv6110x_get_devctl;
448 const struct stv6110x_config *config,
459 stv6110x->config = config;