Lines Matching +full:0 +full:x2000
53 pipe = usb_sndctrlpipe(d->udev, 0); in ce6230_ctrl_msg()
56 pipe = usb_rcvctrlpipe(d->udev, 0); in ce6230_ctrl_msg()
67 if (ret < 0) in ce6230_ctrl_msg()
71 ret = 0; in ce6230_ctrl_msg()
89 int ret = 0, i = 0; in ce6230_i2c_master_xfer()
95 memset(&req, 0, sizeof(req)); in ce6230_i2c_master_xfer()
97 if (mutex_lock_interruptible(&d->i2c_mutex) < 0) in ce6230_i2c_master_xfer()
110 req.index = msg[i].buf[0]; in ce6230_i2c_master_xfer()
112 req.data = &msg[i+1].buf[0]; in ce6230_i2c_master_xfer()
130 req.index = msg[i].buf[0]; in ce6230_i2c_master_xfer()
136 req.value = 0x2000 + (msg[i].addr >> 1); in ce6230_i2c_master_xfer()
137 req.index = 0x0000; in ce6230_i2c_master_xfer()
139 req.data = &msg[i].buf[0]; in ce6230_i2c_master_xfer()
164 .demod_address = 0x1e,
169 .clock_ctl_1 = 0x34,
170 .pll_0 = 0x0e,
179 adap->fe[0] = dvb_attach(zl10353_attach, &ce6230_zl10353_config, in ce6230_zl10353_frontend_attach()
181 if (adap->fe[0] == NULL) in ce6230_zl10353_frontend_attach()
184 return 0; in ce6230_zl10353_frontend_attach()
188 .i2c_address = 0xc6,
201 .AgcMasterByte = 0x00,
211 ret = dvb_attach(mxl5005s_attach, adap->fe[0], &d->i2c_adap, in ce6230_mxl5003s_tuner_attach()
212 &ce6230_mxl5003s_config) == NULL ? -ENODEV : 0; in ce6230_mxl5003s_tuner_attach()
222 /* InterfaceNumber 1 / AlternateSetting 0 idle in ce6230_power_ctrl()
250 .endpoint = 0x82,