Searched refs:_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_ioctlP.h | 12 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2403 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags) \ argument 2404 [_IOC_NR(_ioctl)] = { \ 2405 .ioctl = _ioctl, \ 2407 .name = #_ioctl, \ 2412 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags) \ argument 2413 [_IOC_NR(_ioctl)] = { \ 2414 .ioctl = _ioctl, \ 2416 .name = #_ioctl, \
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 981 \item Rename your $<device>_ioctl()$ function to $audio_ioctl$ and 995 function, $<device>_ioctl$, the device-dependent $ioctl$s. Note that
|