Lines Matching defs:rv
568 long rv = 0;580 rv = wait_event_interruptible(583 if (rv < 0)584 return rv;592 rv = -EINVAL;594 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count);595 if (rv == 0)596 rv = out_count;600 return rv;609 int rv;621 rv = line6_send_raw_message(line6, data_copy, count);624 return rv;