Home
last modified time | relevance | path

Searched refs:ux_device_class_storage_device_length (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_read_format_capacity.c141 storage -> ux_device_class_storage_device_length = in _ux_device_class_storage_read_format_capacity()
Dux_device_class_storage_read_disk_information.c173 storage -> ux_device_class_storage_device_length = allocation_length; in _ux_device_class_storage_read_disk_information()
Dux_device_class_storage_read_dvd_structure.c252 storage -> ux_device_class_storage_device_length = allocation_length; in _ux_device_class_storage_read_dvd_structure()
Dux_device_class_storage_report_key.c169 storage -> ux_device_class_storage_device_length = allocation_length; in _ux_device_class_storage_report_key()
Dux_device_class_storage_csw_send.c154 storage -> ux_device_class_storage_device_length = UX_SLAVE_CLASS_STORAGE_CSW_LENGTH; in _ux_device_class_storage_csw_send()
Dux_device_class_storage_get_performance.c170 storage -> ux_device_class_storage_device_length = data_length; in _ux_device_class_storage_get_performance()
Dux_device_class_storage_read_toc.c206 storage -> ux_device_class_storage_device_length = allocation_length; in _ux_device_class_storage_read_toc()
Dux_device_class_storage_read_capacity.c161 storage -> ux_device_class_storage_device_length = in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_tasks_run.c477 storage -> ux_device_class_storage_device_length = 0; in _ux_device_class_storage_cmd_process()
675 storage -> ux_device_class_storage_device_length || in _ux_device_class_storage_data_cases_check()
688 storage -> ux_device_class_storage_device_length) in _ux_device_class_storage_data_cases_check()
694 storage -> ux_device_class_storage_device_length; in _ux_device_class_storage_data_cases_check()
751 if (storage -> ux_device_class_storage_device_length > in _ux_device_class_storage_data_next()
866 if (storage -> ux_device_class_storage_device_length > in _ux_device_class_storage_data_next()
Dux_device_class_storage_request_sense.c161 storage -> ux_device_class_storage_device_length = sense_length; in _ux_device_class_storage_request_sense()
Dux_device_class_storage_get_status_notification.c183 storage -> ux_device_class_storage_device_length = media_notification_length; in _ux_device_class_storage_get_status_notification()
Dux_device_class_storage_inquiry.c238 storage -> ux_device_class_storage_device_length = inquiry_length; in _ux_device_class_storage_inquiry()
Dux_device_class_storage_get_configuration.c530 storage -> ux_device_class_storage_device_length = allocation_length; in _ux_device_class_storage_get_configuration()
Dux_device_class_storage_mode_sense.c273 storage -> ux_device_class_storage_device_length = mode_data_length; in _ux_device_class_storage_mode_sense()
Dux_device_class_storage_write.c190 storage -> ux_device_class_storage_device_length = total_length; in _ux_device_class_storage_write()
Dux_device_class_storage_read.c165 storage -> ux_device_class_storage_device_length = total_length; in _ux_device_class_storage_read()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h562 ULONG ux_device_class_storage_device_length; member