| /linux/drivers/gpu/drm/nova/ |
| H A D | file.rs | 13 pub(crate) struct File; struct 15 impl drm::file::DriverFile for File { implementation 23 impl File { impl 28 _file: &drm::File<File>, in get_param() argument 48 file: &drm::File<File>, in gem_create() argument 61 file: &drm::File<File>, in gem_info() argument
|
| H A D | driver.rs | 7 use crate::file::File; 61 type File = File; typedef 67 (NOVA_GETPARAM, drm_nova_getparam, ioctl::RENDER_ALLOW, File::get_param), 68 (NOVA_GEM_CREATE, drm_nova_gem_create, ioctl::AUTH | ioctl::RENDER_ALLOW, File::gem_create), 69 (NOVA_GEM_INFO, drm_nova_gem_info, ioctl::AUTH | ioctl::RENDER_ALLOW, File::gem_info),
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 22 :File: ``mode`` (rw) 39 :File: ``reset`` (wo) 49 :File: ``enable_source`` (wo) 62 :File: ``cpu`` (ro) 74 :File: ``ts_source`` (ro) 88 :File: ``addr_idx`` (rw) 101 :File: ``addr_range`` (rw) 124 :File: ``addr_single`` (rw) 137 :File: ``addr_start`` (rw) 149 :File: ``addr_stop`` (rw) [all …]
|
| H A D | coresight-tpdm.rst | 23 :File: ``enable_source`` (RW) 34 :File: ``integration_test`` (wo)
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | blocks.rst | 38 * - File System Size 58 * - Blocks Per File, Extents 63 * - Blocks Per File, Block Maps 68 * - File Size, Extents 73 * - File Size, Block Maps 100 * - File System Size 120 * - Blocks Per File, Extents 125 * - Blocks Per File, Block Maps 130 * - File Size, Extents 135 * - File Size, Block Maps
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 186 pub struct File { struct 192 unsafe impl Send for File {} argument 196 unsafe impl Sync for File {} implementation 200 unsafe impl AlwaysRefCounted for File { implementation 208 unsafe fn dec_ref(obj: ptr::NonNull<File>) { in dec_ref() argument 306 pub unsafe fn assume_no_fdget_pos(me: ARef<LocalFile>) -> ARef<File> { in assume_no_fdget_pos() argument 347 impl File { implementation 357 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a File { in from_raw_file() argument 367 impl core::ops::Deref for File { implementation 427 pub fn fd_install(self, file: ARef<File>) { in fd_install() argument
|
| /linux/rust/syn/ |
| H A D | file.rs | 81 pub struct File { 92 use crate::file::File; 96 impl Parse for File { implementation 98 Ok(File { in parse() 116 use crate::file::File; 121 impl ToTokens for File { implementation
|
| /linux/samples/rust/ |
| H A D | rust_debugfs.rs | 36 use kernel::debugfs::{Dir, File}; 59 _compatible: File<CString>, 61 counter: File<Atomic<usize>>, 63 inner: File<Mutex<Inner>>, 65 array_blob: File<Mutex<[u8; 4]>>, 67 vector_blob: File<Mutex<KVec<u8>>>, 127 fn build_counter(dir: &Dir) -> impl PinInit<File<Atomic<usize>>> + '_ { in build_counter() 131 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner()
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 79 ) -> impl PinInit<File<T>, E> + 'a in create_file() 94 File { in create_file() 148 ) -> impl PinInit<File<T>, E> + 'a in read_only_file() 175 ) -> impl PinInit<File<T>, E> + 'a in read_binary_file() 213 ) -> impl PinInit<File<T>, E> + 'a in read_callback_file() 230 ) -> impl PinInit<File<T>, E> + 'a in read_write_file() 246 ) -> impl PinInit<File<T>, E> + 'a in read_write_binary_file() 266 ) -> impl PinInit<File<T>, E> + 'a in read_write_callback_file() 289 ) -> impl PinInit<File<T>, E> + 'a in write_only_file() 306 ) -> impl PinInit<File<T>, E> + 'a in write_binary_file() [all …]
|
| /linux/scripts/ |
| H A D | rustdoc_test_gen.rs | 33 fs::File, 157 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main() 230 BufWriter::new(File::create("rust/doctests_kernel_generated.rs").unwrap()), in main() 241 BufWriter::new(File::create("rust/doctests_kernel_generated_kunit.c").unwrap()), in main()
|
| H A D | leaking_addresses.pl | 24 use File::Basename; 25 use File::Spec; 26 use File::Temp qw/tempfile/;
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 24 use crate::file::File; 184 type File = File; typedef 190 (PANTHOR_DEV_QUERY, drm_panthor_dev_query, ioctl::RENDER_ALLOW, File::dev_query),
|
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 9 fs::File, 52 pub fn register_wait(&self, file: &File, cv: &PollCondVar) { in register_wait() argument
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-ayaneo-ec | 8 turn on, 0 to turn off. File is readable and writable. 17 File is read-only. The Windows software for this device
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 16 fs::File, 371 let file = unsafe { File::from_raw_file(file_ptr) }; in rust_binder_open() 398 let file = unsafe { File::from_raw_file(file) }; in rust_binder_release() 413 match Process::ioctl(f, unsafe { File::from_raw_file(file) }, cmd as _, arg as _) { in rust_binder_ioctl() 430 match Process::mmap(f, unsafe { File::from_raw_file(file) }, area) { in rust_binder_mmap() 445 let fileref = unsafe { File::from_raw_file(file) }; in rust_binder_poll()
|
| /linux/Documentation/core-api/ |
| H A D | liveupdate.rst | 16 LUO Preserving File Descriptors 19 :doc: LUO File Descriptors
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_video.rst | 831 - :cspan:`1` File descriptor returned by a previous call 905 - :cspan:`1` File descriptor returned by a previous call 960 - :cspan:`1` File descriptor returned by a previous call 1020 - :cspan:`1` File descriptor returned by a previous call 1075 - :cspan:`1` File descriptor returned by a previous call 1144 - :cspan:`1` File descriptor returned by a previous call 1214 - :cspan:`1` File descriptor returned by a previous call 1273 - :cspan:`1` File descriptor returned by a previous call 1362 - :cspan:`1` File descriptor returned by a previous call 1421 - :cspan:`1` File descriptor returned by a previous call [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-prepare-buf.rst | 26 File descriptor returned by :c:func:`open()`. 51 File I/O is in progress.
|
| H A D | func-select.rst | 33 File descriptions to be watched if a read() call won't block. 36 File descriptions to be watched if a write() won't block. 39 File descriptions to be watched for V4L2 events.
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p1023rdb.dts | 114 /* 48MB for Root File System */ 116 label = "NOR Root File System"; 168 /* 96MB for Root File System Image */ 170 label = "NAND Root File System";
|
| H A D | p1020rdb-pd.dts | 76 label = "NOR Root File System"; 125 /* 122MB for File System Image */ 127 label = "NAND File System Image"; 185 label = "SPI File System Image";
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 19 files residing on this system using Sun's Network File System 125 bool "NFSv4.1 server support for pNFS Flex File layouts" 129 This option enables support for the exporting pNFS Flex File 130 layouts in the kernel's NFS server. The pNFS Flex File layout
|
| /linux/Documentation/filesystems/ |
| H A D | affs.rst | 15 DOS\1 The original Fast File System. Supported read/write. 22 DOS\3 The "international" Fast File System. Supported read/write. 29 DOS\5 The Fast File System with directory cache. Supported read only. 38 The muFS (multi user File System) equivalents of the above file systems 231 You cannot execute programs on an OFS (Old File System), since the
|
| /linux/usr/include/ |
| H A D | headers_check.pl | 23 use File::Basename;
|
| /linux/arch/arm64/boot/dts/toshiba/ |
| H A D | tmpv7708-visrobo-vrc.dtsi | 3 * Device Tree File for TMPV7708 VisROBO VRC SoM
|