Searched refs:acpi_osd_exec_callback (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/acpi/ | 
| D | acpi_dbg.c | 57 	acpi_osd_exec_callback function;385 	acpi_osd_exec_callback function = NULL;  in acpi_aml_thread()
 418 static int acpi_aml_create_thread(acpi_osd_exec_callback function, void *context)  in acpi_aml_create_thread()
 
 | 
| D | osl.c | 46 	acpi_osd_exec_callback function;889 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context)  in acpi_debugger_create_thread()
 892 	int (*func)(acpi_osd_exec_callback, void *);  in acpi_debugger_create_thread()
 1064 			    acpi_osd_exec_callback function, void *context)  in acpi_os_execute()
 
 | 
| /Linux-v6.6/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-v6.6/include/acpi/ | 
| D | acpiosxf.h | 248 		acpi_osd_exec_callback function, void *context);
 | 
| D | actypes.h | 1038  (ACPI_SYSTEM_XFACE * acpi_osd_exec_callback) (void *context);  typedef
 | 
| /Linux-v6.6/include/linux/ | 
| D | acpi.h | 140 	int (*create_thread)(acpi_osd_exec_callback function, void *context);158 int acpi_debugger_create_thread(acpi_osd_exec_callback function, void *context);
 179 static inline int acpi_debugger_create_thread(acpi_osd_exec_callback function,  in acpi_debugger_create_thread()
 
 |