Lines Matching refs:data
123 /* the buffer to intr data */
134 /* The data MSB that is reported back */
136 /* The data LSB that is reported back */
169 unsigned char *data = usb_pcwd->intr_buffer;
190 dev_dbg(dev, "received following data cmd=0x%02x msb=0x%02x lsb=0x%02x",
191 data[0], data[1], data[2]);
193 usb_pcwd->cmd_command = data[0];
194 usb_pcwd->cmd_data_msb = data[1];
195 usb_pcwd->cmd_data_lsb = data[2];
230 "sending following data cmd=0x%02x msb=0x%02x lsb=0x%02x",
361 static ssize_t usb_pcwd_write(struct file *file, const char __user *data,
377 if (get_user(c, data + i))
509 static ssize_t usb_pcwd_temperature_read(struct file *file, char __user *data,
517 if (copy_to_user(data, &temperature, 1))
642 /* get a handle to the interrupt data pipe */