Searched refs:_IO (Results 151 - 159 of 159) sorted by relevance

1234567

/linux-master/include/uapi/drm/
H A Ddrm.h1038 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
/linux-master/tools/include/uapi/drm/
H A Ddrm.h1038 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h353 #define HFSPLUS_IOC_BLESS _IO('h', 0x80)
/linux-master/sound/core/
H A Dtimer.c1998 SNDRV_TIMER_IOCTL_START_OLD = _IO('T', 0x20),
1999 SNDRV_TIMER_IOCTL_STOP_OLD = _IO('T', 0x21),
2000 SNDRV_TIMER_IOCTL_CONTINUE_OLD = _IO('T', 0x22),
2001 SNDRV_TIMER_IOCTL_PAUSE_OLD = _IO('T', 0x23),
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h1462 #define AMDKFD_IO(nr) _IO(AMDKFD_IOCTL_BASE, nr)
H A Dsoundcard.h96 #define _SIO _IO
H A Dvideodev2.h2684 #define VIDIOC_LOG_STATUS _IO('V', 70)
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c84 ioctl(self->fd, _IO(IOMMUFD_TYPE, IOMMUFD_CMD_BASE - 1),
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c196 #define SECCOMP_IO(nr) _IO(SECCOMP_IOC_MAGIC, nr)

Completed in 372 milliseconds

1234567