Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbnames.c21 u32 nesting_level,
26 u32 nesting_level,
31 u32 nesting_level,
36 u32 nesting_level,
41 u32 nesting_level, void *context, void **return_value);
45 u32 nesting_level,
50 u32 nesting_level, void *context, void **return_value);
293 u32 nesting_level, in acpi_db_walk_and_match_name() argument
332 (void)acpi_ns_dump_one_object(obj_handle, nesting_level, &info, in acpi_db_walk_and_match_name()
397 u32 nesting_level, in acpi_db_walk_for_predefined_names() argument
[all …]
H A Dnsinit.c27 u32 nesting_level, void *context, void **return_value);
31 u32 nesting_level, void *context, void **return_value);
451 u32 nesting_level, void *context, void **return_value) in acpi_ns_find_ini_methods() argument
516 u32 nesting_level, void *context, void **return_value) in acpi_ns_init_one_device() argument
H A Ddbmethod.c22 u32 nesting_level, void *context, void **return_value);
449 u32 nesting_level, void *context, void **return_value) in acpi_db_walk_for_execute() argument
498 u32 nesting_level, in acpi_db_walk_for_execute_all() argument
H A Ddbtest.c23 u32 nesting_level, void *context, void **return_value);
52 u32 nesting_level,
241 u32 nesting_level, void *context, void **return_value) in acpi_db_test_one_object() argument
972 u32 nesting_level, in acpi_db_evaluate_one_predefined_name() argument
H A Ddbstats.c23 u32 nesting_level,
215 u32 nesting_level, in acpi_db_classify_one_object() argument
H A Dnsxfeval.c636 u32 nesting_level, in ACPI_EXPORT_SYMBOL()
740 status = info->user_function(obj_handle, nesting_level, in ACPI_EXPORT_SYMBOL()
H A Ddbexec.c32 u32 nesting_level, void *context, void **return_value);
293 u32 nesting_level, void *context, void **return_value) in acpi_db_execution_walk() argument
H A Ddbdisply.c28 u32 nesting_level,
1056 u32 nesting_level, in acpi_db_display_non_root_handlers() argument
H A Ddbcmds.c34 u32 nesting_level, void *context, void **return_value);
753 u32 nesting_level, void *context, void **return_value) in acpi_db_device_resources() argument
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c53 static int nesting_level; variable
114 return indent_string(nesting_level++); in __efi_nesting_inc()
119 return indent_string(--nesting_level); in __efi_nesting_dec()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactypes.h1118 u32 nesting_level,
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dlonghaul.c668 u32 nesting_level, in longhaul_walk_callback() argument
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c1197 u32 nesting_level, in check_acpi_smo88xx_device() argument
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c2023 unsigned nesting_level = ctxt->src2.val & 31; in em_enter() local
2026 if (nesting_level) in em_enter()