Searched refs:parse_function (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_audio_descriptors_parse.c | 86 UINT(*parse_function)(VOID *arg, in _ux_host_class_audio_descriptors_parse() 178 status = parse_function(arg, interface_descriptor, endpoint_descriptor, descriptor); in _ux_host_class_audio_descriptors_parse() 253 UINT(*parse_function)(VOID *arg, in _uxe_host_class_audio_descriptors_parse() 261 if ((audio == UX_NULL) || (parse_function == UX_NULL)) in _uxe_host_class_audio_descriptors_parse() 265 return(_ux_host_class_audio_descriptors_parse(audio, parse_function, arg)); in _uxe_host_class_audio_descriptors_parse()
|
| D | ux_host_class_video_entities_parse.c | 91 UINT(*parse_function)(VOID *arg, in _ux_host_class_video_entities_parse() 167 status = parse_function(arg, interface_descriptor, descriptor); in _ux_host_class_video_entities_parse() 233 UINT(*parse_function)(VOID *arg, in _uxe_host_class_video_entities_parse() 244 return(_ux_host_class_video_entities_parse(video, parse_function, arg)); in _uxe_host_class_video_entities_parse()
|
| D | ux_host_class_audio_raw_sampling_parse.c | 33 UINT (*parse_function)(VOID *arg, member 42 UINT (*parse_function)(VOID *arg, member 59 UINT(*parse_function)(VOID *arg, 70 UINT(*parse_function)(VOID *arg, 128 UINT(*parse_function)(VOID *arg, in _ux_host_class_audio_raw_sampling_parse() 149 return(_ux_host_class_audio20_sampling_parse(audio, parse_function, arg)); in _ux_host_class_audio_raw_sampling_parse() 152 return(_ux_host_class_audio10_sampling_parse(audio, parse_function, arg)); in _ux_host_class_audio_raw_sampling_parse() 211 status = parser->parse_function(parser->arg, packed_interface_descriptor, &sam_attr); in _ux_host_class_audio10_sam_parse_func() 232 status = parser->parse_function(parser->arg, packed_interface_descriptor, &sam_attr); in _ux_host_class_audio10_sam_parse_func() 243 UINT(*parse_function)(VOID *arg, in _ux_host_class_audio10_sampling_parse() [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_audio.h | 606 UINT(*parse_function)(VOID *arg, 613 UINT(*parse_function)(VOID *arg, 650 UINT(*parse_function)(VOID *arg, 656 UINT(*parse_function)(VOID *arg,
|
| D | ux_host_class_video.h | 682 UINT(*parse_function)(VOID *arg, 704 UINT(*parse_function)(VOID *arg,
|