Searched refs:_ioctl (Results 1 – 3 of 3) sorted by relevance
12 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
2549 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument2550 [_IOC_NR(_ioctl)] = { \2551 .ioctl = _ioctl, \2553 .name = #_ioctl, \
985 \item Rename your $<device>_ioctl()$ function to $audio_ioctl$ and999 function, $<device>_ioctl$, the device-dependent $ioctl$s. Note that