Home
last modified time | relevance | path

Searched refs:_URELATION_ASSIGN (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_api_relation/
H A Dutopia_relation.h93 #define _URELATION_ASSIGN(func_ptr, u2_implement, u1_api) func_ptr = USECTION(u1_api) ? u2_implemen… macro
96 #define _URELATION_ASSIGN(func_ptr, u2_implement, u1_api) func_ptr = u2_implement;
/utopia/UTPA2-700.0.x/modules/dac/api/dac/
H A DapiDAC_v2.c143 #define URELATION(a,b,c) pDACPri->_URELATION_ASSIGN(a,b,c) in DACOpen()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c245 #define URELATION(a,b,c) pstInstPri->_URELATION_ASSIGN(a,b,c) in TVENCODEROpen()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DapiPQ_v2.c221 #define URELATION(a,b,c) psPQInstPri->_URELATION_ASSIGN(a,b,c) in PQOpen()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_v2.c1659 #define URELATION(a,b,c) psXCInstPri->_URELATION_ASSIGN(a,b,c) in XC_U1_U2_RELATION()