Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Drio500.c351 int this_read; in read_rio() local
380 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
384 ibuf, this_read, &partial, in read_rio()
389 result, this_read, partial); in read_rio()
392 count = this_read = partial; in read_rio()
408 result, partial, this_read); in read_rio()
415 if (this_read) { in read_rio()
416 if (copy_to_user(buffer, ibuf, this_read)) { in read_rio()
420 count -= this_read; in read_rio()
421 read_count += this_read; in read_rio()
[all …]