Home
last modified time | relevance | path

Searched refs:u8DeviceType (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvScsi_4.c780 Mass_stor_us1_port4.device.u8DeviceType = (u8InquiryData[0] & 0x1F); in bSCSI_INQUIRY_Port4()
792 if(Mass_stor_us1_port4.device.u8DeviceType != TYPE_DISK) in bSCSI_INQUIRY_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvScsi_2.c780 Mass_stor_us1_port2.device.u8DeviceType = (u8InquiryData[0] & 0x1F); in bSCSI_INQUIRY_Port2()
792 if(Mass_stor_us1_port2.device.u8DeviceType != TYPE_DISK) in bSCSI_INQUIRY_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvScsi.c779 Mass_stor_us1.device.u8DeviceType = (u8InquiryData[0] & 0x1F); in bSCSI_INQUIRY()
791 if(Mass_stor_us1.device.u8DeviceType != TYPE_DISK) in bSCSI_INQUIRY()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvScsi_3.c780 Mass_stor_us1_port3.device.u8DeviceType = (u8InquiryData[0] & 0x1F); in bSCSI_INQUIRY_Port3()
792 if(Mass_stor_us1_port3.device.u8DeviceType != TYPE_DISK) in bSCSI_INQUIRY_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMSC.h139 unsigned char u8DeviceType; member
H A DdrvMSC.c638 LunDevice[uLunIdx].u8DevType = pMass_stor->device.u8DeviceType; in ms_bInit_USB_LUN()
714 pMass_stor->device.u8DeviceType = (pIngBuf[0] & 0x1F); in ms_bSCSI_Initial()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvscsi.h277 UINT8 u8DeviceType; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvscsi_2.h277 UINT8 u8DeviceType; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvscsi_3.h291 UINT8 u8DeviceType; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvscsi_4.h291 UINT8 u8DeviceType; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvSCSI.h376 unsigned char u8DeviceType; member
H A DdrvSCSI.c768 pMass_stor->device.u8DeviceType = (pIngBuf[0] & 0x1F);