Searched refs:DevId (Results 1 – 2 of 2) sorted by relevance
100 int DevId; member173 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 …]
101 int DevId; member175 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 …]