Home
last modified time | relevance | path

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

/linux/drivers/char/xillybus/
H A Dxillybus_core.c436 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
513 allowpartial = (chandesc[1] >> 6) & 0x01; in xilly_setupchannels()
549 channel->rd_allow_partial = allowpartial; in xilly_setupchannels()
564 channel->wr_allow_partial = allowpartial; in xilly_setupchannels()
/linux/Documentation/driver-api/
H A Dxillybus.rst166 separate configuration flag ("allowpartial") that determines whether such a
212 * allowpartial: A non-zero value means that a read() or write() (whichever