Searched refs:apml_mbox_msg (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/misc/ |
| H A D | amd-apml.h | 13 struct apml_mbox_msg { struct 97 #define SBRMI_IOCTL_MBOX_CMD _IOWR(SB_BASE_IOCTL_NR, 0, struct apml_mbox_msg)
|
| /linux/drivers/misc/amd-sbi/ |
| H A D | rmi-hwmon.c | 19 struct apml_mbox_msg msg = { 0 }; in sbrmi_read() 55 struct apml_mbox_msg msg = { 0 }; in sbrmi_write()
|
| H A D | rmi-core.c | 377 struct apml_mbox_msg *msg) in rmi_mailbox_xfer() 492 static int apml_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg __user *arg) in apml_mailbox_xfer() 494 struct apml_mbox_msg msg = { 0 }; in apml_mailbox_xfer() 498 if (copy_from_user(&msg, arg, sizeof(struct apml_mbox_msg))) in apml_mailbox_xfer() 506 if (copy_to_user(arg, &msg, sizeof(struct apml_mbox_msg))) in apml_mailbox_xfer()
|
| H A D | rmi-core.h | 64 int rmi_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg *msg);
|
| H A D | rmi-i2c.c | 45 struct apml_mbox_msg msg = { 0 }; in sbrmi_get_max_pwr_limit()
|
| /linux/Documentation/misc-devices/ |
| H A D | amd-sbi.rst | 91 ``#define SBRMI_IOCTL_MBOX_CMD _IOWR(SB_BASE_IOCTL_NR, 0, struct apml_mbox_msg)``
|