Lines Matching refs:gbm_device
96 static struct gbm_device *
101 struct gbm_device *dev = bd->backend->v0.create_device(fd, abi_ver); in backend_create_device()
114 static struct gbm_device *
117 struct gbm_device *dev = NULL; in load_backend()
145 static struct gbm_device *
148 struct gbm_device *dev = NULL; in find_backend()
178 static struct gbm_device *
181 struct gbm_device *dev = NULL; in override_backend()
191 static struct gbm_device *
194 struct gbm_device *dev = NULL; in backend_from_driver_name()
214 struct gbm_device *
217 struct gbm_device *dev; in _gbm_create_device()
231 _gbm_device_destroy(struct gbm_device *gbm) in _gbm_device_destroy()