Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duuid.h89 #define uuid_le_to_bin(guid, u) guid_parse(guid, u) macro
/Linux-v4.19/drivers/platform/x86/
Dwmi.c134 if (uuid_le_to_bin(guid_string, &guid_input)) in find_guid()
524 if (uuid_le_to_bin(guid, &guid_input)) in wmi_install_notify_handler()
563 if (uuid_le_to_bin(guid, &guid_input)) in wmi_remove_notify_handler()
774 if (WARN_ON(uuid_le_to_bin(id->guid_string, &driver_guid))) in wmi_dev_match()
/Linux-v4.19/drivers/vfio/mdev/
Dmdev_sysfs.c68 ret = uuid_le_to_bin(str, &uuid); in create_store()
/Linux-v4.19/drivers/hv/
Dvmbus_drv.c642 retval = uuid_le_to_bin(buf, &guid); in new_id_store()
669 retval = uuid_le_to_bin(buf, &guid); in remove_id_store()