Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h784 extern BOOL gOPT_Device_attached;
787 return gOPT_Device_attached; in Is_OPT_Dev_Attach()
792 gOPT_Device_attached = TRUE; in Set_OPT_Dev_Attach()
797 gOPT_Device_attached = FALSE; in Set_OPT_Dev_Unattach()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c123 BOOL gOPT_Device_attached = FALSE; variable
3748 gOPT_Device_attached = TRUE; in usb_new_device()