Home
last modified time | relevance | path

Searched refs:next_portion (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp5590_low.c653 size_t next_portion; in hp5590_bulk_read() local
757 next_portion = BULK_READ_PAGE_SIZE; in hp5590_bulk_read()
760 - bulk_read_state->bytes_available < next_portion) in hp5590_bulk_read()
768 __func__, (u_long) next_portion); in hp5590_bulk_read()
771 &next_portion); in hp5590_bulk_read()
782 if (next_portion != BULK_READ_PAGE_SIZE) in hp5590_bulk_read()
786 __func__, BULK_READ_PAGE_SIZE, (u_long) next_portion); in hp5590_bulk_read()
791 bulk_read_state->buffer_in_ptr += next_portion; in hp5590_bulk_read()
815 bulk_read_state->bytes_available += next_portion; in hp5590_bulk_read()
886 size_t next_portion; in hp5590_bulk_write() local
[all...]

Completed in 1 milliseconds