Home
last modified time | relevance | path

Searched refs:Port (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c170 void USBCriticalSectionIn(MS_U8 Port);
171 void USBCriticalSectionOut(MS_U8 Port);
1328 void USBCriticalSectionIn(MS_U8 Port) in USBCriticalSectionIn() argument
1330 if (Port == 0) in USBCriticalSectionIn()
1332 else if (Port == 2) in USBCriticalSectionIn()
1334 else if (Port == 1) in USBCriticalSectionIn()
1336 else if (Port == 3) in USBCriticalSectionIn()
1342 void USBCriticalSectionOut(MS_U8 Port) in USBCriticalSectionOut() argument
1346 if (Port == 0) in USBCriticalSectionOut()
1348 else if (Port == 2) in USBCriticalSectionOut()
[all …]
H A DdrvHub_2.c97 extern void USBCriticalSectionIn(MS_U8 Port);
98 extern void USBCriticalSectionOut(MS_U8 Port);
H A DdrvUSBEntry_2.c126 extern void USBCriticalSectionIn(MS_U8 Port);
127 extern void USBCriticalSectionOut(MS_U8 Port);
H A DdrvSCSI.c102 extern void USBCriticalSectionIn(MS_U8 Port);
103 extern void USBCriticalSectionOut(MS_U8 Port);
H A DdrvHub.c110 extern void USBCriticalSectionIn(MS_U8 Port);
111 extern void USBCriticalSectionOut(MS_U8 Port);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvKernel.h158 extern MS_BOOL ms_USBCriticalSectionIn(MS_U8 Port);
159 extern MS_BOOL ms_USBCriticalSectionIn_TimeOut(MS_U8 Port, MS_U32 WaitMs);
160 extern void ms_USBCriticalSectionOut(MS_U8 Port);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBEntry.c648 MS_BOOL ms_USBCriticalSectionIn_TimeOut(MS_U8 Port, MS_U32 WaitMs) in ms_USBCriticalSectionIn_TimeOut() argument
650 return __ms_USBCriticalSectionIn(Port, WaitMs); in ms_USBCriticalSectionIn_TimeOut()
653 MS_BOOL ms_USBCriticalSectionIn(MS_U8 Port) in ms_USBCriticalSectionIn() argument
655 return __ms_USBCriticalSectionIn(Port, MSOS_WAIT_FOREVER); in ms_USBCriticalSectionIn()
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dmhal_hdmi.h321 MS_BOOL Hal_HDMI_Calibration( MS_U8 Port );
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dmhal_hdmi.h321 MS_BOOL Hal_HDMI_Calibration( MS_U8 Port );
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_hdmi.c3220 MS_BOOL Hal_HDMI_Calibration( MS_U8 Port ) in Hal_HDMI_Calibration() argument
3226 switch(Port) in Hal_HDMI_Calibration()
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_hdmi.c3220 MS_BOOL Hal_HDMI_Calibration( MS_U8 Port ) in Hal_HDMI_Calibration() argument
3226 switch(Port) in Hal_HDMI_Calibration()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.07364 //printf(" Port index: %d Port type: %d \n", MS_U8index ,enPorts[MS_U8index]);
H A Dmdrv_sc_display.c.03101 // Remove storage Port later ( Driver level does not know what storagePort is )