Home
last modified time | relevance | path

Searched refs:notobjs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_user_settings_db.c35 _mali_osk_notification_t **notobjs; in mali_user_settings_notify() local
44notobjs = (_mali_osk_notification_t **)_mali_osk_malloc(sizeof(_mali_osk_notification_t *) * num_s… in mali_user_settings_notify()
45 if (NULL == notobjs) { in mali_user_settings_notify()
51 notobjs[i] = _mali_osk_notification_create(_MALI_NOTIFICATION_SETTINGS_CHANGED, in mali_user_settings_notify()
53 if (NULL != notobjs[i]) { in mali_user_settings_notify()
55 data = notobjs[i]->result_buffer; in mali_user_settings_notify()
74 if (NULL != notobjs[used_notification_objects]) { in mali_user_settings_notify()
75 mali_session_send_notification(session, notobjs[used_notification_objects]); in mali_user_settings_notify()
76 notobjs[used_notification_objects] = NULL; /* Don't track this notification object any more */ in mali_user_settings_notify()
87 if (NULL != notobjs[used_notification_objects]) { in mali_user_settings_notify()
[all …]
H A Dmali_executor.c2264 _mali_osk_notification_t **notobjs; in mali_executor_notify_core_change() local
2273notobjs = (_mali_osk_notification_t **)_mali_osk_malloc(sizeof(_mali_osk_notification_t *) * num_s… in mali_executor_notify_core_change()
2274 if (NULL == notobjs) { in mali_executor_notify_core_change()
2281notobjs[i] = _mali_osk_notification_create(_MALI_NOTIFICATION_PP_NUM_CORE_CHANGE, sizeof(_mali_uk_… in mali_executor_notify_core_change()
2282 if (NULL != notobjs[i]) { in mali_executor_notify_core_change()
2283 _mali_uk_pp_num_cores_changed_s *data = notobjs[i]->result_buffer; in mali_executor_notify_core_change()
2300 if (NULL != notobjs[used_notification_objects]) { in mali_executor_notify_core_change()
2301 mali_session_send_notification(session, notobjs[used_notification_objects]); in mali_executor_notify_core_change()
2302 notobjs[used_notification_objects] = NULL; /* Don't track this notification object any more */ in mali_executor_notify_core_change()
2313 if (NULL != notobjs[used_notification_objects]) { in mali_executor_notify_core_change()
[all …]