Searched refs:_ioctl (Results 1 – 4 of 4) sorted by relevance
9 extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)
45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html
2735 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument2736 [_IOC_NR(_ioctl)] = { \2737 .ioctl = _ioctl, \2739 .name = #_ioctl, \
1011 - Rename your `<device>_ioctl()` function to *audio_ioctl* and1025 function, *<device>_ioctl*, the device-dependent *ioctl()'s*. Note that