Searched refs:acpi_osd_exec_callback (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/acpi/ | 
| D | acpi_dbg.c | 57 	acpi_osd_exec_callback function;392 	acpi_osd_exec_callback function = NULL;  in acpi_aml_thread()
 425 static int acpi_aml_create_thread(acpi_osd_exec_callback function, void *context)  in acpi_aml_create_thread()
 
 | 
| D | osl.c | 44 	acpi_osd_exec_callback function;886 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context)  in acpi_debugger_create_thread()
 889 	int (*func)(acpi_osd_exec_callback, void *);  in acpi_debugger_create_thread()
 1061 			    acpi_osd_exec_callback function, void *context)  in acpi_os_execute()
 
 | 
| /Linux-v5.10/tools/power/acpi/os_specific/service_layers/ | 
| D | osunixxf.c | 1270 		acpi_osd_exec_callback function, void *context)  in acpi_os_execute()1291 		acpi_osd_exec_callback function, void *context)  in acpi_os_execute()
 
 | 
| /Linux-v5.10/include/acpi/ | 
| D | acpiosxf.h | 248 		acpi_osd_exec_callback function, void *context);
 | 
| D | actypes.h | 1029  (ACPI_SYSTEM_XFACE * acpi_osd_exec_callback) (void *context);  typedef
 | 
| /Linux-v5.10/include/linux/ | 
| D | acpi.h | 145 	int (*create_thread)(acpi_osd_exec_callback function, void *context);163 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context);
 184 static inline int acpi_debugger_create_thread(acpi_osd_exec_callback function,  in acpi_debugger_create_thread()
 
 |