Searched refs:driver_ioctls (Results 1 – 11 of 11) sorted by relevance
91 static ioctl_fn_t driver_ioctls[] = { variable106 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()107 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
102 static ioctl_fn_t driver_ioctls[] = { variable115 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()116 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
138 static ioctl_fn_t driver_ioctls[] = { variable153 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()154 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
127 static ioctl_fn_t driver_ioctls[] = { variable144 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()145 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
127 static ioctl_fn_t driver_ioctls[] = { variable184 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()185 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
203 static ioctl_fn_t driver_ioctls[] = { variable222 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()223 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
181 static ioctl_fn_t driver_ioctls[] = { variable212 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()213 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
160 static ioctl_fn_t driver_ioctls[] = { variable293 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()294 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
456 static ioctl_fn_t driver_ioctls[] = { variable500 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()501 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
53 int (**driver_ioctls)(int fd, unsigned long request, void *arg); member
301 shim_device.driver_ioctls[driver_nr]) { in drm_shim_ioctl()302 return shim_device.driver_ioctls[driver_nr](fd, request, arg); in drm_shim_ioctl()