Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/hsmp/
H A Dhwmon.c41 return hsmp_send_message(&msg); in hsmp_hwmon_write()
72 ret = hsmp_send_message(&msg); in hsmp_hwmon_read()
H A Dhsmp.c273 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message() function
285 EXPORT_SYMBOL_NS_GPL(hsmp_send_message, "AMD_HSMP");
299 ret = hsmp_send_message(&msg); in hsmp_msg_get_nargs()
409 ret = hsmp_send_message(&msg); in hsmp_ioctl_msg()
/linux/Documentation/arch/x86/
H A Damd_hsmp.rst53 function hsmp_send_message().