Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 6 of 6) sorted by relevance

/rust/kernel/drm/
A Dioctl.rs7 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 Dmod.rs9 pub mod ioctl; module
A Ddriver.rs112 const IOCTLS: &'static [drm::ioctl::DrmIoctlDescriptor];
/rust/kernel/
A Dmiscdevice.rs149 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 Dlib.rs94 pub mod ioctl; module
/rust/kernel/block/mq/
A Dgen_disk.rs119 ioctl: None, in build()

Completed in 8 milliseconds