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) {
411 struct stv6110x_config *config = client->dev.platform_data;
419 stv6110x->frontend = config->frontend;
421 stv6110x->config = config;
433 config->get_devctl = stv6110x_get_devctl;
446 const struct stv6110x_config *config,
457 stv6110x->config = config;