Lines Matching refs:data
133 * When we are sending a little amount of data,
346 /* This will only happen if the last data line was complete.
351 frame->data[1] = CAN_ERR_CRTL_RX_OVERFLOW;
360 frame->data[2] = CAN_ERR_PROT_OVERLOAD;
363 frame->data[2] = CAN_ERR_PROT_TX;
408 * - An error message may replace the end of the data line.
442 /* This is not a well-formatted data line.
461 /* Read CAN data length */
497 frame->data[1] = CAN_ERR_CRTL_RX_OVERFLOW;
508 /* Parse the data nibbles. */
510 frame->data[i] =
625 /* Send a regular CAN data frame */
631 frame->data[i]);
728 * Wait for more data.
734 /* Remove parsed data from RX buffer. */
737 /* More data to parse? */
816 struct can_frame *frame = (struct can_frame *)skb->data;
884 /* Handle incoming ELM327 ASCII data.
983 /* Called by the driver when there's room for more data. */