Lines Matching defs:data
54 /* pctv452e sends us this amount of data for each issued usb-command */
106 static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data,
115 if (!data || (write_len > 64 - 4) || (read_len > 64 - 4)) {
116 err("%s: transfer data invalid", __func__);
131 memcpy(buf + 4, data, write_len);
143 memcpy(data, buf + 4, read_len);
157 u8 cmd, u8 *data, unsigned int write_len,
160 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;
165 ret = tt3650_ci_msg(d, cmd, data, write_len, read_len);
293 struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;
366 if (NULL == state->ca.data)
396 state->ca.data = d;
985 /* parameter for the MPEG2-data transfer */
1038 /* parameter for the MPEG2-data transfer */