Lines Matching refs:onoff
22 int dibusb_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff)
27 if (st->ops.fifo_ctrl(adap->fe_adap[0].fe, onoff)) {
36 int dibusb_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff)
42 index, pid, onoff);
48 int dibusb_pid_filter_ctrl(struct dvb_usb_adapter *adap, int onoff)
53 if (st->ops.pid_parse(adap->fe_adap[0].fe, onoff) < 0)
60 int dibusb_power_ctrl(struct dvb_usb_device *d, int onoff)
71 b[2] = onoff ? DIBUSB_IOCTL_POWER_WAKEUP : DIBUSB_IOCTL_POWER_SLEEP;
83 int dibusb2_0_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff)
92 if ((ret = dibusb_streaming_ctrl(adap,onoff)) < 0)
95 if (onoff) {
104 b[1] = onoff ? DIBUSB_IOCTL_CMD_ENABLE_STREAM : DIBUSB_IOCTL_CMD_DISABLE_STREAM;
113 int dibusb2_0_power_ctrl(struct dvb_usb_device *d, int onoff)
118 if (!onoff)