Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c80 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
90 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
93 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
96 if (!ret_bo) { in __bo_search_and_remove_from_free_rbtree()
102 return ret_bo; in __bo_search_and_remove_from_free_rbtree()
/openbmc/linux/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.h134 struct tegra_vde_bo **ret_bo,