Searched refs:inquiry_response (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/usb/storage/ |
D | jumpshot.c | 672 unsigned char inquiry_response[36] = { in jumpshot_transport() local 692 memset(inquiry_response + 8, 0, 28); in jumpshot_transport() 693 fill_inquiry_response(us, inquiry_response, 36); in jumpshot_transport()
|
D | sddr55.c | 910 unsigned char inquiry_response[36] = { in sddr55_transport() local 963 memset(inquiry_response+8, 0, 28); in sddr55_transport() 964 fill_inquiry_response(us, inquiry_response, 36); in sddr55_transport()
|
D | sddr09.c | 1573 unsigned char inquiry_response[36] = { in sddr09_transport() local 1613 memset(inquiry_response+8, 0, 28); in sddr09_transport() 1614 fill_inquiry_response(us, inquiry_response, 36); in sddr09_transport()
|