Lines Matching refs:guid
51 char guid[16]; member
211 if (memcmp(block->guid, guid_input, 16) == 0) { in find_guid()
432 pr_info("%pUL:\n", g->guid); in wmi_dump_wdg()
496 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument
504 if (!guid || !handler) in wmi_install_notify_handler()
507 wmi_parse_guid(guid, tmp); in wmi_install_notify_handler()
514 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_install_notify_handler()
538 acpi_status wmi_remove_notify_handler(const char *guid) in wmi_remove_notify_handler() argument
545 if (!guid) in wmi_remove_notify_handler()
548 wmi_parse_guid(guid, tmp); in wmi_remove_notify_handler()
555 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_remove_notify_handler()
640 return sprintf(buf, "wmi:%pUL\n", wblock->gblock.guid); in modalias_show()
663 sprintf(guid_string, "%pUL", wblock->gblock.guid); in wmi_dev_uevent()
691 dev_set_name(&wblock->dev, "%pUL", gblock->guid); in wmi_create_device()
717 if (memcmp(wblock->gblock.guid, guid_string, 16) == 0) in guid_already_parsed()
769 if (!guid_already_parsed(gblock[i].guid)) { in parse_wdg()
853 wblock->gblock.guid); in acpi_wmi_notify()