Home
last modified time | relevance | path

Searched refs:omap_vrfb_request_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/video/
Domapvrfb.h40 extern int omap_vrfb_request_ctx(struct vrfb *vrfb);
54 static inline int omap_vrfb_request_ctx(struct vrfb *vrfb) { return 0; } in omap_vrfb_request_ctx() function
/linux-4.1.27/drivers/video/fbdev/omap2/
Dvrfb.c290 int omap_vrfb_request_ctx(struct vrfb *vrfb) in omap_vrfb_request_ctx() function
340 EXPORT_SYMBOL(omap_vrfb_request_ctx);
/linux-4.1.27/drivers/media/platform/omap/
Domap_vout_vrfb.c105 if (omap_vrfb_request_ctx(&vout->vrfb_context[i])) { in omap_vout_setup_vrfb_bufs()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1408 r = omap_vrfb_request_ctx(&rg->vrfb); in omapfb_alloc_fbmem()