Searched refs:inquiry_response (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/storage/ |
D | jumpshot.c | 479 static unsigned char inquiry_response[8] = { in jumpshot_transport() local 495 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in jumpshot_transport()
|
D | alauda.c | 1124 static unsigned char inquiry_response[36] = { in alauda_transport() local 1130 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in alauda_transport()
|
D | sddr55.c | 777 static unsigned char inquiry_response[8] = { in sddr55_transport() local 827 memcpy(ptr, inquiry_response, 8); in sddr55_transport()
|
D | shuttle_usbat.c | 1685 static unsigned char inquiry_response[36] = { in usbat_flash_transport() local 1691 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in usbat_flash_transport()
|
D | sddr09.c | 1547 static unsigned char inquiry_response[8] = { in sddr09_transport() local 1580 memcpy(ptr, inquiry_response, 8); in sddr09_transport()
|