Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/genwqe/
Dcard_sysfs.c175 int next_bitstream; in next_bitstream_show() local
180 next_bitstream = 0; in next_bitstream_show()
183 next_bitstream = 1; in next_bitstream_show()
186 next_bitstream = -1; in next_bitstream_show()
189 return sprintf(buf, "%d\n", next_bitstream); in next_bitstream_show()
216 static DEVICE_ATTR_RW(next_bitstream);
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-genwqe23 What: /sys/class/genwqe/genwqe<n>_card/next_bitstream
35 on 'next_bitstream'.