Lines Matching full:onoff
1476 static int rtl2831u_power_ctrl(struct dvb_usb_device *d, int onoff) in rtl2831u_power_ctrl() argument
1481 dev_dbg(&d->intf->dev, "onoff=%d\n", onoff); in rtl2831u_power_ctrl()
1495 if (onoff) { in rtl2831u_power_ctrl()
1529 if (onoff) in rtl2831u_power_ctrl()
1538 static int rtl2832u_power_ctrl(struct dvb_usb_device *d, int onoff) in rtl2832u_power_ctrl() argument
1542 dev_dbg(&d->intf->dev, "onoff=%d\n", onoff); in rtl2832u_power_ctrl()
1544 if (onoff) { in rtl2832u_power_ctrl()
1596 static int rtl28xxu_power_ctrl(struct dvb_usb_device *d, int onoff) in rtl28xxu_power_ctrl() argument
1601 return rtl2831u_power_ctrl(d, onoff); in rtl28xxu_power_ctrl()
1603 return rtl2832u_power_ctrl(d, onoff); in rtl28xxu_power_ctrl()
1606 static int rtl28xxu_frontend_ctrl(struct dvb_frontend *fe, int onoff) in rtl28xxu_frontend_ctrl() argument
1614 dev_dbg(&d->intf->dev, "fe=%d onoff=%d\n", fe->id, onoff); in rtl28xxu_frontend_ctrl()
1621 if (onoff) in rtl28xxu_frontend_ctrl()
1631 ret = pdata->slave_ts_ctrl(dev->i2c_client_demod, onoff); in rtl28xxu_frontend_ctrl()
1851 static int rtl28xxu_pid_filter_ctrl(struct dvb_usb_adapter *adap, int onoff) in rtl28xxu_pid_filter_ctrl() argument
1858 return pdata->pid_filter_ctrl(adap->fe[0], onoff); in rtl28xxu_pid_filter_ctrl()
1862 return pdata->pid_filter_ctrl(adap->fe[0], onoff); in rtl28xxu_pid_filter_ctrl()
1867 u16 pid, int onoff) in rtl28xxu_pid_filter() argument
1874 return pdata->pid_filter(adap->fe[0], index, pid, onoff); in rtl28xxu_pid_filter()
1878 return pdata->pid_filter(adap->fe[0], index, pid, onoff); in rtl28xxu_pid_filter()