| /USBX-v6.2.1/common/core/src/ |
| D | ux_utility_pci_write.c | 78 ULONG offset, ULONG value, UINT write_size) in _ux_utility_pci_write() argument 90 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_write() 111 outpw(UX_PCI_CFG_DATA_ADDRESS + (offset & 2), (USHORT) value); in _ux_utility_pci_write() 120 outpb(UX_PCI_CFG_DATA_ADDRESS + (offset & 3), (UCHAR) value); in _ux_utility_pci_write()
|
| D | ux_utility_pci_read.c | 78 ULONG offset, UINT read_size) in _ux_utility_pci_read() argument 90 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_read()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_stack_enum_wMaxPacketSize_test.c | 341 INT i, offset; in ux_test_thread_host_simulation_entry() local 420 offset = DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED; in ux_test_thread_host_simulation_entry() 421 offset += tests[i].wMaxPacketSize_offset; in ux_test_thread_host_simulation_entry() 422 _ux_utility_short_put(device_framework_high_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry() 423 device_framework_high_speed[offset + 2] = tests[i].bInterval; in ux_test_thread_host_simulation_entry() 431 offset = DEVICE_FRAMEWORK_LENGTH_FULL_SPEED; in ux_test_thread_host_simulation_entry() 432 offset += tests[i].wMaxPacketSize_offset; in ux_test_thread_host_simulation_entry() 433 _ux_utility_short_put(device_framework_full_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry() 434 device_framework_full_speed[offset + 2] = tests[i].bInterval; in ux_test_thread_host_simulation_entry()
|
| D | usbx_pictbridge_basic_test.c | 398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
|
| D | usbx_msrc_72526_pictbridge_dps_host_start_test.c | 398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
|
| D | usbx_msrc_81108_pictbridge_object_parse_test.c | 398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_audio_raw_sampling_parse.c | 162 ULONG n, offset; in _ux_host_class_audio10_sam_parse_func() local 218 for (n = 0, offset = 8; in _ux_host_class_audio10_sam_parse_func() 220 n ++, offset += 3) in _ux_host_class_audio10_sam_parse_func() 223 ((ULONG)packed_audio_descriptor[offset]) + in _ux_host_class_audio10_sam_parse_func() 224 ((ULONG)packed_audio_descriptor[offset+1] << 8) + in _ux_host_class_audio10_sam_parse_func() 225 ((ULONG)packed_audio_descriptor[offset+2] << 16); in _ux_host_class_audio10_sam_parse_func() 547 ULONG n_sub, param_len, offset; in _ux_host_class_audio20_sam_parse_func() local 695 for (offset = 2; offset < param_len; offset += (4*3)) in _ux_host_class_audio20_sam_parse_func() 700 _ux_utility_long_get(buffer + offset); in _ux_host_class_audio20_sam_parse_func() 702 _ux_utility_long_get(buffer + offset + 4); in _ux_host_class_audio20_sam_parse_func()
|
| D | ux_host_class_cdc_acm_entry.c | 198 UCHAR offset; in _ux_host_class_cdc_acm_descriptors_parse() local 281 for (offset = UX_HOST_CLASS_CDC_ACM_UNION_FUNCTIONAL_MASTER; in _ux_host_class_cdc_acm_descriptors_parse() 282 offset < descriptor_length; in _ux_host_class_cdc_acm_descriptors_parse() 283 offset ++) in _ux_host_class_cdc_acm_descriptors_parse() 288 1u << *(descriptor + offset); in _ux_host_class_cdc_acm_descriptors_parse()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_utility.h | 96 ULONG offset, UINT read_size); 98 ULONG offset, ULONG value, UINT write_size);
|
| /USBX-v6.2.1/common/usbx_pictbridge/inc/ |
| D | ux_pictbridge.h | 587 …ICTBRIDGE_STRUCT *pictbridge, ULONG object_handle, UCHAR *buffer, ULONG offset, ULONG length, ULO… 669 …ta_write)(struct UX_PICTBRIDGE_STRUCT *pictbridge, UCHAR *buffer, ULONG offset, ULONG total_lengt…
|