Home
last modified time | relevance | path

Searched refs:buffer_length (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_request_transfer_add.c81 … ULONG toggle, UCHAR * buffer_address, ULONG buffer_length, UX_TRANSFER *transfer_request) in _ux_hcd_ehci_request_transfer_add() argument
119 td -> ux_ehci_td_control |= buffer_length << UX_EHCI_TD_LG_LOC; in _ux_hcd_ehci_request_transfer_add()
120 td -> ux_ehci_td_length = buffer_length; in _ux_hcd_ehci_request_transfer_add()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_invalid_lun_test.c470 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
483 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
488 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_ux_device_class_storage_initialize_test.c462 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
475 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
480 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_ux_device_class_storage_inquiry_test.c489 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
502 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
507 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_ux_device_class_storage_mode_sense_test.c432 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
445 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
450 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_standalone_device_storage_read_write_test.c1108 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
1117 _ux_host_class_storage_cbw_initialize(storage, 0x80, buffer_length, command_length); in _test_init_cbw_MODE_SENSE()
1121 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
1126 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_standalone_device_storage_basic_test.c1108 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
1117 _ux_host_class_storage_cbw_initialize(storage, 0x80, buffer_length, command_length); in _test_init_cbw_MODE_SENSE()
1121 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
1126 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
Dusbx_standalone_device_storage_error_cv_test.c1108 static void _test_init_cbw_MODE_SENSE(UCHAR op6, UCHAR page_code, ULONG buffer_length) in _test_init_cbw_MODE_SENSE() argument
1117 _ux_host_class_storage_cbw_initialize(storage, 0x80, buffer_length, command_length); in _test_init_cbw_MODE_SENSE()
1121 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_6) = (UCHAR)buffer_length; in _test_init_cbw_MODE_SENSE()
1126 …TORAGE_CBW_CB + UX_SLAVE_CLASS_STORAGE_MODE_SENSE_PARAMETER_LIST_LENGTH_10, (USHORT)buffer_length); in _test_init_cbw_MODE_SENSE()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h837 … ULONG toggle, UCHAR * buffer_address, ULONG buffer_length, UX_TRANSFER *transfer_request);