Home
last modified time | relevance | path

Searched refs:this_read (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/misc/
Drio500.c369 int this_read; in read_rio() local
398 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
402 ibuf, this_read, &partial, in read_rio()
407 result, this_read, partial); in read_rio()
410 count = this_read = partial; in read_rio()
426 result, partial, this_read); in read_rio()
433 if (this_read) { in read_rio()
434 if (copy_to_user(buffer, ibuf, this_read)) { in read_rio()
438 count -= this_read; in read_rio()
439 read_count += this_read; in read_rio()
[all …]