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.c122 … pima -> ux_host_class_pima_event_buffer_current_offset = pima -> ux_host_class_pima_event_buffer; in _ux_host_class_pima_notification()
151 …x_host_class_pima_event_code = _ux_utility_short_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
154 …ass_pima_event_transaction_id = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
157 …_class_pima_event_parameter_1 = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
160 …_class_pima_event_parameter_2 = _ux_utility_long_get(pima -> ux_host_class_pima_event_buffer + UX_… in _ux_host_class_pima_notification()
163 …_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.c107 …pima -> ux_host_class_pima_event_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAF… in _ux_host_class_pima_activate()
108 if (pima -> ux_host_class_pima_event_buffer == UX_NULL) in _ux_host_class_pima_activate()
166 if (pima -> ux_host_class_pima_event_buffer) in _ux_host_class_pima_activate()
170 _ux_utility_memory_free(pima -> ux_host_class_pima_event_buffer); in _ux_host_class_pima_activate()
Dux_host_class_pima_deactivate.c139 if (pima -> ux_host_class_pima_event_buffer != UX_NULL) in _ux_host_class_pima_deactivate()
140 _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.h400 UCHAR *ux_host_class_pima_event_buffer; member