Searched refs:ioctl (Results 1 – 6 of 6) sorted by relevance
| /rust/kernel/drm/ |
| A D | ioctl.rs | 7 use crate::ioctl; 15 ioctl::_IO(BASE, nr) in IO() 22 ioctl::_IOR::<T>(BASE, nr) in IOR() 29 ioctl::_IOW::<T>(BASE, nr) in IOW() 36 ioctl::_IOWR::<T>(BASE, nr) in IOWR() 103 const IOCTLS: &'static [$crate::drm::ioctl::DrmIoctlDescriptor] = { 111 ::core::assert!(i == $crate::ioctl::_IOC_NR(cmd)); 113 $crate::ioctl::_IOC_SIZE(cmd)); 119 $crate::drm::ioctl::internal::drm_ioctl_desc { 124 raw_dev: *mut $crate::drm::ioctl::internal::drm_device, [all …]
|
| A D | mod.rs | 9 pub mod ioctl; module
|
| A D | driver.rs | 112 const IOCTLS: &'static [drm::ioctl::DrmIoctlDescriptor];
|
| /rust/kernel/ |
| A D | miscdevice.rs | 149 fn ioctl( in ioctl() method 278 unsafe extern "C" fn ioctl(file: *mut bindings::file, cmd: c_uint, arg: c_ulong) -> c_long { in ioctl() method 289 match T::ioctl(device, file, cmd, arg) { in ioctl() 345 Some(Self::ioctl)
|
| A D | lib.rs | 94 pub mod ioctl; module
|
| /rust/kernel/block/mq/ |
| A D | gen_disk.rs | 119 ioctl: None, in build()
|
Completed in 8 milliseconds