sbrmi_data
static int sbrmi_get_rev(struct sbrmi_data *data)
static int rmi_cpuid_input(struct sbrmi_data *data, struct apml_cpuid_msg *msg,
static int rmi_cpuid_input_ext(struct sbrmi_data *data, struct apml_cpuid_msg *msg,
static int rmi_cpuid_read(struct sbrmi_data *data,
static int rmi_mcamsr_input(struct sbrmi_data *data, struct apml_mcamsr_msg *msg,
static int rmi_mcamsr_input_ext(struct sbrmi_data *data, struct apml_mcamsr_msg *msg,
static int rmi_mca_msr_read(struct sbrmi_data *data,
int rmi_mailbox_xfer(struct sbrmi_data *data,
static int apml_rmi_reg_xfer(struct sbrmi_data *data,
static int apml_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg __user *arg)
static int apml_cpuid_xfer(struct sbrmi_data *data, struct apml_cpuid_msg __user *arg)
static int apml_mcamsr_xfer(struct sbrmi_data *data, struct apml_mcamsr_msg __user *arg)
struct sbrmi_data *data;
data = container_of(fp->private_data, struct sbrmi_data, sbrmi_misc_dev);
int create_misc_rmi_device(struct sbrmi_data *data,
int rmi_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg *msg);
int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data);
static inline int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data)
int create_misc_rmi_device(struct sbrmi_data *data, struct device *dev);
int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data)
struct sbrmi_data *data = dev_get_drvdata(dev);
struct sbrmi_data *data = dev_get_drvdata(dev);
struct sbrmi_data *data = dev_get_drvdata(&client->dev);
struct sbrmi_data *data = dev_get_drvdata(&i3cdev->dev);
static int sbrmi_enable_alert(struct sbrmi_data *data)
static int sbrmi_get_max_pwr_limit(struct sbrmi_data *data)
struct sbrmi_data *data;
data = devm_kzalloc(dev, sizeof(struct sbrmi_data), GFP_KERNEL);