Searched refs:driver_ioctls (Results 1 – 7 of 7) sorted by relevance
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()
289 static ioctl_fn_t driver_ioctls[] = { variable357 shim_device.driver_ioctls = driver_ioctls; in v3dX()358 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in v3dX()
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()
164 static ioctl_fn_t driver_ioctls[] = { variable291 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()292 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
314 static ioctl_fn_t driver_ioctls[] = { variable354 shim_device.driver_ioctls = driver_ioctls; in drm_shim_driver_init()355 shim_device.driver_ioctl_count = ARRAY_SIZE(driver_ioctls); in drm_shim_driver_init()
245 shim_device.driver_ioctls[driver_nr]) { in drm_shim_ioctl()246 return shim_device.driver_ioctls[driver_nr](fd, request, arg); in drm_shim_ioctl()
50 int (**driver_ioctls)(int fd, unsigned long request, void *arg); member