Home
last modified time | relevance | path

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

/drivers/char/xillybus/
Dxillybus_core.c411 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
493 seekable = (chandesc[2] >> 6) & 0x01; in xilly_setupchannels()
527 channel->seekable = seekable; in xilly_setupchannels()
536 channel->seekable = seekable; in xilly_setupchannels()
1555 if (!rc && (!channel->seekable)) in xillybus_open()
Dxillybus.h47 int seekable; member