Home
last modified time | relevance | path

Searched refs:number_blocks (Results 1 – 25 of 59) sorted by relevance

123

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_synchronize_cache.c92 USHORT number_blocks; in _ux_device_class_storage_synchronize_cache() local
118number_blocks = (USHORT)_ux_utility_short_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_SYNCHRONIZ… in _ux_device_class_storage_synchronize_cache()
121 …T(UX_TRACE_DEVICE_CLASS_STORAGE_SYNCHRONIZE_CACHE, storage, lun, lba, number_blocks, UX_TRACE_DEVI… in _ux_device_class_storage_synchronize_cache()
159 storage -> ux_device_class_storage_cmd_n_lb = number_blocks; in _ux_device_class_storage_synchronize_cache()
171 …ass_storage_lun[lun].ux_slave_class_storage_media_flush(storage, lun, number_blocks, lba, &media_s… in _ux_device_class_storage_synchronize_cache()
Dux_device_class_storage_read.c101 ULONG number_blocks; in _ux_device_class_storage_read() local
232number_blocks = transfer_length / storage -> ux_slave_class_storage_lun[lun].ux_slave_class_storag… in _ux_device_class_storage_read()
236 number_blocks, UX_TRACE_DEVICE_CLASS_EVENTS, 0, 0) in _ux_device_class_storage_read()
240 … transfer_request -> ux_slave_transfer_request_data_pointer, number_blocks, lba, &media_status); in _ux_device_class_storage_read()
284 lba += number_blocks; in _ux_device_class_storage_read()
291 total_number_blocks -= number_blocks; in _ux_device_class_storage_read()
Dux_device_class_storage_write.c103 ULONG number_blocks; in _ux_device_class_storage_write() local
254number_blocks = transfer_length / storage -> ux_slave_class_storage_lun[lun].ux_slave_class_storag… in _ux_device_class_storage_write()
257 …age, lun, transfer_request -> ux_slave_transfer_request_data_pointer, number_blocks, lba, &media_s… in _ux_device_class_storage_write()
278 lba += number_blocks; in _ux_device_class_storage_write()
/USBX-v6.2.1/test/regression/
Dusbx_storage_multi_lun_test.c36 …ead_media_read1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
37 …ad_media_write1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_read2(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
41 …ad_media_write2(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
628 …ead_media_read1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read1() argument
658 while(number_blocks--) in demo_thread_media_read1()
668 …ad_media_write1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write1() argument
687 while(number_blocks--) in demo_thread_media_write1()
708 …ead_media_read2(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read2() argument
738 while(number_blocks--) in demo_thread_media_read2()
[all …]
Dusbx_ux_host_class_storage_request_sense_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
549 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
557 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
562 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
570 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
575 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
578 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_capacity_get_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
549 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
557 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
562 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
570 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
575 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
578 (void)number_blocks; in demo_thread_media_flush()
Dusbx_msrc_73386_host_storage_media_open_buffer_test.c43 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
44 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
46 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
539 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
556 …py(data_pointer, &ram_disk_memory[lun][lba * UX_STORAGE_SECTOR_SIZE], number_blocks * UX_STORAGE_S… in demo_thread_media_read()
561 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
569 …py(&ram_disk_memory[lun][lba * UX_STORAGE_SECTOR_SIZE], data_pointer, number_blocks * UX_STORAGE_S… in demo_thread_media_write()
574 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
577 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_activate_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
619 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
627 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
632 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
640 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
645 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
648 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_device_support_check_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
606 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
614 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
619 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
627 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
632 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
635 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_max_lun_get_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
624 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
632 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
637 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
645 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
650 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
653 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_configure_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
654 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
662 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
667 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
675 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
680 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
683 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_device_initialize_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
626 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
634 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
639 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
647 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
652 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
655 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_get_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
643 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
660 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
665 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
673 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
678 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
681 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_open_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
665 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
682 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
687 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
695 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
700 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
703 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_read_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
691 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
708 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
713 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
721 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
726 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
729 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_mount_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
673 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
690 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
695 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
703 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
708 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
711 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_write_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
696 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
712 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
717 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
733 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
738 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
741 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_thread_entry_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
835 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
852 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
857 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
865 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
870 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
873 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_driver_entry_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
735 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
751 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
756 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
772 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
777 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
780 (void)number_blocks; in demo_thread_media_flush()
Dusbx_uxe_device_storage_test.c101 …orage_media_read(VOID *storage, ULONG lun, UCHAR *data_pointer, ULONG number_blocks, ULONG lba, UL… in _dummy_storage_media_read() argument
105 …rage_media_write(VOID *storage, ULONG lun, UCHAR *data_pointer, ULONG number_blocks, ULONG lba, UL… in _dummy_storage_media_write() argument
109 static UINT _dummy_storage_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, UL… in _dummy_storage_media_flush() argument
Dusbx_ux_host_class_storage_entry_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
773 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
789 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
794 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
810 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
815 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
818 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_media_recovery_sense_get_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
799 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
815 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
820 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
836 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
841 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
844 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_device_class_storage_synchronize_cache_test.c39 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
40 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
42 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba…
807 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
815 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
820 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
828 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()
833 static UINT demo_thread_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, ULONG… in demo_thread_media_flush() argument
836 (void)number_blocks; in demo_thread_media_flush()
Dusbx_ux_host_class_storage_fats_exfat_test.c35 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
36 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
695 UINT demo_thread_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks,… in demo_thread_media_read() argument
711 while(number_blocks--) in demo_thread_media_read()
721 UINT demo_thread_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks in demo_thread_media_write() argument
740 while(number_blocks--) in demo_thread_media_write()
Dusbx_ux_device_class_storage_entry_test.c38 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
39 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL…
622 …read_media_read(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_read() argument
630 ux_utility_memory_copy(data_pointer, &ram_disk_memory[lun][lba * 512], number_blocks * 512); in demo_thread_media_read()
635 …ead_media_write(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number_blocks, ULONG lba, UL… in demo_thread_media_write() argument
643 ux_utility_memory_copy(&ram_disk_memory[lun][lba * 512], data_pointer, number_blocks * 512); in demo_thread_media_write()

123