Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_uk_types.h162 typedef struct _ump_uk_cache_operations_control_s struct
166 } _ump_uk_cache_operations_control_s; typedef
H A Dump_ukk.h46 void _ump_ukk_cache_operations_control(_ump_uk_cache_operations_control_s *args);
H A Dump_kernel_api.c313 void _ump_ukk_cache_operations_control(_ump_uk_cache_operations_control_s *args) in _ump_ukk_cache_operations_control()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ukk_wrappers.c162 _ump_uk_cache_operations_control_s user_interaction; in ump_cache_operations_control_wrapper()
177 _ump_ukk_cache_operations_control((_ump_uk_cache_operations_control_s *) &user_interaction); in ump_cache_operations_control_wrapper()
H A Dump_ioctl.h43 …_CONTROL _IOW(UMP_IOCTL_NR, _UMP_IOC_CACHE_OPERATIONS_CONTROL, _ump_uk_cache_operations_control_s)