| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_pima_response_send.c | 85 UCHAR *response; in _ux_device_class_pima_response_send() local 98 response = transfer_request -> ux_slave_transfer_request_data_pointer; in _ux_device_class_pima_response_send() 101 _ux_utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_LENGTH, header_size); in _ux_device_class_pima_response_send() 104 _ux_utility_short_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_TYPE, in _ux_device_class_pima_response_send() 108 _ux_utility_short_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_CODE, in _ux_device_class_pima_response_send() 112 _ux_utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_TRANSACTION_ID, in _ux_device_class_pima_response_send() 120 …_ux_utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_PARAMETERS + (sizeof(ULONG) *… in _ux_device_class_pima_response_send() 125 …_ux_utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_PARAMETERS + (sizeof(ULONG) *… in _ux_device_class_pima_response_send() 130 _ux_utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_PARAMETERS , in _ux_device_class_pima_response_send()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_storage_invalid_lun_test.c | 433 UCHAR page_code, UCHAR *response, ULONG response_length) in _test_host_class_storage_inquiry() argument 455 status = _ux_host_class_storage_transport(storage, response); in _test_host_class_storage_inquiry() 461 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 467 page_code, response, response_length); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_inquiry_test.c | 452 UCHAR page_code, UCHAR *response, ULONG response_length) in _test_host_class_storage_inquiry() argument 474 status = _ux_host_class_storage_transport(storage, response); in _test_host_class_storage_inquiry() 480 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 486 page_code, response, response_length); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_vendor_strings_test.c | 521 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 546 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_synchronize_cache_test.c | 437 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 462 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_initialize_test.c | 431 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 456 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_write_test.c | 453 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 478 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_read_test.c | 453 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 478 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_ux_device_class_storage_thread_test.c | 477 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 502 status = _ux_host_class_storage_transport(storage, response); in test_host_class_storage_inquiry()
|
| D | usbx_standalone_device_storage_read_write_test.c | 685 UCHAR page_code, UCHAR *response, ULONG response_length) in _test_host_class_storage_inquiry() argument 707 status = _ux_host_class_storage_transport(storage, response); in _test_host_class_storage_inquiry() 712 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 718 page_code, response, response_length); in test_host_class_storage_inquiry()
|
| D | usbx_standalone_device_storage_basic_test.c | 685 UCHAR page_code, UCHAR *response, ULONG response_length) in _test_host_class_storage_inquiry() argument 707 status = _ux_host_class_storage_transport(storage, response); in _test_host_class_storage_inquiry() 712 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 718 page_code, response, response_length); in test_host_class_storage_inquiry()
|
| D | usbx_standalone_device_storage_error_cv_test.c | 685 UCHAR page_code, UCHAR *response, ULONG response_length) in _test_host_class_storage_inquiry() argument 707 status = _ux_host_class_storage_transport(storage, response); in _test_host_class_storage_inquiry() 712 …storage_inquiry(UX_HOST_CLASS_STORAGE *storage, UCHAR page_code, UCHAR *response, ULONG response_l… in test_host_class_storage_inquiry() argument 718 page_code, response, response_length); in test_host_class_storage_inquiry()
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 146 … added compile-time check to ensure max RNDIS response 2568 ux_device_class_storage.h Added new read capacity response constants. 2570 …lass_storage_mode_sense.c Replaced sending inquiry response with read capacity response buf… 2572 … Replaced sending inquiry response with read capacity response buffer.
|