| /utopia/UTPA2-700.0.x/modules/hdmi/api/mhl/ |
| H A D | apiMHL.c | 568 void mapi_mhl_SetVenderID(MS_U8 ucVenderID) in mapi_mhl_SetVenderID() argument 571 mdrv_mhl_SetVenderID(ucVenderID); in mapi_mhl_SetVenderID() 576 pMHLArgs.ucVenderID = ucVenderID; in mapi_mhl_SetVenderID() 1188 MS_BOOL mapi_mhl_GetDeviceVenderID(MS_U8 *ucVenderID) in mapi_mhl_GetDeviceVenderID() argument 1191 return mdrv_mhl_GetDeviceVenderID(ucVenderID); in mapi_mhl_GetDeviceVenderID() 1197 pMHLArgs.ucVenderID = ucVenderID; in mapi_mhl_GetDeviceVenderID()
|
| H A D | apiMHL_v2.c | 296 psMHLInstPri->fpMHLSetVenderID(pInstance, pMHLArgs->ucVenderID); 422 … pMHLArgs->bObtainFlag = psMHLInstPri->fpMHLGetVenderID(pInstance, pMHLArgs->ucVenderID);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/drv/mhl/ |
| H A D | drvMHL.h | 149 void mdrv_mhl_SetVenderID(MS_U8 ucVenderID); 167 MS_BOOL mdrv_mhl_GetDeviceVenderID(MS_U8 *ucVenderID); 188 void mdrv_mhl_SetVenderID(void* pInstance, MS_U8 ucVenderID); 206 MS_BOOL mdrv_mhl_GetDeviceVenderID(void* pInstance, MS_U8 *ucVenderID);
|
| H A D | drvMHL.c | 6870 void mdrv_mhl_SetVenderID(MS_U8 ucVenderID) in mdrv_mhl_SetVenderID() argument 6880 pMHLResourcePrivate->ucDeviceVenderID = ucVenderID; in mdrv_mhl_SetVenderID() 6882 mhal_mhl_SetVenderID(ucVenderID); in mdrv_mhl_SetVenderID() 7458 MS_BOOL mdrv_mhl_GetDeviceVenderID(MS_U8 *ucVenderID) in mdrv_mhl_GetDeviceVenderID() argument 7471 *ucVenderID = pMHLResourcePrivate->ucSourceVenderID; in mdrv_mhl_GetDeviceVenderID() 8402 void mdrv_mhl_SetVenderID(void* pInstance, MS_U8 ucVenderID) in mdrv_mhl_SetVenderID() argument 8420 pMHLResourcePrivate->ucDeviceVenderID = ucVenderID; in mdrv_mhl_SetVenderID() 8422 mhal_mhl_SetVenderID(ucVenderID); in mdrv_mhl_SetVenderID() 9170 MS_BOOL mdrv_mhl_GetDeviceVenderID(void* pInstance, MS_U8 *ucVenderID) in mdrv_mhl_GetDeviceVenderID() argument 9191 *ucVenderID = pMHLResourcePrivate->ucSourceVenderID; in mdrv_mhl_GetDeviceVenderID()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiMHL.h | 394 MS_U8 ucVenderID; member 498 MS_U8 *ucVenderID; member 628 void mapi_mhl_SetVenderID(MS_U8 ucVenderID); 786 MS_BOOL mapi_mhl_GetDeviceVenderID(MS_U8 *ucVenderID);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maldives/mhl/internal/ |
| H A D | halMHL.h | 235 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 239 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2161 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2163 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 2279 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 2302 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/mustang/mhl/internal/ |
| H A D | halMHL.h | 235 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 239 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2161 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2163 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 2279 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 2305 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/mainz/mhl/internal/ |
| H A D | halMHL.h | 239 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 243 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2526 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2528 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 2649 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 2667 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/messi/mhl/internal/ |
| H A D | halMHL.h | 239 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 243 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2526 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2528 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 2649 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 2667 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/mooney/mhl/internal/ |
| H A D | halMHL.h | 266 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 270 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2956 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2958 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 3079 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 3105 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/mhl/internal/ |
| H A D | halMHL.h | 268 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 272 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 3504 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 3506 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 3627 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 3651 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maserati/mhl/internal/ |
| H A D | halMHL.h | 268 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 272 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 3504 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 3506 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 3627 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 3651 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/M7821/mhl/internal/ |
| H A D | halMHL.h | 268 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 272 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/manhattan/mhl/internal/ |
| H A D | halMHL.h | 268 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 272 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/macan/mhl/internal/ |
| H A D | halMHL.h | 267 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 271 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 2980 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 2982 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 3103 MS_U8 mhal_mhl_initial(MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 3129 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|
| /utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/mhl/internal/ |
| H A D | halMHL.h | 268 void mhal_mhl_SetVenderID(MS_U8 ucVenderID); 272 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID);
|
| H A D | halMHL.c | 3504 void mhal_mhl_SetVenderID(MS_U8 ucVenderID) in mhal_mhl_SetVenderID() argument 3506 W2BYTEMSK(REG_MHL_CBUS_00, (ucVenderID << 8), BMASK(15:8)); in mhal_mhl_SetVenderID() 3627 MS_U8 mhal_mhl_initial(MS_U8 ucCbusSelect, MS_U8 *edid, MS_U8 *devcap, MS_U8 ucVenderID) in mhal_mhl_initial() argument 3651 mhal_mhl_SetVenderID(ucVenderID); in mhal_mhl_initial()
|