Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c67 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
77 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
80 ret_bo = __bo_search_and_remove_from_free_rbtree( in __bo_search_and_remove_from_free_rbtree()
83 if (!ret_bo) { in __bo_search_and_remove_from_free_rbtree()
89 return ret_bo; in __bo_search_and_remove_from_free_rbtree()
/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.h133 struct tegra_vde_bo **ret_bo,