Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Dwmi.c113 uuid_le guid_input; in find_guid() local
117 if (uuid_le_to_bin(guid_string, &guid_input)) in find_guid()
123 if (memcmp(block->guid, &guid_input, 16) == 0) { in find_guid()
136 uuid_le guid_input; in find_guid_context() local
145 if (uuid_le_to_bin(id->guid_string, &guid_input)) in find_guid_context()
147 if (!memcmp(wblock->gblock.guid, &guid_input, 16)) in find_guid_context()
522 uuid_le guid_input; in wmi_install_notify_handler() local
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()
561 uuid_le guid_input; in wmi_remove_notify_handler() local
[all …]