Searched refs:Writer (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 7 use super::{Reader, Writer}; 41 impl<D: Writer, W> Writer for WritableAdapter<D, W> { 76 impl<D, F> Writer for FormatAdapter<D, F>
|
| H A D | file_ops.rs | 4 use super::{BinaryReader, BinaryWriter, Reader, Writer}; 69 impl<'a, T: Writer> fmt::Display for WriterAdapter<&'a T> { 82 unsafe extern "C" fn writer_open<T: Writer + Sync>( in writer_open() 103 unsafe extern "C" fn writer_act<T: Writer + Sync>( in writer_act() 122 impl<T: Writer + Sync> ReadFile<T> for T { 174 impl<T: Writer + Reader + Sync> ReadWriteFile<T> for T {
|
| H A D | traits.rs | 27 pub trait Writer { interface 32 impl<T: Writer> Writer for Mutex<T> { 38 impl<T: fmt::Debug> Writer for T {
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 24 pub use traits::{BinaryReader, BinaryReaderMut, BinaryWriter, Reader, Writer}; 150 T: Writer + Send + Sync + 'static, in read_only_file() 232 T: Writer + Reader + Send + Sync + 'static, in read_write_file() 529 pub fn read_only_file<T: Writer + Send + Sync + 'static>(&self, name: &CStr, data: &'data T) { in read_only_file() 575 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file()
|
| /linux/fs/cramfs/ |
| H A D | README | 157 2. Writer chooses blocksize; kernel adapts but rejects blocksize > 160 3. Writer chooses blocksize; kernel adapts even to blocksize >
|
| /linux/Documentation/driver-api/pci/ |
| H A D | p2pdma.rst | 56 Driver Writer's Guide
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | hist-v4l2.rst | 80 Driver Writer's Guide. Added some more control id codes. 91 Driver Writer's Guide and v4l2cap.c. Added new control IDs:
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockdep-design.rst | 411 *Writer*, ed E per *Exclusive*).
|