Searched refs:ux_host_class_pima_event_buffer (Results 1 – 4 of 4) sorted by relevance
122 … 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()
107 …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()
139 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()
400 UCHAR *ux_host_class_pima_event_buffer; member