Searched refs:inquiry_response (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/usb/storage/ |
D | jumpshot.c | 480 static unsigned char inquiry_response[8] = { in jumpshot_transport() local 496 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in jumpshot_transport()
|
D | alauda.c | 1126 static unsigned char inquiry_response[36] = { in alauda_transport() local 1132 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in alauda_transport()
|
D | sddr55.c | 778 static unsigned char inquiry_response[8] = { in sddr55_transport() local 828 memcpy(ptr, inquiry_response, 8); in sddr55_transport()
|
D | shuttle_usbat.c | 1686 static unsigned char inquiry_response[36] = { in usbat_flash_transport() local 1692 memcpy(ptr, inquiry_response, sizeof(inquiry_response)); in usbat_flash_transport()
|
D | sddr09.c | 1548 static unsigned char inquiry_response[8] = { in sddr09_transport() local 1581 memcpy(ptr, inquiry_response, 8); in sddr09_transport()
|