Searched refs:_mali_uk_profiling_add_event_s (Results 1 – 7 of 7) sorted by relevance
20 …ng_add_event_wrapper(struct mali_session_data *session_data, _mali_uk_profiling_add_event_s __user… in profiling_add_event_wrapper()22 _mali_uk_profiling_add_event_s kargs; in profiling_add_event_wrapper()27 if (0 != copy_from_user(&kargs, uargs, sizeof(_mali_uk_profiling_add_event_s))) { in profiling_add_event_wrapper()
68 …ng_add_event_wrapper(struct mali_session_data *session_data, _mali_uk_profiling_add_event_s __user…
1001 BUILD_BUG_ON(!IS_ALIGNED(sizeof(_mali_uk_profiling_add_event_s), sizeof(u64))); in mali_ioctl()1002 err = profiling_add_event_wrapper(session_data, (_mali_uk_profiling_add_event_s __user *)arg); in mali_ioctl()
813 _mali_osk_errcode_t _mali_ukk_profiling_add_event(_mali_uk_profiling_add_event_s *args) in _mali_ukk_profiling_add_event()
490 _mali_osk_errcode_t _mali_ukk_profiling_add_event(_mali_uk_profiling_add_event_s *args);
80 … _IOWR(MALI_IOC_PROFILING_BASE, _MALI_UK_PROFILING_ADD_EVENT, _mali_uk_profiling_add_event_s)
961 } _mali_uk_profiling_add_event_s; typedef