Searched refs:_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/armada/ |
D | armada_ioctlP.h | 9 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
|
/linux-6.1.9/Documentation/admin-guide/ |
D | binderfs.rst | 45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html
|
/linux-6.1.9/tools/testing/selftests/kvm/include/ |
D | kvm_util_base.h | 193 #define KVM_IOCTL_ERROR(_ioctl, _ret) __KVM_IOCTL_ERROR(#_ioctl, _ret) argument
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2782 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument 2783 [_IOC_NR(_ioctl)] = { \ 2784 .ioctl = _ioctl, \ 2786 .name = #_ioctl, \
|
/linux-6.1.9/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
|