| /linux/kernel/liveupdate/ |
| H A D | luo_core.c | 376 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 377 [_IOC_NR(_ioctl) - LIVEUPDATE_CMD_BASE] = { \ 382 .ioctl_num = _ioctl, \
|
| H A D | luo_session.c | 305 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 306 [_IOC_NR(_ioctl) - LIVEUPDATE_CMD_SESSION_BASE] = { \ 311 .ioctl_num = _ioctl, \
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_ioctlP.h | 9 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
|
| /linux/drivers/fwctl/ |
| H A D | main.c | 154 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 155 [_IOC_NR(_ioctl) - FWCTL_CMD_BASE] = { \ 160 .ioctl_num = _ioctl, \
|
| /linux/include/uapi/drm/ |
| H A D | pvr_drm.h | 94 #define PVR_IOCTL(_ioctl, _mode, _data) \ argument 95 _mode(DRM_COMMAND_BASE + (_ioctl), struct drm_pvr_ioctl_##_data##_args)
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pm.h | 47 DEFINE_GUARD_COND(xe_pm_runtime, _ioctl, xe_pm_runtime_get_ioctl(_T), _RET >= 0)
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 447 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 448 [_IOC_NR(_ioctl) - IOMMUFD_CMD_BASE] = { \ 453 .ioctl_num = _ioctl, \
|
| /linux/Documentation/admin-guide/ |
| H A D | binderfs.rst | 45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 94 #define TEST_LENGTH(_struct, _ioctl, _last) \ in TEST_F() argument 105 EXPECT_ERRNO(EINVAL, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 107 EXPECT_ERRNO(E2BIG, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 109 rc = ioctl(self->fd, _ioctl, &cmd); \ in TEST_F() 115 ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 117 ASSERT_EQ(0, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 295 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 1011 - Rename your `<device>_ioctl()` function to *audio_ioctl* and 1025 function, *<device>_ioctl*, the device-dependent *ioctl()'s*. Note that
|