Home | History | Annotate | Download | only in libcras

Lines Matching full:data_len

3091 				   unsigned int data_len,
3097 msg = (struct cras_test_dev_command *)malloc(sizeof(*msg) + data_len);
3098 cras_fill_test_dev_command(msg, iodev_idx, command, data_len, data);