Lines Matching defs:data
113 struct scsi_device **dt; /* ptrs to data transfer elements */
235 ch_read_element_status(scsi_changer *ch, u_int elem, char *data)
263 memcpy(data,buffer+16,16);
294 u_char cmd[10], data[16];
339 VPRINTK(KERN_INFO, "type #4 (dt): 0x%x+%d [data transfer]\n",
359 /* look up the devices of the data transfer elements */
377 (ch,elem+ch->firsts[CHET_DT],data)) {
382 if (data[6] & 0x80) {
385 } else if (0 == (data[6] & 0x30)) {
391 if (data[6] & 0x20) id = data[7];
392 if (data[6] & 0x10) lun = data[6] & 7;
541 u_char data[16];
547 (ch, ch->firsts[type]+i,data)) {
551 put_user(data[2], dest+i);
552 if (data[2] & CESTATUS_EXCEPT)
555 (int)data[4],(int)data[5]);
557 (ch, ch->firsts[type]+i,data);
896 unsigned char __user *data;
903 data = compat_ptr(ces32.ces_data);
904 return ch_gstatus(ch, ces32.ces_type, data);