Lines Matching defs:onoff
96 static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff);
226 static int dib7000p_set_diversity_in(struct dvb_frontend *demod, int onoff)
232 onoff = 0;
237 state->div_state = (u8) onoff;
239 if (onoff) {
2067 static int dib7000p_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
2071 val |= (onoff & 0x1) << 4;
2072 dprintk("PID filter enabled %d\n", onoff);
2076 static int dib7000p_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
2079 dprintk("PID filter: index %x, PID %d, OnOff %d\n", id, pid, onoff);
2080 return dib7000p_write_word(state, 241 + id, onoff ? (1 << 13) | pid : 0);
2495 static void dib7090_enMpegMux(struct dib7000p_state *state, int onoff)
2499 switch (onoff) {
2580 static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff)
2585 switch (onoff) {
2609 dib7000p_set_diversity_in(&state->demod, onoff);
2695 static int dib7090_tuner_sleep(struct dvb_frontend *fe, int onoff)
2700 dprintk("sleep dib7090: %d\n", onoff);
2707 if (onoff)