Home
last modified time | relevance | path

Searched refs:interface_index (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_gser_endpoints_get.c78 ULONG interface_index; in _ux_host_class_gser_endpoints_get() local
81 …for (interface_index = 0; interface_index < UX_HOST_CLASS_GSER_INTERFACE_NUMBER; interface_index++) in _ux_host_class_gser_endpoints_get()
85 …dex = 0; endpoint_index < gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_endpoints_get()
90 …ck_interface_endpoint_get(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_endpoints_get()
105 …gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_bulk_out_endpoint =… in _ux_host_class_gser_endpoints_get()
112 …if (gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_bulk_out_endpoi… in _ux_host_class_gser_endpoints_get()
126 …dex = 0; endpoint_index < gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_endpoints_get()
131 …ck_interface_endpoint_get(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_endpoints_get()
146 …gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_bulk_in_endpoint = … in _ux_host_class_gser_endpoints_get()
153 …if (gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_bulk_in_endpoin… in _ux_host_class_gser_endpoints_get()
Dux_host_class_gser_deactivate.c85 ULONG interface_index; in _ux_host_class_gser_deactivate() local
93 …for (interface_index = 0; interface_index < UX_HOST_CLASS_GSER_INTERFACE_NUMBER; interface_index++) in _ux_host_class_gser_deactivate()
97 …k_endpoint_transfer_abort(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_deactivate()
100 …k_endpoint_transfer_abort(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_deactivate()
107 …_ux_host_semaphore_delete(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_cla… in _ux_host_class_gser_deactivate()
Dux_host_class_gser_read.c87 ULONG interface_index, in _ux_host_class_gser_read() argument
114 …status = _ux_host_semaphore_get(&gser -> ux_host_class_gser_interface_array[interface_index].ux_h… in _ux_host_class_gser_read()
122 …transfer_request = &gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gse… in _ux_host_class_gser_read()
125 transfer_request -> ux_transfer_request_user_specific = (VOID *)(ALIGN_TYPE)interface_index; in _ux_host_class_gser_read()
164 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_read()
183 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_read()
199 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_read()
213 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_read()
261 ULONG interface_index, in _uxe_host_class_gser_read() argument
274 …return(_ux_host_class_gser_read(gser, interface_index, data_pointer, requested_length, actual_leng… in _uxe_host_class_gser_read()
Dux_host_class_gser_write.c86 ULONG interface_index, in _ux_host_class_gser_write() argument
109 …status = _ux_host_semaphore_get(&gser -> ux_host_class_gser_interface_array[interface_index].ux_h… in _ux_host_class_gser_write()
117 …transfer_request = &gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gse… in _ux_host_class_gser_write()
120 transfer_request -> ux_transfer_request_user_specific = (VOID *) (ALIGN_TYPE) interface_index; in _ux_host_class_gser_write()
159 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_write()
175 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_write()
191 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_write()
207 …_ux_host_semaphore_put(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_… in _ux_host_class_gser_write()
255 ULONG interface_index, in _uxe_host_class_gser_write() argument
270 …return(_ux_host_class_gser_write(gser, interface_index, data_pointer, requested_length, actual_len… in _uxe_host_class_gser_write()
Dux_host_class_gser_configure.c89 ULONG interface_index; in _ux_host_class_gser_configure() local
147 …for (interface_index = 0; interface_index < UX_HOST_CLASS_GSER_INTERFACE_NUMBER; interface_index++) in _ux_host_class_gser_configure()
151 …uration_interface_get(configuration, interface_index, 0, &gser -> ux_host_class_gser_interface_arr… in _ux_host_class_gser_configure()
158 …ux_host_semaphore_create(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_configure()
Dux_host_class_gser_ioctl.c82 UINT _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_functi… in _ux_host_class_gser_ioctl() argument
143 …status = _ux_host_class_gser_command(gser, interface_index, UX_HOST_CLASS_GSER_REQ_SET_LINE_CODING, in _ux_host_class_gser_ioctl()
168 …status = _ux_host_class_gser_command(gser, interface_index, UX_HOST_CLASS_GSER_REQ_GET_LINE_CODING, in _ux_host_class_gser_ioctl()
212 … status = _ux_host_class_gser_command(gser, interface_index, UX_HOST_CLASS_GSER_REQ_SET_LINE_STATE, in _ux_host_class_gser_ioctl()
225 … status = _ux_host_class_gser_command(gser, interface_index, UX_HOST_CLASS_GSER_REQ_SEND_BREAK, in _ux_host_class_gser_ioctl()
232 …OCTL_ABORT_IN_PIPE, gser, gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_ioctl()
235 …k_endpoint_transfer_abort(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_ioctl()
244 …CTL_ABORT_OUT_PIPE, gser, gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_ioctl()
247 …k_endpoint_transfer_abort(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_ioctl()
331 UINT _uxe_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_funct… in _uxe_host_class_gser_ioctl() argument
[all …]
Dux_host_class_gser_activate.c88 ULONG interface_index; in _ux_host_class_gser_activate() local
146 …for (interface_index = 0; interface_index < UX_HOST_CLASS_GSER_INTERFACE_NUMBER; interface_index +… in _ux_host_class_gser_activate()
148 …if (_ux_host_semaphore_created(&gser -> ux_host_class_gser_interface_array[interface_index].ux_hos… in _ux_host_class_gser_activate()
149 …_ux_host_semaphore_delete(&gser -> ux_host_class_gser_interface_array[interface_index].ux_host_cla… in _ux_host_class_gser_activate()
Dux_host_class_gser_reception_start.c82 ULONG interface_index; in _ux_host_class_gser_reception_start() local
101 interface_index = gser_reception -> ux_host_class_gser_reception_interface_index; in _ux_host_class_gser_reception_start()
108 …transfer_request = &gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gse… in _ux_host_class_gser_reception_start()
111 transfer_request -> ux_transfer_request_user_specific = (VOID *) (ALIGN_TYPE) interface_index; in _ux_host_class_gser_reception_start()
120 …gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_reception = gser_re… in _ux_host_class_gser_reception_start()
Dux_host_class_gser_reception_stop.c81 ULONG interface_index; in _ux_host_class_gser_reception_stop() local
101 interface_index = gser_reception -> ux_host_class_gser_reception_interface_index; in _ux_host_class_gser_reception_stop()
104 …k_endpoint_transfer_abort(gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_reception_stop()
Dux_host_class_gser_command.c88 UINT _ux_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _ux_host_class_gser_command() argument
161 …quest_index = gser -> ux_host_class_gser_interface_array[interface_index].ux_host_clas… in _ux_host_class_gser_command()
213 UINT _uxe_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command, in _uxe_host_class_gser_command() argument
222 return(_ux_host_class_gser_command(gser, interface_index, in _uxe_host_class_gser_command()
Dux_host_class_gser_reception_callback.c78 ULONG interface_index; in _ux_host_class_gser_reception_callback() local
84 interface_index = (ULONG) (ALIGN_TYPE) transfer_request -> ux_transfer_request_user_specific; in _ux_host_class_gser_reception_callback()
87 …gser_reception = gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_r… in _ux_host_class_gser_reception_callback()
Dux_host_class_video_control_request.c89 UINT request, UCHAR interface_index, in _ux_host_class_video_control_request() argument
155 if (interface_index == 0) in _ux_host_class_video_control_request()
257 UINT request, UCHAR interface_index, in _uxe_host_class_video_control_request() argument
267 return(_ux_host_class_video_control_request(video, request, interface_index, in _uxe_host_class_video_control_request()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_interface_get.c82 UINT interface_index, UINT alternate_setting_index, in _ux_host_stack_configuration_interface_get() argument
115 if (interface_index == container_index) in _ux_host_stack_configuration_interface_get()
233 UINT interface_index, UINT alternate_setting_index, in _uxe_host_stack_configuration_interface_get() argument
243 interface_index, alternate_setting_index, ux_interface)); in _uxe_host_stack_configuration_interface_get()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h263 UINT _ux_host_class_gser_read (UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_point…
265 UINT _ux_host_class_gser_write(UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_point…
267 UINT _ux_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command,
269 UINT _ux_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_func…
278 UINT _uxe_host_class_gser_read (UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_poin…
280 UINT _uxe_host_class_gser_write(UX_HOST_CLASS_GSER *gser, ULONG interface_index,UCHAR *data_poin…
282 UINT _uxe_host_class_gser_command(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG command,
284 UINT _uxe_host_class_gser_ioctl(UX_HOST_CLASS_GSER *gser, ULONG interface_index, ULONG ioctl_fun…
Dux_host_class_video.h687 UINT request, UCHAR interface_index,
709 UINT request, UCHAR interface_index,
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h149 UINT interface_index, UINT alternate_setting_index,
212 UINT interface_index, UINT alternate_setting_index,
Dux_api.h2880 … ux_host_stack_configuration_interface_get(UX_CONFIGURATION *configuration, UINT interface_index,