Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_fb.c124 ret = vbox_bo_reserve(bo, false); in vboxfb_create()
208 if (!vbox_bo_reserve(bo, false)) { in vbox_fbdev_fini()
Dvbox_mode.c242 ret = vbox_bo_reserve(bo, false); in vbox_crtc_do_set_base()
254 ret = vbox_bo_reserve(bo, false); in vbox_crtc_do_set_base()
810 ret = vbox_bo_reserve(bo, false); in vbox_cursor_set2()
Dvbox_drv.h244 static inline int vbox_bo_reserve(struct vbox_bo *bo, bool no_wait) in vbox_bo_reserve() function