Searched refs:_ioctl (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/armada/ |
D | armada_ioctlP.h | 9 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
|
/linux-6.12.1/drivers/iommu/iommufd/ |
D | main.c | 348 #define IOCTL_OP(_ioctl, _fn, _struct, _last) \ argument 349 [_IOC_NR(_ioctl) - IOMMUFD_CMD_BASE] = { \ 354 .ioctl_num = _ioctl, \
|
/linux-6.12.1/include/uapi/drm/ |
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-6.12.1/tools/testing/selftests/iommu/ |
D | iommufd.c | 90 #define TEST_LENGTH(_struct, _ioctl, _last) \ in TEST_F() argument 101 EXPECT_ERRNO(EINVAL, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 103 EXPECT_ERRNO(E2BIG, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 105 rc = ioctl(self->fd, _ioctl, &cmd); \ in TEST_F() 111 ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F() 113 ASSERT_EQ(0, ioctl(self->fd, _ioctl, &cmd)); \ in TEST_F()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | binderfs.rst | 45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 275 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2864 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument 2865 [_IOC_NR(_ioctl)] = { \ 2866 .ioctl = _ioctl, \ 2868 .name = #_ioctl, \
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 1012 - Rename your `<device>_ioctl()` function to *audio_ioctl* and 1026 function, *<device>_ioctl*, the device-dependent *ioctl()'s*. Note that
|