• Home
  • Raw
  • Download

Lines Matching refs:onoff

1428 static int rtl2831u_power_ctrl(struct dvb_usb_device *d, int onoff)  in rtl2831u_power_ctrl()  argument
1433 dev_dbg(&d->intf->dev, "onoff=%d\n", onoff); in rtl2831u_power_ctrl()
1447 if (onoff) { in rtl2831u_power_ctrl()
1481 if (onoff) in rtl2831u_power_ctrl()
1490 static int rtl2832u_power_ctrl(struct dvb_usb_device *d, int onoff) in rtl2832u_power_ctrl() argument
1494 dev_dbg(&d->intf->dev, "onoff=%d\n", onoff); in rtl2832u_power_ctrl()
1496 if (onoff) { in rtl2832u_power_ctrl()
1548 static int rtl28xxu_power_ctrl(struct dvb_usb_device *d, int onoff) in rtl28xxu_power_ctrl() argument
1553 return rtl2831u_power_ctrl(d, onoff); in rtl28xxu_power_ctrl()
1555 return rtl2832u_power_ctrl(d, onoff); in rtl28xxu_power_ctrl()
1558 static int rtl28xxu_frontend_ctrl(struct dvb_frontend *fe, int onoff) in rtl28xxu_frontend_ctrl() argument
1566 dev_dbg(&d->intf->dev, "fe=%d onoff=%d\n", fe->id, onoff); in rtl28xxu_frontend_ctrl()
1573 if (onoff) in rtl28xxu_frontend_ctrl()
1583 ret = pdata->slave_ts_ctrl(dev->i2c_client_demod, onoff); in rtl28xxu_frontend_ctrl()
1804 static int rtl28xxu_pid_filter_ctrl(struct dvb_usb_adapter *adap, int onoff) in rtl28xxu_pid_filter_ctrl() argument
1811 return pdata->pid_filter_ctrl(adap->fe[0], onoff); in rtl28xxu_pid_filter_ctrl()
1815 return pdata->pid_filter_ctrl(adap->fe[0], onoff); in rtl28xxu_pid_filter_ctrl()
1820 u16 pid, int onoff) in rtl28xxu_pid_filter() argument
1827 return pdata->pid_filter(adap->fe[0], index, pid, onoff); in rtl28xxu_pid_filter()
1831 return pdata->pid_filter(adap->fe[0], index, pid, onoff); in rtl28xxu_pid_filter()