Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_uk_types.h102 typedef struct _ump_uk_allocate_s struct
108 } _ump_uk_allocate_s; argument
H A Dump_ukk.h32 _mali_osk_errcode_t _ump_ukk_allocate(_ump_uk_allocate_s *user_interaction);
H A Dump_kernel_ref_drv.c101 _mali_osk_errcode_t _ump_ukk_allocate(_ump_uk_allocate_s *user_interaction) in _ump_ukk_allocate()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ioctl.h38 #define UMP_IOC_ALLOCATE _IOWR(UMP_IOCTL_NR, _UMP_IOC_ALLOCATE, _ump_uk_allocate_s)
H A Dump_ukk_ref_wrappers.c34 _ump_uk_allocate_s user_interaction; in ump_allocate_wrapper()