Lines Matching refs:guid

43 	char guid[16];  member
124 if (memcmp(block->guid, &guid_input, 16) == 0) { in find_guid()
148 if (!memcmp(wblock->gblock.guid, &guid_input, 16)) in find_guid_context()
453 pr_info("%pUL:\n", g->guid); in wmi_dump_wdg()
519 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument
526 if (!guid || !handler) in wmi_install_notify_handler()
529 if (guid_parse(guid, &guid_input)) in wmi_install_notify_handler()
535 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_install_notify_handler()
560 acpi_status wmi_remove_notify_handler(const char *guid) in wmi_remove_notify_handler() argument
566 if (!guid) in wmi_remove_notify_handler()
569 if (guid_parse(guid, &guid_input)) in wmi_remove_notify_handler()
575 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_remove_notify_handler()
681 return sprintf(buf, "wmi:%pUL\n", wblock->gblock.guid); in modalias_show()
690 return sprintf(buf, "%pUL\n", wblock->gblock.guid); in guid_show()
692 static DEVICE_ATTR_RO(guid);
773 if (add_uevent_var(env, "MODALIAS=wmi:%pUL", wblock->gblock.guid)) in wmi_dev_uevent()
776 if (add_uevent_var(env, "WMI_GUID=%pUL", wblock->gblock.guid)) in wmi_dev_uevent()
804 if (!memcmp(&driver_guid, wblock->gblock.guid, 16)) in wmi_dev_match()
1101 dev_set_name(&wblock->dev.dev, "%pUL", gblock->guid); in wmi_create_device()
1121 static bool guid_already_parsed(struct acpi_device *device, const u8 *guid) in guid_already_parsed() argument
1126 if (memcmp(wblock->gblock.guid, guid, 16) == 0) { in guid_already_parsed()
1134 guid, dev_name(&wblock->acpi_device->dev)); in guid_already_parsed()
1181 if (guid_already_parsed(device, gblock[i].guid)) in parse_wdg()
1218 wblock->gblock.guid); in parse_wdg()
1332 pr_info("DEBUG Event GUID: %pUL\n", wblock->gblock.guid); in acpi_wmi_notify_handler()