Home
last modified time | relevance | path

Searched refs:BVFLAG_ASYNC (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/kernel-headers-ti/linux/
Dbltsville.h50 #define BVFLAG_ASYNC 0x00000100 macro
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c295 e->bp.flags = async ? e->bp.flags | BVFLAG_ASYNC : e->bp.flags & ~BVFLAG_ASYNC; in rgz_set_async()