Home
last modified time | relevance | path

Searched refs:bOnOff (Results 1 – 25 of 79) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.h1957 MS_BOOL API_AUDIO_CUSTOMER_SPDIF_TX_SetLightOnOff(MS_BOOL bOnOff);
1958 MS_BOOL API_AUDIO_CUSTOMER_SPDIF_TX_SetMonitorOnOff(MS_BOOL bOnOff);
1964 MS_BOOL API_AUDIO_CUSTOMER_HDMI_RX_SetAudioReturnChannel(MS_BOOL bOnOff);
1965 MS_BOOL API_AUDIO_CUSTOMER_HDMI_RX_SetMonitorOnOff(MS_BOOL bOnOff);
1967 MS_BOOL API_AUDIO_CUSTOMER_HDMI_TX_SetMonitorOnOff(MS_BOOL bOnOff);
1971 …L API_AUDIO_CUSTOMER_SIF_SetHighDevMode(API_AUDIO_CUSTOMER_SIF_HIDEV_BW bandwidth, MS_BOOL bOnOff);
1975 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetMonitorOnOff(MS_BOOL bOnOff);
1976 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetAutoMute(MS_BOOL bOnOff);
1989 MS_BOOL API_AUDIO_CUSTOMER_SetSyncMode(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_BOOL bOnOff);
1994 …OL API_AUDIO_CUSTOMER_SetAudioDescription(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_BOOL bOnOff);
[all …]
H A DapiAUDIO_v2_customer.c2304 MS_BOOL AU_CUS_SetSyncMode(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_BOOL bOnOff);
2331 MS_BOOL AU_CUS_ADEC_SetMute(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_BOOL bOnOff);
2344 …UDIO_CUSTOMER_FWM_INDEX currentConnect, API_AUDIO_CUSTOMER_FWM_INPUT inputConnect, MS_BOOL bOnOff);
2345 MS_BOOL AU_CUS_SetI2SOutMute(MS_BOOL bOnOff);
2346 MS_BOOL AU_CUS_SetLineOutMute(API_AUDIO_CUSTOMER_LINE_OUT_IDX lineIndex, MS_BOOL bOnOff);
2347 MS_BOOL AU_CUS_SetSPDIFOutMute(MS_BOOL bOnOff);
2348 MS_BOOL AU_CUS_SetHDMIOutMute(MS_BOOL bOnOff);
7041 MS_BOOL AU_CUS_SetSyncMode(API_AUDIO_CUSTOMER_ADEC_INDEX adecIndex, MS_BOOL bOnOff) in AU_CUS_SetSyncMode() argument
7045 AU_nDBG("[adecIndex = 0x%X] [bOnOff = 0x%X] \n", (unsigned int)adecIndex, (unsigned int)bOnOff); in AU_CUS_SetSyncMode()
7054 pstAudioCustomerShmData->g_audio_customer_ADEC0_SyncMode = bOnOff; in AU_CUS_SetSyncMode()
[all …]
/utopia/UTPA2-700.0.x/modules/mfc/hal/maserati/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);
H A Dmadp_mfc.h126 void MAdp_MFC_OnOff(BOOL bOnOff);
130 void MAdp_MFC_LVDSOnOff(BOOL bOnOff);
131 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16…
135 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff);
/utopia/UTPA2-700.0.x/modules/mfc/hal/maxim/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);
H A Dmadp_mfc.h126 void MAdp_MFC_OnOff(BOOL bOnOff);
130 void MAdp_MFC_LVDSOnOff(BOOL bOnOff);
131 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16…
135 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff);
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7821/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);
H A Dmadp_mfc.h126 void MAdp_MFC_OnOff(BOOL bOnOff);
130 void MAdp_MFC_LVDSOnOff(BOOL bOnOff);
131 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16…
135 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff);
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7621/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);
H A Dmadp_mfc.h126 void MAdp_MFC_OnOff(BOOL bOnOff);
130 void MAdp_MFC_LVDSOnOff(BOOL bOnOff);
131 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16…
135 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff);
/utopia/UTPA2-700.0.x/modules/mfc/hal/manhattan/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);
H A Dmadp_mfc.h126 void MAdp_MFC_OnOff(BOOL bOnOff);
130 void MAdp_MFC_LVDSOnOff(BOOL bOnOff);
131 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16…
135 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff);
/utopia/UTPA2-700.0.x/modules/mfc/hal/macan/mfc/
H A Dmdrv_mfc.c786 void MDrv_MFC_OnOff(BOOL bOnOff) in MDrv_MFC_OnOff() argument
792 if (bOnOff) in MDrv_MFC_OnOff()
879 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff) in MDrv_MFC_VideoBlock() argument
888 if(bOnOff) in MDrv_MFC_VideoBlock()
906 if(bOnOff) in MDrv_MFC_VideoBlock()
928 if(bOnOff) in MDrv_MFC_VideoBlock()
959 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff) in MDrv_MFC_LVDSPowerOnOFF() argument
965 if(bOnOff) in MDrv_MFC_LVDSPowerOnOFF()
979 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS… in MDrv_MFC_Set_Bypass_Window() argument
1004 MDrv_MFC_WriteByteMask(0x2C42, (bOnOff<<u8WindowID), (1<<u8WindowID)); in MDrv_MFC_Set_Bypass_Window()
[all …]
H A Dmadp_mfc.c616 void MAdp_MFC_OnOff(BOOL bOnOff) in MAdp_MFC_OnOff() argument
619 MDrv_MFC_OnOff( bOnOff); in MAdp_MFC_OnOff()
644 void MAdp_MFC_LVDSOnOff(BOOL bOnOff) in MAdp_MFC_LVDSOnOff() argument
647 MDrv_MFC_LVDSPowerOnOFF(bOnOff); in MAdp_MFC_LVDSOnOff()
651 void MAdp_MFC_BypassWindow(BOOL bOnOff, U8 u8WinId, U16 u16Hstart, U16 u16Vstart, U16 u16Hsize, U16… in MAdp_MFC_BypassWindow() argument
654 MDrv_MFC_Set_Bypass_Window( bOnOff, u8WinId, u16Hstart, u16Vstart, u16Hsize, u16Vsize); in MAdp_MFC_BypassWindow()
689 void MAdp_MFC_OnOffDebugBlock(BOOL bOnOff) in MAdp_MFC_OnOffDebugBlock() argument
692 MDrv_MFC_DebugBlock(bOnOff); in MAdp_MFC_OnOffDebugBlock()
H A Dmdrv_mfc.h213 void MDrv_MFC_VideoBlock(U8 u8Type , BOOL bOnOff);
214 void MDrv_MFC_Set_Bypass_Window(BOOL bOnOff, U8 u8WindowID, U16 u16HStart, U16 u16VStart, U16 u16HS…
219 void MDrv_MFC_OnOff(BOOL bOnOff);
220 void MDrv_MFC_LVDSPowerOnOFF(BOOL bOnOff);
227 void MDrv_MFC_DebugBlock(BOOL bOnOff);

1234