Home
last modified time | relevance | path

Searched refs:ioctls (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_drv.h471 * acceleration - drivers must create their own private ioctls for such a use
549 * @ioctls:
556 const struct drm_ioctl_desc *ioctls; member
557 /** @num_ioctls: Number of entries in @ioctls. */
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_ioctl.c55 * the names, because the kernel internals, libdrm and the ioctls are all named
65 * - Other ioctls and functions involved are named consistently.
442 * This no-op implementation for drm ioctls is useful for deprecated
461 * This no-op implementation for drm ioctls is useful for deprecated
717 * DOC: driver specific ioctls
738 * ``Documentation/process/botching-up-ioctls.rst``. Note that drm_ioctl()
757 * And then assign this to the &drm_driver.ioctls field in your driver
779 /* Enforce sane locking for modern driver ioctls. */ in drm_ioctl_kernel()
798 * stored in &drm_driver.ioctls. It checks for necessary permission by calling
837 ioctl = &dev->driver->ioctls[inde in drm_ioctl()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1170 .ioctls = nouveau_ioctls,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1616 .ioctls = rockchip_ioctls,

Completed in 7 milliseconds