Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/USBX-v6.3.0/common/core/inc/
Dux_device_stack.h78 UINT _ux_device_stack_alternate_setting_get(ULONG interface_value);
79 UINT _ux_device_stack_alternate_setting_set(ULONG interface_value, ULONG alternate_setting_value…
82 ULONG configuration_number,
83 ULONG interface_number,
85 UINT _ux_device_stack_clear_feature(ULONG request_type, ULONG request_value, ULONG request_index…
87 UINT _ux_device_stack_configuration_set(ULONG configuration_value);
89 UINT _ux_device_stack_descriptor_send(ULONG descriptor_type, ULONG request_index, ULONG host_len…
92 UINT _ux_device_stack_get_status(ULONG request_type, ULONG request_index, ULONG request_length);
94 UINT _ux_device_stack_initialize(UCHAR * device_framework_high_speed, ULONG device_framework_len…
95 UCHAR * device_framework_full_speed, ULONG device_framework_length_full_speed,
[all …]
Dux_device_class_dpump.h111 ULONG ux_slave_class_dpump_alternate_setting;
114 ULONG ux_device_class_dpump_write_requested_length;
115 ULONG ux_device_class_dpump_write_transfer_length;
116 ULONG ux_device_class_dpump_write_actual_length;
120 ULONG ux_device_class_dpump_read_requested_length;
121 ULONG ux_device_class_dpump_read_transfer_length;
122 ULONG ux_device_class_dpump_read_actual_length;
144 ULONG requested_length, ULONG *actual_length);
146 ULONG requested_length, ULONG *actual_length);
148 ULONG requested_length, ULONG *actual_length);
[all …]
/USBX-v6.3.0/common/core/src/
Dux_utility_pci_class_scan.c77 ULONG _ux_utility_pci_class_scan(ULONG pci_class, ULONG bus_number, ULONG device_number, in _ux_utility_pci_class_scan()
78 ULONG function_number, ULONG *current_bus_number, in _ux_utility_pci_class_scan()
79 ULONG *current_device_number, ULONG *current_function_number) in _ux_utility_pci_class_scan()
82 ULONG bus_number_index; in _ux_utility_pci_class_scan()
83 ULONG device_number_index; in _ux_utility_pci_class_scan()
84 ULONG function_number_index; in _ux_utility_pci_class_scan()
85 ULONG value; in _ux_utility_pci_class_scan()
86 ULONG current_pci_class; in _ux_utility_pci_class_scan()
Dux_utility_pci_read.c78 ULONG _ux_utility_pci_read(ULONG bus_number, ULONG device_number, ULONG function_number, in _ux_utility_pci_read()
79 ULONG offset, UINT read_size) in _ux_utility_pci_read()
82 ULONG destination_address; in _ux_utility_pci_read()
83 ULONG cfg_ctrl; in _ux_utility_pci_read()
119 return((ULONG)(inpb(UX_PCI_CFG_DATA_ADDRESS))); in _ux_utility_pci_read()
Dux_utility_long_get.c70 ULONG _ux_utility_long_get(UCHAR * address) in _ux_utility_long_get()
73 ULONG value; in _ux_utility_long_get()
78 value = (ULONG) *address++; in _ux_utility_long_get()
79 value |= (ULONG)*address++ << 8; in _ux_utility_long_get()
80 value |= (ULONG)*address++ << 16; in _ux_utility_long_get()
81 value |= (ULONG)*address << 24; in _ux_utility_long_get()
Dux_utility_long_get_big_endian.c70 ULONG _ux_utility_long_get_big_endian(UCHAR * address) in _ux_utility_long_get_big_endian()
73 ULONG value; in _ux_utility_long_get_big_endian()
77 value = (ULONG) ((*address++) << 24); in _ux_utility_long_get_big_endian()
78 value |= (ULONG) ((*address++) << 16); in _ux_utility_long_get_big_endian()
79 value |= (ULONG) ((*address++) << 8); in _ux_utility_long_get_big_endian()
80 value |= (ULONG) *address; in _ux_utility_long_get_big_endian()
Dux_device_stack_microsoft_extension_register.c73 UINT _ux_device_stack_microsoft_extension_register(ULONG vendor_request, in _ux_device_stack_microsoft_extension_register() argument
74 … UINT (*vendor_request_function)(ULONG, ULONG, ULONG, ULONG, UCHAR *, ULONG *)) in _ux_device_stack_microsoft_extension_register() argument
Dux_trace_event_insert.c87 VOID _ux_trace_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULONG info_fie… in _ux_trace_event_insert()
88ULONG filter, TX_TRACE_BUFFER_ENTRY **current_event, ULONG *current_timestamp) in _ux_trace_event_insert()
94 ULONG timestamp; in _ux_trace_event_insert()
/USBX-v6.3.0/common/usbx_device_classes/inc/
Dux_device_class_pima.h718 ULONG ux_device_class_pima_event_code;
719 ULONG ux_device_class_pima_event_session_id;
720 ULONG ux_device_class_pima_event_transaction_id;
721 ULONG ux_device_class_pima_event_parameter_1;
722 ULONG ux_device_class_pima_event_parameter_2;
723 ULONG ux_device_class_pima_event_parameter_3;
732 ULONG ux_device_class_pima_object_storage_id;
735 ULONG ux_device_class_pima_object_compressed_size;
738 ULONG ux_device_class_pima_object_thumb_compressed_size;
739 ULONG ux_device_class_pima_object_thumb_pix_width;
[all …]
Dux_device_class_audio20.h225 ULONG bmControls;
259 ULONG bmChannelConfig;
299 ULONG bmaControls;
311 ULONG bmaControls0;
312 ULONG bmaControls1;
324 ULONG bmaControls0;
325 ULONG bmaControls1;
326 ULONG bmaControls2;
338 ULONG bmaControls0;
339 ULONG bmaControls1;
[all …]
Dux_device_class_printer.h172 ULONG ux_device_class_printer_port_status;
180 ULONG ux_device_class_printer_read_requested_length;
181 ULONG ux_device_class_printer_read_transfer_length;
182 ULONG ux_device_class_printer_read_actual_length;
187 ULONG ux_device_class_printer_write_transfer_length;
188 ULONG ux_device_class_printer_write_host_length;
189 ULONG ux_device_class_printer_write_requested_length;
190 ULONG ux_device_class_printer_write_actual_length;
217 ULONG requested_length, ULONG *actual_length);
219 ULONG requested_length, ULONG *actual_length);
[all …]
Dux_device_class_storage.h499 ULONG ux_slave_class_storage_media_last_lba;
500 ULONG ux_slave_class_storage_media_block_length;
501 ULONG ux_slave_class_storage_media_type;
502 ULONG ux_slave_class_storage_media_removable_flag;
503 ULONG ux_slave_class_storage_media_read_only_flag;
504 ULONG ux_slave_class_storage_media_id;
505 ULONG ux_slave_class_storage_request_sense_status;
506 ULONG ux_slave_class_storage_disk_status;
507 ULONG ux_slave_class_storage_last_session_state;
509 …_class_storage_media_read)(VOID *storage, ULONG lun, UCHAR *data_pointer, ULONG number_blocks, ULO…
[all …]
Dux_device_class_cdc_acm.h231 ULONG ux_device_class_cdc_acm_read_requested_length;
232 ULONG ux_device_class_cdc_acm_read_transfer_length;
233 ULONG ux_device_class_cdc_acm_read_actual_length;
239 ULONG ux_device_class_cdc_acm_write_transfer_length;
240 ULONG ux_device_class_cdc_acm_write_host_length;
241 ULONG ux_device_class_cdc_acm_write_actual_length;
244 ULONG ux_device_class_cdc_acm_write_requested_length;
249 ULONG ux_slave_class_cdc_acm_baudrate;
265 …_cdc_acm_write_callback)(struct UX_SLAVE_CLASS_CDC_ACM_STRUCT *cdc_acm, UINT status, ULONG length);
266 …ck)(struct UX_SLAVE_CLASS_CDC_ACM_STRUCT *cdc_acm, UINT status, UCHAR *data_pointer, ULONG length);
[all …]
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_pima.h370 ULONG ux_host_class_pima_event_code;
371 ULONG ux_host_class_pima_event_session_id;
372 ULONG ux_host_class_pima_event_transaction_id;
373 ULONG ux_host_class_pima_event_parameter_1;
374 ULONG ux_host_class_pima_event_parameter_2;
375 ULONG ux_host_class_pima_event_parameter_3;
393 ULONG ux_host_class_pima_transaction_id;
394 ULONG ux_host_class_pima_operation_code;
395 ULONG ux_host_class_pima_event_code;
396 ULONG ux_host_class_pima_event_transaction_id;
[all …]
Dux_host_class_gser.h186 ULONG ux_host_class_gser_notification_count;
199 ULONG ux_host_class_gser_device_state;
201ULONG notification_type, ULONG notification_value);
210 ULONG ux_host_class_gser_reception_interface_index;
211 ULONG ux_host_class_gser_reception_state;
212 ULONG ux_host_class_gser_reception_block_size;
214 ULONG ux_host_class_gser_reception_data_buffer_size;
220 ULONG reception_size);
230 ULONG ux_host_class_gser_line_coding_dter;
231 ULONG ux_host_class_gser_line_coding_stop_bit;
[all …]
Dux_host_class_cdc_acm.h236 ULONG ux_host_class_cdc_acm_notification_count;
237 ULONG ux_host_class_cdc_acm_capabilities;
238 ULONG ux_host_class_cdc_acm_device_state;
243ULONG notification_type, ULONG notification_value);
249 ULONG ux_host_class_cdc_acm_interfaces_bitmap;
250 ULONG ux_host_class_cdc_acm_tick;
253 ULONG ux_host_class_cdc_acm_write_length;
254 ULONG ux_host_class_cdc_acm_write_count;
257 UINT status, ULONG length);
280 ULONG ux_host_class_cdc_dlc_notification_count;
[all …]
Dux_host_class_hid_keyboard.h207 ULONG ux_host_class_hid_keyboard_layout_keys_upper_range;
208 ULONG ux_host_class_hid_keyboard_layout_letters_lower_range;
209 ULONG ux_host_class_hid_keyboard_layout_letters_upper_range;
210 ULONG ux_host_class_hid_keyboard_layout_keypad_lower_range;
211 ULONG ux_host_class_hid_keyboard_layout_keypad_upper_range;
219 ULONG ux_host_class_hid_keyboard_state;
221 ULONG ux_host_class_hid_keyboard_key_count;
237 ULONG ux_host_class_hid_keyboard_alternate_key_state;
238 ULONG ux_host_class_hid_keyboard_led_mask;
239 ULONG *ux_host_class_hid_keyboard_usage_array;
[all …]
Dux_host_class_prolific.h222 ULONG ux_host_class_prolific_notification_count;
223 ULONG ux_host_class_prolific_device_state;
225 ULONG device_state);
227 ULONG ux_host_class_prolific_version;
240 ULONG ux_host_class_prolific_reception_state;
241 ULONG ux_host_class_prolific_reception_block_size;
243 ULONG ux_host_class_prolific_reception_data_buffer_size;
249 ULONG reception_size);
258 ULONG ux_host_class_prolific_line_coding_dter;
259 ULONG ux_host_class_prolific_line_coding_stop_bit;
[all …]
/USBX-v6.3.0/common/usbx_device_classes/src/
Dux_device_class_pima_device_info_send.c96 ULONG device_info_length; in _ux_device_class_pima_device_info_send()
99 ULONG array_field_counter; in _ux_device_class_pima_device_info_send()
151 device_info_pointer += (ULONG) *(device_info_pointer) * 2 + 1; in _ux_device_class_pima_device_info_send()
155 ((ULONG)(device_info_pointer - device_info) + sizeof(USHORT))); in _ux_device_class_pima_device_info_send()
170 …((ULONG)(device_info_pointer - device_info) + sizeof(ULONG) + (sizeof(USHORT) * array_field_counte… in _ux_device_class_pima_device_info_send()
173 …_ux_utility_short_put(device_info_pointer + sizeof(ULONG) + (sizeof(USHORT) * array_field_counter), in _ux_device_class_pima_device_info_send()
184 device_info_pointer += sizeof(ULONG) + (sizeof(USHORT) * array_field_counter); in _ux_device_class_pima_device_info_send()
193 …((ULONG)(device_info_pointer - device_info) + sizeof(ULONG) + (sizeof(USHORT) * array_field_counte… in _ux_device_class_pima_device_info_send()
196 …_ux_utility_short_put(device_info_pointer + sizeof(ULONG) + (sizeof(USHORT) * array_field_counter), in _ux_device_class_pima_device_info_send()
207 device_info_pointer += sizeof(ULONG) + (sizeof(USHORT) * array_field_counter); in _ux_device_class_pima_device_info_send()
[all …]
Dux_device_class_rndis_msg_query.c83 ULONG rndis_oid; in _ux_device_class_rndis_msg_query()
84 ULONG rndis_response_length; in _ux_device_class_rndis_msg_query()
86 ULONG oid_index; in _ux_device_class_rndis_msg_query()
87 ULONG status; in _ux_device_class_rndis_msg_query()
125 …_put(rndis_response + UX_DEVICE_CLASS_RNDIS_CMPLT_QUERY_INFO_BUFFER + (oid_index * sizeof(ULONG)), in _ux_device_class_rndis_msg_query()
134 rndis_response_length = oid_index * (ULONG)sizeof(ULONG); in _ux_device_class_rndis_msg_query()
144 rndis_response_length = sizeof(ULONG); in _ux_device_class_rndis_msg_query()
154 rndis_response_length = sizeof(ULONG); in _ux_device_class_rndis_msg_query()
164 rndis_response_length = sizeof(ULONG); in _ux_device_class_rndis_msg_query()
174 rndis_response_length = sizeof(ULONG); in _ux_device_class_rndis_msg_query()
[all …]
Dux_device_class_pima_response_send.c77 UINT _ux_device_class_pima_response_send(UX_SLAVE_CLASS_PIMA *pima, ULONG response_code, in _ux_device_class_pima_response_send()
78 ULONG number_parameters, in _ux_device_class_pima_response_send()
79 ULONG pima_parameter_1, in _ux_device_class_pima_response_send()
80 ULONG pima_parameter_2, in _ux_device_class_pima_response_send()
81 ULONG pima_parameter_3) in _ux_device_class_pima_response_send()
87 ULONG header_size; in _ux_device_class_pima_response_send()
96 … header_size = UX_DEVICE_CLASS_PIMA_DATA_HEADER_SIZE + (ULONG)(sizeof(ULONG) * number_parameters); in _ux_device_class_pima_response_send()
121 …utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_PARAMETERS + (sizeof(ULONG) * 2), in _ux_device_class_pima_response_send()
126 …utility_long_put(response + UX_DEVICE_CLASS_PIMA_RESPONSE_HEADER_PARAMETERS + (sizeof(ULONG) * 1), in _ux_device_class_pima_response_send()
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_pima_object_handles_get.c89 ULONG *object_handles_array, ULONG object_handles_length, in _ux_host_class_pima_object_handles_get()
90ULONG storage_id, ULONG object_format_code, ULONG object_handle_association) in _ux_host_class_pima_object_handles_get()
95 ULONG object_handle_length_raw; in _ux_host_class_pima_object_handles_get()
96 ULONG count_object_handles; in _ux_host_class_pima_object_handles_get()
97 ULONG nb_object_handles; in _ux_host_class_pima_object_handles_get()
138 …UX_UTILITY_MULC_SAFE(object_handle_length_raw, (ULONG)sizeof(ULONG), object_handle_length_raw, sta… in _ux_host_class_pima_object_handles_get()
171 …les_array + count_object_handles) = _ux_utility_long_get(object_handles_array_raw + sizeof(ULONG) + in _ux_host_class_pima_object_handles_get()
172 … (count_object_handles * sizeof(ULONG))); in _ux_host_class_pima_object_handles_get()
230 ULONG *object_handles_array, ULONG object_handles_length, in _uxe_host_class_pima_object_handles_get()
231ULONG storage_id, ULONG object_format_code, ULONG object_handle_association) in _uxe_host_class_pima_object_handles_get()
Dux_host_class_video_frame_interval_get.c83 ULONG total_descriptor_length; in _ux_host_class_video_frame_interval_get()
84 ULONG descriptor_length; in _ux_host_class_video_frame_interval_get()
85 ULONG descriptor_type; in _ux_host_class_video_frame_interval_get()
86 ULONG descriptor_subtype; in _ux_host_class_video_frame_interval_get()
87 ULONG intervals_to_copy; in _ux_host_class_video_frame_interval_get()
88 ULONG i; in _ux_host_class_video_frame_interval_get()
151 …if (intervals_to_copy * sizeof(ULONG) > interval_parameter -> ux_host_class_video_parameter_frame_… in _ux_host_class_video_frame_interval_get()
153 …intervals_to_copy = (ULONG)(interval_parameter -> ux_host_class_video_parameter_frame_interval_buf… in _ux_host_class_video_frame_interval_get()
157 …_video_parameter_frame_interval_buffer_length_written = (ULONG)(intervals_to_copy * sizeof(ULONG)); in _ux_host_class_video_frame_interval_get()
165 _ux_utility_long_get(descriptor + 26 + i * sizeof(ULONG)); in _ux_host_class_video_frame_interval_get()
Dux_host_class_audio_streaming_sampling_get.c96 ULONG total_descriptor_length; in _ux_host_class_audio_streaming_sampling_get()
101 ULONG lower_frequency; in _ux_host_class_audio_streaming_sampling_get()
102 ULONG higher_frequency; in _ux_host_class_audio_streaming_sampling_get()
214 … (ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH) | in _ux_host_class_audio_streaming_sampling_get()
215 … ((ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH + 1)) << 8 | in _ux_host_class_audio_streaming_sampling_get()
216 … ((ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH + 2)) << 16; in _ux_host_class_audio_streaming_sampling_get()
219 … (ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH + 3) | in _ux_host_class_audio_streaming_sampling_get()
220 …((ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH + 4)) << 8 | … in _ux_host_class_audio_streaming_sampling_get()
221 … ((ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH + 5)) << 16; in _ux_host_class_audio_streaming_sampling_get()
229 … (ULONG) *(descriptor + UX_HOST_CLASS_AUDIO_INTERFACE_DESCRIPTOR_LENGTH ) | in _ux_host_class_audio_streaming_sampling_get()
[all …]
/USBX-v6.3.0/common/usbx_pictbridge/inc/
Dux_pictbridge.h555ULONG ux_pictbridge_printinfo_croppingarea_xcoor…
556ULONG ux_pictbridge_printinfo_croppingarea_ycoor…
557ULONG ux_pictbridge_printinfo_croppingarea_width;
558ULONG ux_pictbridge_printinfo_croppingarea_heigh…
559 ULONG ux_pictbridge_printinfo_fileid;
562 ULONG ux_pictbridge_printinfo_copies;
563 ULONG ux_pictbridge_printinfo_prtpid;
565 ULONG ux_pictbridge_printinfo_copyid;
566 ULONG ux_pictbridge_printinfo_current_page;
567 ULONG ux_pictbridge_printinfo_total_page;
[all …]

12345678910>>...27