Lines Matching defs:config
32 const struct mt312_config *config;
57 msg[0].addr = state->config->demod_address;
61 msg[1].addr = state->config->demod_address;
108 msg.addr = state->config->demod_address;
427 if (state->config->voltage_inverted)
691 u8 config;
710 ret = mt312_readreg(state, CONFIG, &config);
715 ret = mt312_writereg(state, CONFIG, config & 0x7f);
777 struct dvb_frontend *mt312_attach(const struct mt312_config *config,
788 state->config = config;