Searched refs:USB_STOR_STRING_LEN (Results 1 – 2 of 2) sorted by relevance
107 #define USB_STOR_STRING_LEN 32 macro125 char vendor[USB_STOR_STRING_LEN];126 char product[USB_STOR_STRING_LEN];127 char serial[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()[all …]