Home
last modified time | relevance | path

Searched refs:gser_reception (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_gser_reception_callback.c77 UX_HOST_CLASS_GSER_RECEPTION *gser_reception; in _ux_host_class_gser_reception_callback() local
87gser_reception = gser -> ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_r… in _ux_host_class_gser_reception_callback()
94gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_callback()
102 …if (gser_reception -> ux_host_class_gser_reception_data_head + gser_reception -> ux_host_class_gse… in _ux_host_class_gser_reception_callback()
103gser_reception -> ux_host_class_gser_reception_data_buffer + gser_reception -> ux_host_class_gser_… in _ux_host_class_gser_reception_callback()
107 …if (gser_reception -> ux_host_class_gser_reception_data_tail == gser_reception -> ux_host_class_g… in _ux_host_class_gser_reception_callback()
117gser_reception -> ux_host_class_gser_reception_callback(gser, UX_BUFFER_OVERFLOW, UX_NULL, 0); in _ux_host_class_gser_reception_callback()
120gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_callback()
127gser_reception -> ux_host_class_gser_reception_data_head = gser_reception -> ux_host_class_gser_r… in _ux_host_class_gser_reception_callback()
133gser_reception -> ux_host_class_gser_reception_data_head += gser_reception -> ux_host_class_gser_… in _ux_host_class_gser_reception_callback()
[all …]
Dux_host_class_gser_reception_start.c77 UX_HOST_CLASS_GSER_RECEPTION *gser_reception) in _ux_host_class_gser_reception_start() argument
101 interface_index = gser_reception -> ux_host_class_gser_reception_interface_index; in _ux_host_class_gser_reception_start()
104gser_reception -> ux_host_class_gser_reception_data_head = gser_reception -> ux_host_class_gser_r… in _ux_host_class_gser_reception_start()
105gser_reception -> ux_host_class_gser_reception_data_tail = gser_reception -> ux_host_class_gser_r… in _ux_host_class_gser_reception_start()
115 …transfer_request -> ux_transfer_request_data_pointer = gser_reception -> ux_host_class_gse… in _ux_host_class_gser_reception_start()
116 …transfer_request -> ux_transfer_request_requested_length = gser_reception -> ux_host_class_gse… in _ux_host_class_gser_reception_start()
120 … ux_host_class_gser_interface_array[interface_index].ux_host_class_gser_reception = gser_reception; in _ux_host_class_gser_reception_start()
123gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STARTED; in _ux_host_class_gser_reception_start()
132gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_start()
178 UX_HOST_CLASS_GSER_RECEPTION *gser_reception) in _uxe_host_class_gser_reception_start() argument
[all …]
Dux_host_class_gser_reception_stop.c78 UX_HOST_CLASS_GSER_RECEPTION *gser_reception) in _ux_host_class_gser_reception_stop() argument
97 …if (gser_reception -> ux_host_class_gser_reception_state == UX_HOST_CLASS_GSER_RECEPTION_STATE_ST… in _ux_host_class_gser_reception_stop()
101 interface_index = gser_reception -> ux_host_class_gser_reception_interface_index; in _ux_host_class_gser_reception_stop()
107gser_reception -> ux_host_class_gser_reception_state = UX_HOST_CLASS_GSER_RECEPTION_STATE_STOPPED; in _ux_host_class_gser_reception_stop()
153 UX_HOST_CLASS_GSER_RECEPTION *gser_reception) in _uxe_host_class_gser_reception_stop() argument
157 if ((gser == UX_NULL) || (gser_reception == UX_NULL)) in _uxe_host_class_gser_reception_stop()
161 return(_ux_host_class_gser_reception_stop(gser, gser_reception)); in _uxe_host_class_gser_reception_stop()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_gser.h273 UX_HOST_CLASS_GSER_RECEPTION *gser_reception);
275 UX_HOST_CLASS_GSER_RECEPTION *gser_reception);
287 UX_HOST_CLASS_GSER_RECEPTION *gser_reception);
289 UX_HOST_CLASS_GSER_RECEPTION *gser_reception);