Home
last modified time | relevance | path

Searched refs:DeviceRemovable (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h176 …unsigned char DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8 + 1]; // add 1 to prevent warning mes… member
H A DdrvHCD.h602 #define bitmap DeviceRemovable
H A DdrvHub.c1941 portstr[i] = hub->descriptor.DeviceRemovable in hub_configure()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h155 MS_U8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8 + 1]; // add 1 to prevent warning message member
H A DdrvEhciHcd.c412 memset (&pDesc->DeviceRemovable [0], 0, u16Temp); in ms_get_roothub_desc()
413 memset (&pDesc->DeviceRemovable [u16Temp], 0xff, u16Temp); in ms_get_roothub_desc()
H A DdrvHub.c304 portstr[i] = hub->descriptor.DeviceRemovable[((i + 1) / 8)] & (1 << ((i + 1) % 8)) in ms_hub_configure()