Lines Matching defs:data
96 u8 data[8];
248 /* Send data to device */
257 /* create a URB, and a buffer for it, and copy the data to the URB */
304 /* Send data to device */
309 struct can_frame *cf = (struct can_frame *)skb->data;
349 memcpy(usb_msg.data, cf->data, usb_msg.dlc);
451 memcpy(cf->data, msg->data, cf->len);
558 /* Callback for reading data from device