Searched refs:_ioctl (Results 1 – 7 of 7) sorted by relevance
| /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/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/kernel/liveupdate/ |
| H A D | luo_session.c | 365 #define IOCTL_OP(_ioctl, _fn, _struct, _last, _type) \ argument 366 [_IOC_NR(_ioctl) - LIVEUPDATE_CMD_SESSION_BASE] = { \ 371 .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 | 318 #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
|