Lines Matching full:ioctl
3 //! ioctl() number definitions
5 //! C header: [`include/asm-generic/ioctl.h`](../../../../include/asm-generic/ioctl.h)
11 /// Build an ioctl number, analogous to the C macro of the same name.
25 /// Build an ioctl number for an argumentless ioctl.
31 /// Build an ioctl number for an read-only ioctl.
37 /// Build an ioctl number for an write-only ioctl.
43 /// Build an ioctl number for a read-write ioctl.
54 /// Get the ioctl direction from an ioctl number.
59 /// Get the ioctl type from an ioctl number.
64 /// Get the ioctl number from an ioctl number.
69 /// Get the ioctl size from an ioctl number.