Searched defs:kfile (Results 1 – 2 of 2) sorted by relevance
224 struct kbase_file *const kfile = kmalloc(sizeof(*kfile), GFP_KERNEL); in kbase_file_new() local251 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()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()423 struct kbase_file *kfile, in kbase_api_kinstr_prfcnt_setup()600 static int kbase_file_create_kctx(struct kbase_file *const kfile, in kbase_file_create_kctx()[all …]
430 def parse_kconfig_file(kfile): argument