Lines Matching refs:str
421 U8 MDrv_USB_MscLookupHostID(char *str) in MDrv_USB_MscLookupHostID() argument
439 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID()
446 diag_printf("Not found %s on any USB host port\n", str); in MDrv_USB_MscLookupHostID()
450 char *MDrv_USB_MscLookupManufacturerString(char *str) in MDrv_USB_MscLookupManufacturerString() argument
469 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupManufacturerString()
480 char *MDrv_USB_MscLookupProductString(char *str) in MDrv_USB_MscLookupProductString() argument
499 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupProductString()
510 char *MDrv_USB_MscLookupSerialNumberString(char *str) in MDrv_USB_MscLookupSerialNumberString() argument
529 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupSerialNumberString()
540 MS_U32 MDrv_USB_MscLookupVidPid(char *str) in MDrv_USB_MscLookupVidPid() argument
558 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupVidPid()
566 diag_printf("Not found %s on any USB host port\n", str); in MDrv_USB_MscLookupVidPid()