Lines Matching refs:onoff

795 static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)  in dib7070_tuner_reset()  argument
800 deb_info("reset: %d", onoff); in dib7070_tuner_reset()
801 return state->dib7000p_ops.set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
804 static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff) in dib7070_tuner_sleep() argument
809 deb_info("sleep: %d", onoff); in dib7070_tuner_sleep()
810 return state->dib7000p_ops.set_gpio(fe, 9, 0, onoff); in dib7070_tuner_sleep()
916 u16 pid, int onoff) in stk7700p_pid_filter() argument
922 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter()
923 return dib7000m_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter()
926 static int stk7700p_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff) in stk7700p_pid_filter_ctrl() argument
931 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk7700p_pid_filter_ctrl()
932 return dib7000m_pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk7700p_pid_filter_ctrl()
935 static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in stk70x0p_pid_filter() argument
938 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk70x0p_pid_filter()
941 static int stk70x0p_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff) in stk70x0p_pid_filter_ctrl() argument
944 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk70x0p_pid_filter_ctrl()
1229 static int dib80xx_tuner_reset(struct dvb_frontend *fe, int onoff) in dib80xx_tuner_reset() argument
1234 return state->dib8000_ops.set_gpio(fe, 5, 0, !onoff); in dib80xx_tuner_reset()
1237 static int dib80xx_tuner_sleep(struct dvb_frontend *fe, int onoff) in dib80xx_tuner_sleep() argument
1242 return state->dib8000_ops.set_gpio(fe, 0, 0, onoff); in dib80xx_tuner_sleep()
1326 u16 pid, int onoff) in stk80xx_pid_filter() argument
1330 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk80xx_pid_filter()
1334 int onoff) in stk80xx_pid_filter_ctrl() argument
1338 return state->dib8000_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk80xx_pid_filter_ctrl()
2184 static int dib90x0_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in dib90x0_pid_filter() argument
2186 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in dib90x0_pid_filter()
2189 static int dib90x0_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff) in dib90x0_pid_filter_ctrl() argument
2191 return dib9000_fw_pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in dib90x0_pid_filter_ctrl()
2194 static int dib90x0_tuner_reset(struct dvb_frontend *fe, int onoff) in dib90x0_tuner_reset() argument
2196 return dib9000_set_gpio(fe, 5, 0, !onoff); in dib90x0_tuner_reset()
2199 static int dib90x0_tuner_sleep(struct dvb_frontend *fe, int onoff) in dib90x0_tuner_sleep() argument
2201 return dib9000_set_gpio(fe, 0, 0, onoff); in dib90x0_tuner_sleep()