Lines Matching defs:data
61 #define ACM_CTRL_DTR (1 << 0) /* host is ready for data r/w */
99 .bInterfaceCount = 2, // control + data
299 /* ACM control ... data handling is delegated to tty library code.
325 /* REVISIT: we currently just remember this data.
387 /* FIXME we should not allow data to flow until the
402 /* respond with data transfer or status phase? */
483 * @data: data to be sent
484 * @length: size of data
493 void *data, unsigned length)
516 memcpy(buf, data, length);