Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/drm/ttm/ !
Dttm_object.h130 enum ttm_ref_type ref_type);
156 ref_type));
204 enum ttm_ref_type ref_type, bool *existed);
218 enum ttm_ref_type ref_type);
/linux-3.4.99/drivers/gpu/drm/ttm/ !
Dttm_object.c114 enum ttm_ref_type ref_type; member
150 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument
248 enum ttm_ref_type ref_type, bool *existed) in ttm_ref_object_add() argument
250 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add()
284 ref->ref_type = ref_type; in ttm_ref_object_add()
319 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release()
324 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release()
325 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release()
334 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument
336 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref()
/linux-3.4.99/drivers/acpi/acpica/ !
Dexresolv.c144 u8 ref_type; in acpi_ex_resolve_object_to_value() local
155 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
157 switch (ref_type) { in acpi_ex_resolve_object_to_value()
165 status = acpi_ds_method_data_get_value(ref_type, in acpi_ex_resolve_object_to_value()
277 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()