Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_notification.c38 } _mali_osk_notification_wrapper_t; typedef
57 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_create()
59 …notification = (_mali_osk_notification_wrapper_t *)kmalloc(sizeof(_mali_osk_notification_wrapper_t in _mali_osk_notification_create()
70 …notification->data.result_buffer = ((u8 *)notification) + sizeof(_mali_osk_notification_wrapper_t); in _mali_osk_notification_create()
85 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_delete()
88 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in _mali_osk_notification_delete()
112 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_queue_send()
116 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in _mali_osk_notification_queue_send()
143 _mali_osk_notification_wrapper_t *wrapper_object; in _mali_osk_notification_queue_dequeue()
152 wrapper_object = list_entry(queue->head.next, _mali_osk_notification_wrapper_t, list); in _mali_osk_notification_queue_dequeue()