Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBDisk.c100 int DevId; member
173 DevId: -1 \
289 (usb_info->DevId == -1) ) in usb_disk_read()
326 (usb_info->DevId == -1) ) in usb_disk_write()
354 (usb_info->DevId == -1) ) in usb_disk_get_config()
439 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID()
469 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupManufacturerString()
499 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupProductString()
529 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupSerialNumberString()
558 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupVidPid()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBDisk.c101 int DevId; member
175 DevId: -1 \
284 (usb_info->DevId == -1) ) in usb_disk_read()
318 (usb_info->DevId == -1) ) in usb_disk_write()
406 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID()
434 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupProductString()
466 if (p_usb_info->DevId == ((uPort+1)*MAX_USB_STOR_LUNS + uLunNum) ) in ConnectUSBDisk()
471 p_usb_info->DevId = -1; in ConnectUSBDisk()
485 if (p_usb_info->DevId == (-1)) in ConnectUSBDisk()
487 p_usb_info->DevId = (uPort+1)*MAX_USB_STOR_LUNS + uLunNum; in ConnectUSBDisk()
[all …]