Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dwmi.c199 char tmp[16], guid_input[16]; in find_guid() local
205 wmi_swap_bytes(tmp, guid_input); in find_guid()
211 if (memcmp(block->guid, guid_input, 16) == 0) { in find_guid()
501 char tmp[16], guid_input[16]; in wmi_install_notify_handler() local
508 wmi_swap_bytes(tmp, guid_input); in wmi_install_notify_handler()
514 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_install_notify_handler()
542 char tmp[16], guid_input[16]; in wmi_remove_notify_handler() local
549 wmi_swap_bytes(tmp, guid_input); in wmi_remove_notify_handler()
555 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_remove_notify_handler()