Lines Matching refs:DevId

100     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()
594 … if ((p_usb_info->DevId != (-1)) && (strcmp(strDevPath, t->name) == 0)) // find the table entry in MDrv_USB_IOCTL_Cmd()
660 if (p_usb_info->DevId == ((uPort+1)*MAX_USB_MSC_LUNS + uLunNum)) in RemoveUSBDiskPort()
667 …iag_printf("RemoveUSBDiskPort:%d %d %d\n",p_usb_info->uPort,p_usb_info->uLunNum,p_usb_info->DevId); in RemoveUSBDiskPort()
682 p_usb_info->DevId = -1; in RemoveUSBDiskPort()
719 if (p_usb_info->DevId == ((uPort+1)*MAX_USB_MSC_LUNS + uLunNum) ) in ConnectUSBDisk()
723 p_usb_info->DevId = -1; in ConnectUSBDisk()
738 if (p_usb_info->DevId == (-1)) in ConnectUSBDisk()
740 p_usb_info->DevId = (uPort+1)*MAX_USB_MSC_LUNS + uLunNum; in ConnectUSBDisk()
773 …"Port device number:%d Lun:%d Id:%d\n", p_usb_info->uPort, p_usb_info->uLunNum, p_usb_info->DevId); in ConnectUSBDisk()