Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_notification.c123 … pima -> ux_host_class_pima_event_buffer_current_offset = pima -> ux_host_class_pima_event_buffer; in _ux_host_class_pima_notification()
152 …x_host_class_pima_event_code = _ux_utility_short_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
155 …ass_pima_event_transaction_id = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
158 …_class_pima_event_parameter_1 = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
161 …_class_pima_event_parameter_2 = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
164 …_class_pima_event_parameter_3 = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
Dux_host_class_pima_activate.c108 …pima -> ux_host_class_pima_event_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAF… in _ux_host_class_pima_activate()
109 if (pima -> ux_host_class_pima_event_buffer == UX_NULL) in _ux_host_class_pima_activate()
167 if (pima -> ux_host_class_pima_event_buffer) in _ux_host_class_pima_activate()
171 _ux_utility_memory_free(pima -> ux_host_class_pima_event_buffer); in _ux_host_class_pima_activate()
Dux_host_class_pima_deactivate.c140 if (pima -> ux_host_class_pima_event_buffer != UX_NULL) in _ux_host_class_pima_deactivate()
141 _ux_utility_memory_free(pima -> ux_host_class_pima_event_buffer); in _ux_host_class_pima_deactivate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_pima.h388 UCHAR *ux_host_class_pima_event_buffer; member