Home
last modified time | relevance | path

Searched refs:guid_input (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dwmi.c130 uuid_le guid_input; in find_guid() local
134 if (uuid_le_to_bin(guid_string, &guid_input)) in find_guid()
140 if (memcmp(block->guid, &guid_input, 16) == 0) { in find_guid()
519 uuid_le guid_input; in wmi_install_notify_handler() local
524 if (uuid_le_to_bin(guid, &guid_input)) in wmi_install_notify_handler()
530 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_install_notify_handler()
558 uuid_le guid_input; in wmi_remove_notify_handler() local
563 if (uuid_le_to_bin(guid, &guid_input)) in wmi_remove_notify_handler()
569 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_remove_notify_handler()