Searched defs:acpi_subtable_proc (Results 1 – 2 of 2) sorted by relevance
210 struct acpi_subtable_proc { struct211 int id;212 acpi_tbl_entry_handler handler;213 acpi_tbl_entry_handler_arg handler_arg;214 void *arg;215 int count;
215 struct acpi_subtable_proc { struct216 int id;240 struct acpi_subtable_proc *proc, int proc_num, argument