Lines Matching refs:cxusb_ctrl_msg

83 int cxusb_ctrl_msg(struct dvb_usb_device *d,  in cxusb_ctrl_msg()  function
122 cxusb_ctrl_msg(d, CMD_GPIO_WRITE, o, 2, &i, 1); in cxusb_gpio_tuner()
140 rc = cxusb_ctrl_msg(d, CMD_BLUEBIRD_GPIO_RW, o, 2, &gpio_state, 1); in cxusb_bluebird_gpio_rw()
166 rc = cxusb_ctrl_msg(d, CMD_GPIO_WRITE, o, 2, &i, 1); in cxusb_d680_dmb_gpio_tuner()
213 if (cxusb_ctrl_msg(d, CMD_I2C_READ, in cxusb_i2c_xfer()
242 if (cxusb_ctrl_msg(d, CMD_I2C_READ, in cxusb_i2c_xfer()
267 if (cxusb_ctrl_msg(d, CMD_I2C_WRITE, obuf, in cxusb_i2c_xfer()
302 return cxusb_ctrl_msg(d, CMD_POWER_ON, &b, 1, NULL, 0); in _cxusb_power_ctrl()
304 return cxusb_ctrl_msg(d, CMD_POWER_OFF, &b, 1, NULL, 0); in _cxusb_power_ctrl()
341 return cxusb_ctrl_msg(d, CMD_POWER_OFF, NULL, 0, NULL, 0); in cxusb_aver_power_ctrl()
347 } while (!(ret = cxusb_ctrl_msg(d, CMD_POWER_ON, NULL, 0, NULL, 0)) && in cxusb_aver_power_ctrl()
348 !(ret = cxusb_ctrl_msg(d, 0x15, NULL, 0, NULL, 0)) && in cxusb_aver_power_ctrl()
349 !(ret = cxusb_ctrl_msg(d, 0x17, NULL, 0, NULL, 0)) && 0); in cxusb_aver_power_ctrl()
372 ret = cxusb_ctrl_msg(d, CMD_I2C_WRITE, in cxusb_aver_power_ctrl()
388 return cxusb_ctrl_msg(d, CMD_POWER_ON, &b, 1, NULL, 0); in cxusb_bluebird_power_ctrl()
414 cxusb_ctrl_msg(d, CMD_DIGITAL, NULL, 0, &b, 1); in cxusb_d680_dmb_power_ctrl()
435 cxusb_ctrl_msg(dvbdev, CMD_STREAMING_ON, buf, 2, NULL, 0); in cxusb_streaming_ctrl()
437 cxusb_ctrl_msg(dvbdev, CMD_STREAMING_OFF, NULL, 0, NULL, 0); in cxusb_streaming_ctrl()
448 cxusb_ctrl_msg(adap->dev, CMD_AVER_STREAM_ON, NULL, 0, NULL, 0); in cxusb_aver_streaming_ctrl()
450 cxusb_ctrl_msg(adap->dev, CMD_AVER_STREAM_OFF, in cxusb_aver_streaming_ctrl()
508 return cxusb_ctrl_msg(adap->dev, CMD_STREAMING_ON, in cxusb_d680_dmb_streaming_ctrl()
511 int ret = cxusb_ctrl_msg(adap->dev, in cxusb_d680_dmb_streaming_ctrl()
521 if (cxusb_ctrl_msg(d, CMD_GET_IR_CODE, NULL, 0, ircode, 4) < 0) in cxusb_rc_query()
553 if (cxusb_ctrl_msg(d, 0x10, NULL, 0, ircode, 2) < 0) in cxusb_d680_dmb_rc_query()
878 ret = cxusb_ctrl_msg(dvbdev, digital ? CMD_DIGITAL : CMD_ANALOG, in cxusb_medion_set_mode()
927 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_lgdt3303_frontend_attach()
957 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_mt352_frontend_attach()
972 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_dee1601_frontend_attach()
1002 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_dualdig4_frontend_attach()
1122 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_dualdig4_rev2_frontend_attach()
1215 cxusb_ctrl_msg(adap->dev, CMD_DIGITAL, NULL, 0, NULL, 0); in cxusb_nano2_frontend_attach()