Lines Matching refs:g
430 static void wmi_dump_wdg(const struct guid_block *g) in wmi_dump_wdg() argument
432 pr_info("%pUL:\n", g->guid); in wmi_dump_wdg()
433 pr_info("\tobject_id: %c%c\n", g->object_id[0], g->object_id[1]); in wmi_dump_wdg()
434 pr_info("\tnotify_id: %02X\n", g->notify_id); in wmi_dump_wdg()
435 pr_info("\treserved: %02X\n", g->reserved); in wmi_dump_wdg()
436 pr_info("\tinstance_count: %d\n", g->instance_count); in wmi_dump_wdg()
437 pr_info("\tflags: %#x", g->flags); in wmi_dump_wdg()
438 if (g->flags) { in wmi_dump_wdg()
439 if (g->flags & ACPI_WMI_EXPENSIVE) in wmi_dump_wdg()
441 if (g->flags & ACPI_WMI_METHOD) in wmi_dump_wdg()
443 if (g->flags & ACPI_WMI_STRING) in wmi_dump_wdg()
445 if (g->flags & ACPI_WMI_EVENT) in wmi_dump_wdg()