| /USBX-v6.2.1/common/usbx_host_controllers/src/ |
| D | ux_hcd_ehci_request_transfer_add.c | 81 … 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/ |
| D | usbx_ux_device_class_storage_invalid_lun_test.c | 470 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()
|
| D | usbx_ux_device_class_storage_initialize_test.c | 462 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()
|
| D | usbx_ux_device_class_storage_inquiry_test.c | 489 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()
|
| D | usbx_ux_device_class_storage_mode_sense_test.c | 432 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()
|
| D | usbx_standalone_device_storage_read_write_test.c | 1108 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()
|
| D | usbx_standalone_device_storage_basic_test.c | 1108 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()
|
| D | usbx_standalone_device_storage_error_cv_test.c | 1108 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/ |
| D | ux_hcd_ehci.h | 837 … ULONG toggle, UCHAR * buffer_address, ULONG buffer_length, UX_TRANSFER *transfer_request);
|