Lines Matching refs:guid

42 	char guid[16];  member
123 if (memcmp(block->guid, &guid_input, 16) == 0) { in find_guid()
147 if (!memcmp(wblock->gblock.guid, &guid_input, 16)) in find_guid_context()
452 pr_info("%pUL:\n", g->guid); in wmi_dump_wdg()
517 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument
524 if (!guid || !handler) in wmi_install_notify_handler()
527 if (uuid_le_to_bin(guid, &guid_input)) in wmi_install_notify_handler()
533 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_install_notify_handler()
557 acpi_status wmi_remove_notify_handler(const char *guid) in wmi_remove_notify_handler() argument
563 if (!guid) in wmi_remove_notify_handler()
566 if (uuid_le_to_bin(guid, &guid_input)) in wmi_remove_notify_handler()
572 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_remove_notify_handler()
678 return sprintf(buf, "wmi:%pUL\n", wblock->gblock.guid); in modalias_show()
687 return sprintf(buf, "%pUL\n", wblock->gblock.guid); in guid_show()
689 static DEVICE_ATTR_RO(guid);
770 if (add_uevent_var(env, "MODALIAS=wmi:%pUL", wblock->gblock.guid)) in wmi_dev_uevent()
773 if (add_uevent_var(env, "WMI_GUID=%pUL", wblock->gblock.guid)) in wmi_dev_uevent()
801 if (!memcmp(&driver_guid, wblock->gblock.guid, 16)) in wmi_dev_match()
1098 dev_set_name(&wblock->dev.dev, "%pUL", gblock->guid); in wmi_create_device()
1119 const u8 *guid) in guid_already_parsed() argument
1124 if (memcmp(wblock->gblock.guid, guid, 16) == 0) { in guid_already_parsed()
1132 guid, dev_name(&wblock->acpi_device->dev)); in guid_already_parsed()
1179 if (guid_already_parsed(device, gblock[i].guid)) in parse_wdg()
1216 wblock->gblock.guid); in parse_wdg()
1331 wblock->gblock.guid); in acpi_wmi_notify_handler()