Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_core.c700 int empty, reached_eof, exhausted, ready; in xillybus_read() local
762 reached_eof = channel->wr_empty && in xillybus_read()
764 channel->wr_hangup = reached_eof; in xillybus_read()
814 if ((bytes_done >= count) || reached_eof) in xillybus_read()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus_core.c676 int empty, reached_eof, exhausted, ready; in xillybus_read() local
738 reached_eof = channel->wr_empty && in xillybus_read()
740 channel->wr_hangup = reached_eof; in xillybus_read()
792 if ((bytes_done >= count) || reached_eof) in xillybus_read()

Completed in 4 milliseconds