Lines Matching defs:config
24 const struct s5h1409_config *config;
306 struct i2c_msg msg = { .addr = state->config->demod_address,
325 { .addr = state->config->demod_address, .flags = 0,
327 { .addr = state->config->demod_address, .flags = I2C_M_RD,
351 #define S5H1409_QAM_IF_FREQ (state->config->qam_if)
652 if (state->config->hvr1600_opt == S5H1409_HVR1600_OPTIMIZE) {
715 if (state->config->hvr1600_opt == S5H1409_HVR1600_OPTIMIZE) {
727 if (state->config->output_mode == S5H1409_SERIAL_OUTPUT)
734 s5h1409_set_spectralinversion(fe, state->config->inversion);
736 s5h1409_set_gpio(fe, state->config->gpio);
737 s5h1409_set_mpeg_timing(fe, state->config->mpeg_timing);
759 if (state->config->hvr1600_opt == S5H1409_HVR1600_OPTIMIZE) {
772 switch (state->config->status_mode) {
942 struct dvb_frontend *s5h1409_attach(const struct s5h1409_config *config,
954 state->config = config;