Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_session.h30 _mali_osk_notification_queue_t *ioctl_queue; member
115 _mali_osk_notification_queue_send(session->ioctl_queue, object); in mali_session_send_notification()
H A Dmali_kernel_core.c1031 queue = session->ioctl_queue; in _mali_ukk_wait_for_notification()
1067 queue = session->ioctl_queue; in _mali_ukk_post_notification()
1134 session->ioctl_queue = _mali_osk_notification_queue_init(); in _mali_ukk_open()
1135 if (NULL == session->ioctl_queue) { in _mali_ukk_open()
1229 _mali_osk_notification_queue_term(session->ioctl_queue); in _mali_ukk_open()
1319 _mali_osk_notification_queue_term(session->ioctl_queue); in _mali_ukk_close()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c605 queue = session->ioctl_queue; in _mali_profiling_notification_mem_counter()
634 queue = session->ioctl_queue; in _mali_profiling_notification_enable()