Home
last modified time | relevance | path

Searched refs:driver_ioctls (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/
Dlima_noop.c91 static ioctl_fn_t driver_ioctls[] = { variable
106 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()
/third_party/mesa3d/src/broadcom/drm-shim/
Dvc4_noop.c102 static ioctl_fn_t driver_ioctls[] = { variable
115 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()
Dv3d_noop.c138 static ioctl_fn_t driver_ioctls[] = { variable
153 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()
/third_party/mesa3d/src/panfrost/drm-shim/
Dpanfrost_noop.c127 static ioctl_fn_t driver_ioctls[] = { variable
144 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()
/third_party/mesa3d/src/amd/drm-shim/
Dradeon_noop_drm_shim.c127 static ioctl_fn_t driver_ioctls[] = { variable
184 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()
/third_party/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c203 static ioctl_fn_t driver_ioctls[] = { variable
222 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()
/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c181 static ioctl_fn_t driver_ioctls[] = { variable
212 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()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c160 static ioctl_fn_t driver_ioctls[] = { variable
293 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()
/third_party/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c456 static ioctl_fn_t driver_ioctls[] = { variable
500 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()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h53 int (**driver_ioctls)(int fd, unsigned long request, void *arg); member
Ddevice.c301 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()