Searched refs:_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_ioctlP.h | 12 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 2172 #define IOCTL_INFO_STD(_ioctl, _vidioc, _debug, _flags) \ argument 2173 [_IOC_NR(_ioctl)] = { \ 2174 .ioctl = _ioctl, \ 2176 .name = #_ioctl, \ 2181 #define IOCTL_INFO_FNC(_ioctl, _func, _debug, _flags) \ argument 2182 [_IOC_NR(_ioctl)] = { \ 2183 .ioctl = _ioctl, \ 2185 .name = #_ioctl, \
|
/linux-4.1.27/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
|