Searched refs:inquiry_response (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/usb/storage/ |
H A D | jumpshot.c | 489 static unsigned char inquiry_response[8] = { jumpshot_transport() local 505 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); jumpshot_transport()
|
H A D | alauda.c | 1135 static unsigned char inquiry_response[36] = { alauda_transport() local 1141 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); alauda_transport()
|
H A D | shuttle_usbat.c | 1692 static unsigned char inquiry_response[36] = { usbat_flash_transport() local 1698 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); usbat_flash_transport()
|
H A D | sddr55.c | 780 static unsigned char inquiry_response[8] = { sddr55_transport() local 828 memcpy(ptr, inquiry_response, 8); sddr55_transport()
|
H A D | sddr09.c | 1548 static unsigned char inquiry_response[8] = { sddr09_transport() local 1579 memcpy(ptr, inquiry_response, 8); sddr09_transport()
|
Completed in 299 milliseconds