Home
last modified time | relevance | path

Searched refs:id (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_raw_sampling_parse.c266 UCHAR id; member
293 if (packed_audio_descriptor[3] != finder -> id) in _ux_host_class_audio_ac_find_parse()
300 static UCHAR *_ux_host_class_audio_ac_find(UX_HOST_CLASS_AUDIO *audio, UCHAR subtype, UCHAR id) in _ux_host_class_audio_ac_find() argument
309 finder.id = id; in _ux_host_class_audio_ac_find()
328 UCHAR id; in _ux_host_class_audio20_clock_get() local
344 id = descriptor[8]; in _ux_host_class_audio20_clock_get()
357 id = descriptor[7]; in _ux_host_class_audio20_clock_get()
371 UX_CLASS_AUDIO20_AC_CLOCK_SOURCE, id); in _ux_host_class_audio20_clock_get()
385 UX_CLASS_AUDIO20_AC_CLOCK_MULTIPLIER, id); in _ux_host_class_audio20_clock_get()
415 …quest_index = audio -> ux_host_class_audio_control_interface_number | ((ULONG)id << 8); in _ux_host_class_audio20_clock_get()
[all …]
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_audio.h374 … (*ux_device_class_audio_stream_parameter_thread_entry)(ULONG id);
382 … (*ux_device_class_audio_stream_parameter_feedback_thread_entry)(ULONG id);
Dux_device_class_video.h568 … (*ux_device_class_video_stream_parameter_thread_entry)(ULONG id);
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h108 #define ux_media_id_set(m,id) ((m)->fx_media_id=(id)) argument
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h200 VOID _ux_host_stack_hnp_polling_thread_entry(ULONG id);
Dux_api.h2897 VOID ux_host_stack_hnp_polling_thread_entry(ULONG id);
/USBX-v6.2.1/docs/
Drevision_history.txt160 … added strings (vendor id, product id, revision and serial),
716 …Added interface to change USB device class storage strings (vendor id, product id, revision and se…
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c716 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), UL… in _tx_thread_create() argument