Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c787 MS_BOOL isHIDPlugIn, isHIDPlugIntoSamePort; in UsbTask() local
954isHIDPlugIntoSamePort = FALSE; //a bool value to indicate that the interface enumeration below is… in UsbTask()
958 if(isHIDPlugIntoSamePort==FALSE) in UsbTask()
959 isHIDPlugIntoSamePort = TRUE; //for multiple interfaces, using same port in UsbTask()
989 if ((isHIDPlugIn_IntfCnt < MAX_HID_INTF_COUNT)&& (isHIDPlugIntoSamePort == TRUE)) in UsbTask()
1764 MS_BOOL isHIDPlugIn, isHIDPlugIntoSamePort; in UsbTask_EX() local
1891isHIDPlugIntoSamePort = FALSE; //a bool value to indicate that the interface enumeration below is… in UsbTask_EX()
1895 if(isHIDPlugIntoSamePort==FALSE) in UsbTask_EX()
1896 isHIDPlugIntoSamePort = TRUE; //for multiple interfaces, using same port in UsbTask_EX()
1926 if ((isHIDPlugIn_IntfCnt < MAX_HID_INTF_COUNT)&& (isHIDPlugIntoSamePort == TRUE)) in UsbTask_EX()
H A DdrvUSBEntry_2.c159 MS_BOOL isHIDPlugIn, isHIDPlugIntoSamePort; in UsbTask_Port2() local
325isHIDPlugIntoSamePort = FALSE; //a bool value to indicate that the interface enumeration below is… in UsbTask_Port2()
329 if(isHIDPlugIntoSamePort==FALSE) in UsbTask_Port2()
330 isHIDPlugIntoSamePort = TRUE; //for multiple interfaces, using same port in UsbTask_Port2()
360 if ((isHIDPlugIn_IntfCnt < MAX_HID_INTF_COUNT)&& (isHIDPlugIntoSamePort == TRUE)) in UsbTask_Port2()