Searched refs:ref_type (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 125 enum ttm_ref_type ref_type; member 163 enum ttm_ref_type ref_type)) in ttm_base_object_init() argument 321 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument 324 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() 365 ref->ref_type = ref_type; in ttm_ref_object_add() 400 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release() 405 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release() 406 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release() 415 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument 417 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() [all …]
|
/drivers/acpi/acpica/ |
D | exresolv.c | 143 u8 ref_type; in acpi_ex_resolve_object_to_value() local 154 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value() 156 switch (ref_type) { in acpi_ex_resolve_object_to_value() 163 status = acpi_ds_method_data_get_value(ref_type, in acpi_ex_resolve_object_to_value() 275 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 213 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref() argument 218 IWL_DEBUG_RPM(mvm, "Take mvm reference - type %d\n", ref_type); in iwl_mvm_ref() 220 mvm->refs[ref_type]++; in iwl_mvm_ref() 225 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_unref() argument 230 IWL_DEBUG_RPM(mvm, "Leave mvm reference - type %d\n", ref_type); in iwl_mvm_unref() 232 if (WARN_ON(!mvm->refs[ref_type])) { in iwl_mvm_unref() 236 mvm->refs[ref_type]--; in iwl_mvm_unref() 283 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref_sync() argument 285 iwl_mvm_ref(mvm, ref_type); in iwl_mvm_ref_sync() 291 iwl_mvm_unref(mvm, ref_type); in iwl_mvm_ref_sync()
|
D | mvm.h | 1576 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type); 1577 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type); 1578 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type);
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 453 enum ttm_ref_type ref_type) in vmw_user_dmabuf_ref_obj_release() argument 458 switch (ref_type) { in vmw_user_dmabuf_ref_obj_release()
|