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