Lines Matching refs:onoff
92 static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff);
222 static int dib7000p_set_diversity_in(struct dvb_frontend *demod, int onoff) in dib7000p_set_diversity_in() argument
228 onoff = 0; in dib7000p_set_diversity_in()
233 state->div_state = (u8) onoff; in dib7000p_set_diversity_in()
235 if (onoff) { in dib7000p_set_diversity_in()
2048 static int dib7000p_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff) in dib7000p_pid_filter_ctrl() argument
2052 val |= (onoff & 0x1) << 4; in dib7000p_pid_filter_ctrl()
2053 dprintk("PID filter enabled %d", onoff); in dib7000p_pid_filter_ctrl()
2057 static int dib7000p_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib7000p_pid_filter() argument
2060 dprintk("PID filter: index %x, PID %d, OnOff %d", id, pid, onoff); in dib7000p_pid_filter()
2061 return dib7000p_write_word(state, 241 + id, onoff ? (1 << 13) | pid : 0); in dib7000p_pid_filter()
2476 static void dib7090_enMpegMux(struct dib7000p_state *state, int onoff) in dib7090_enMpegMux() argument
2480 switch (onoff) { in dib7090_enMpegMux()
2561 static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff) in dib7090_set_diversity_in() argument
2566 switch (onoff) { in dib7090_set_diversity_in()
2590 dib7000p_set_diversity_in(&state->demod, onoff); in dib7090_set_diversity_in()
2676 static int dib7090_tuner_sleep(struct dvb_frontend *fe, int onoff) in dib7090_tuner_sleep() argument
2681 dprintk("sleep dib7090: %d", onoff); in dib7090_tuner_sleep()
2688 if (onoff) in dib7090_tuner_sleep()