Home
last modified time | relevance | path

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

/linux/include/uapi/misc/
H A Damd-apml.h13 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 Drmi-hwmon.c19 struct apml_mbox_msg msg = { 0 }; in sbrmi_read()
55 struct apml_mbox_msg msg = { 0 }; in sbrmi_write()
H A Drmi-core.c377 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 Drmi-core.h64 int rmi_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg *msg);
H A Drmi-i2c.c45 struct apml_mbox_msg msg = { 0 }; in sbrmi_get_max_pwr_limit()
/linux/Documentation/misc-devices/
H A Damd-sbi.rst91 ``#define SBRMI_IOCTL_MBOX_CMD _IOWR(SB_BASE_IOCTL_NR, 0, struct apml_mbox_msg)``