Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DBlkDev.c599 if (mscLun->DeviceType == SCSI_DEVICE_CDROM) in DiskIoctl()
700 if (mscLun->DeviceType == SCSI_DEVICE_CDROM) in UsbBlkDevAllocInit()
932 else if (mscLun->DeviceType == SCSI_DEVICE_CDROM) in WaitForDeviceReady()
1087 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0), in ReadProtectFlag()
1108 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0), in ReadProtectFlag()
1204 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0), in ReadCacheType()
1225 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0), in ReadCacheType()
1446 BlkDev->device_info.DeivceInfo.DeviceType = USB_STORAGE_DEVICE_TYPE_HDD; in UsbBlkDevReg()
1450 BlkDev->device_info.DeivceInfo.DeviceType = USB_STORAGE_DEVICE_TYPE_UDISK; in UsbBlkDevReg()
1452 else if (BlkDev->Lun->DeviceType == SCSI_DEVICE_CDROM) in UsbBlkDevReg()
[all …]
A DLunMgr.c193 mscLun->DeviceType = InquiryData->Device_Type; in mscLunAdd()
200 switch (mscLun->DeviceType) in mscLunAdd()
213 hal_log_err("[Lun]: MscLunAdd: unknown device type %d", mscLun->DeviceType); in mscLunAdd()
A DCD.c593 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0), in GetCDDriveCapabilites()
787 ((mscLun->DeviceType == SCSI_DEVICE_CDROM) ? 1 : 0),
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usb_host.c670 ThisUsbDev.DeviceType = USB_DEV_CLASS_STORAGE; in AnalyzeRootHub()
681 ThisUsbDev.DeviceType = USB_DEV_CLASS_PRINTER; in AnalyzeRootHub()
695 ThisUsbDev.DeviceType = DEV_TYPE_KEYBOARD; in AnalyzeRootHub()
701 ThisUsbDev.DeviceType = DEV_TYPE_MOUSE; in AnalyzeRootHub()
714 ThisUsbDev.DeviceType = DEV_TYPE_UNKNOW; in AnalyzeRootHub()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usb.c736 ThisUsbDev.DeviceType = USB_DEV_CLASS_STORAGE; in AnalyzeRootHub()
746 ThisUsbDev.DeviceType = USB_DEV_CLASS_PRINTER; in AnalyzeRootHub()
758 ThisUsbDev.DeviceType = DEV_TYPE_KEYBOARD; in AnalyzeRootHub()
764 ThisUsbDev.DeviceType = DEV_TYPE_MOUSE; in AnalyzeRootHub()
776 ThisUsbDev.DeviceType = DEV_TYPE_UNKNOW; in AnalyzeRootHub()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dmod_usbhost.h71 unsigned int DeviceType; /* 设备类型。参考USBStorDevType_t */ member
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/
A DCH57x_usbhost.h58 UINT8 DeviceType; // 设备类型 member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usb_host.h47 UINT8 DeviceType; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h151 unsigned int DeviceType; /* 设备的类型 */ member
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usb.h712 UINT8 DeviceType; member

Completed in 18 milliseconds