Searched refs:ux_host_class_pima_event_buffer (Results 1 – 4 of 4) sorted by relevance
123 … 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()
108 …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()
140 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()
388 UCHAR *ux_host_class_pima_event_buffer; member