Lines Matching defs:cfg
70 struct qm1d1b0004_config cfg;
116 if (state->cfg.half_step)
127 buf[2] = 0xe0 | state->cfg.half_step;
134 buf[0] = 0xe4 | state->cfg.half_step;
141 lpf_freq = state->cfg.lpf_freq;
147 buf[0] = 0xe4 | ((lpf & 0x0c) << 1) | state->cfg.half_step;
167 memcpy(&state->cfg, priv_cfg, sizeof(state->cfg));
178 if (state->cfg.half_step)
203 struct qm1d1b0004_config *cfg;
207 cfg = client->dev.platform_data;
208 fe = cfg->fe;
221 ret = qm1d1b0004_set_config(fe, cfg);