Lines Matching refs:USB_STOR_STRING_LEN
551 char mf[USB_STOR_STRING_LEN]; /* manufacturer */ in storage_probe()
552 char prod[USB_STOR_STRING_LEN]; /* product */ in storage_probe()
553 char serial[USB_STOR_STRING_LEN]; /* serial number */ in storage_probe()
802 strncpy(ss->vendor, mf, USB_STOR_STRING_LEN); in storage_probe()
803 strncpy(ss->product, prod, USB_STOR_STRING_LEN); in storage_probe()
804 strncpy(ss->serial, serial, USB_STOR_STRING_LEN); in storage_probe()
808 USB_STOR_STRING_LEN); in storage_probe()
811 USB_STOR_STRING_LEN); in storage_probe()
816 USB_STOR_STRING_LEN); in storage_probe()
819 USB_STOR_STRING_LEN); in storage_probe()
822 strncpy(ss->serial, "None", USB_STOR_STRING_LEN); in storage_probe()