Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Drio500.c368 int this_read; in read_rio() local
397 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
401 ibuf, this_read, &partial, in read_rio()
406 result, this_read, partial); in read_rio()
409 count = this_read = partial; in read_rio()
425 result, partial, this_read); in read_rio()
432 if (this_read) { in read_rio()
433 if (copy_to_user(buffer, ibuf, this_read)) { in read_rio()
437 count -= this_read; in read_rio()
438 read_count += this_read; in read_rio()
[all …]
Dchaoskey.c320 int this_read; in _chaoskey_fill() local
348 dev->buf, dev->size, &this_read, in _chaoskey_fill()
355 dev->valid = this_read; in _chaoskey_fill()
360 result, this_read); in _chaoskey_fill()