Searched refs:guid_input (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | wmi.c | 227 char tmp[16], guid_input[16]; in find_guid() local 233 wmi_swap_bytes(tmp, guid_input); in find_guid() 239 if (memcmp(block->guid, guid_input, 16) == 0) { in find_guid() 533 char tmp[16], guid_input[16]; in wmi_install_notify_handler() local 540 wmi_swap_bytes(tmp, guid_input); in wmi_install_notify_handler() 546 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_install_notify_handler() 574 char tmp[16], guid_input[16]; in wmi_remove_notify_handler() local 581 wmi_swap_bytes(tmp, guid_input); in wmi_remove_notify_handler() 587 if (memcmp(block->gblock.guid, guid_input, 16) == 0) { in wmi_remove_notify_handler()
|