drm_mode_object.c | 170 * drm_mode_object_find - look up a drm object with static lifetime 180 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, function in typeref:struct:drm_mode_object * 189 EXPORT_SYMBOL(drm_mode_object_find); 419 obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type); 542 arg_obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type);
|