Searched refs:ref_type (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/drm/ttm/ |
D | ttm_object.h | 134 enum ttm_ref_type ref_type); 184 ref_type)); 246 enum ttm_ref_type ref_type, bool *existed); 264 enum ttm_ref_type ref_type); 333 enum ttm_ref_type ref_type));
|
/linux-4.4.14/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 323 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_add() 361 ref->ref_type = ref_type; in ttm_ref_object_add() 396 ht = &tfile->ref_hash[ref->ref_type]; in ttm_ref_object_release() 401 if (ref->ref_type != TTM_REF_USAGE && base->ref_obj_release) in ttm_ref_object_release() 402 base->ref_obj_release(base, ref->ref_type); in ttm_ref_object_release() 411 unsigned long key, enum ttm_ref_type ref_type) in ttm_ref_object_base_unref() argument 413 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; in ttm_ref_object_base_unref() [all …]
|
/linux-4.4.14/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() 274 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 212 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref() argument 217 IWL_DEBUG_RPM(mvm, "Take mvm reference - type %d\n", ref_type); in iwl_mvm_ref() 219 mvm->refs[ref_type]++; in iwl_mvm_ref() 224 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_unref() argument 229 IWL_DEBUG_RPM(mvm, "Leave mvm reference - type %d\n", ref_type); in iwl_mvm_unref() 231 WARN_ON(!mvm->refs[ref_type]--); in iwl_mvm_unref() 278 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type) in iwl_mvm_ref_sync() argument 280 iwl_mvm_ref(mvm, ref_type); in iwl_mvm_ref_sync() 286 iwl_mvm_unref(mvm, ref_type); in iwl_mvm_ref_sync()
|
D | mvm.h | 1279 void iwl_mvm_ref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type); 1280 void iwl_mvm_unref(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type); 1281 int iwl_mvm_ref_sync(struct iwl_mvm *mvm, enum iwl_mvm_ref_type ref_type);
|
/linux-4.4.14/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()
|