Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c69 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
79 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
82 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
85 if (!ret_bo) { in __bo_search_and_remove_from_free_rbtree()
91 return ret_bo; in __bo_search_and_remove_from_free_rbtree()
/linux-6.15/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.c56 struct tegra_vde_bo **ret_bo, in tegra_vde_alloc_bo() argument
111 *ret_bo = bo; in tegra_vde_alloc_bo()
H A Dvde.h133 struct tegra_vde_bo **ret_bo,