Home | History | Annotate | Download | only in drm

Lines Matching refs:ioctls

66  * the names, because the kernel internals, libdrm and the ioctls are all named
76 * - Other ioctls and functions involved are named consistently.
471 * This no-op implementation for drm ioctls is useful for deprecated
491 * This no-op implementation for drm ioctls is useful for deprecated
811 * DOC: driver specific ioctls
813 * First things first, driver private IOCTLs should only be needed for drivers
832 * ``Documentation/ioctl/botching-up-ioctls.rst``. Note that drm_ioctl()
851 * And then assign this to the &drm_driver.ioctls field in your driver
855 * the driver-specific IOCTLs are wired up.
878 /* Enforce sane locking for modern driver ioctls. */
901 * stored in &drm_driver.ioctls. It checks for necessary permission by calling
946 ioctl = &dev->driver->ioctls[driver_nr];
1028 ioctl = &dev->driver->ioctls[index];