Searched refs:kbase_file (Results 1 – 2 of 2) sorted by relevance
221 static struct kbase_file *kbase_file_new(struct kbase_device *const kbdev, in kbase_file_new()224 struct kbase_file *const kfile = kmalloc(sizeof(*kfile), GFP_KERNEL); in kbase_file_new()251 static int kbase_file_set_api_version(struct kbase_file *const kfile, in kbase_file_set_api_version()279 static unsigned long kbase_file_get_api_version(struct kbase_file *const kfile) in kbase_file_get_api_version()308 static int kbase_file_create_kctx(struct kbase_file *kfile,325 struct kbase_file *const kfile) in kbase_file_get_kctx_if_setup_complete()342 static void kbase_file_delete(struct kbase_file *const kfile) in kbase_file_delete()370 static int kbase_api_handshake(struct kbase_file *kfile, in kbase_api_handshake()408 static int kbase_api_handshake_dummy(struct kbase_file *kfile, in kbase_api_handshake_dummy()415 struct kbase_file *kfile, in kbase_api_kinstr_prfcnt_enum_info()[all …]
1410 struct kbase_file { struct