linux_ioctl_handler
SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
struct linux_ioctl_handler **lihp;
SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
struct linux_ioctl_handler **lihp;
struct linux_ioctl_handler **lihp;
SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
static struct linux_ioctl_handler linux_ioctls[] = {
struct linux_ioctl_handler *handler;
linux_ioctl_register_handler(struct linux_ioctl_handler *h)
linux_ioctl_unregister_handler(struct linux_ioctl_handler *h)
linux32_ioctl_register_handler(struct linux_ioctl_handler *h)
linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h)
static struct linux_ioctl_handler shortname ## _handler = { \
int linux_ioctl_register_handler(struct linux_ioctl_handler *h);
int linux_ioctl_unregister_handler(struct linux_ioctl_handler *h);
int linux32_ioctl_register_handler(struct linux_ioctl_handler *h);
int linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h);
static struct linux_ioctl_handler n##_linux_handler = { \
static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
struct linux_ioctl_handler **lihp;
SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);