Home
last modified time | relevance | path

Searched refs:sbrmi_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/amd-sbi/
H A Drmi-core.h54 struct sbrmi_data { struct
64 int rmi_mailbox_xfer(struct sbrmi_data *data, struct apml_mbox_msg *msg); argument
66 int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data);
68 static inline int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data) in create_hwmon_sensor_device()
73 int create_misc_rmi_device(struct sbrmi_data *data, struct device *dev);
H A Drmi-hwmon.c18 struct sbrmi_data *data = dev_get_drvdata(dev); in sbrmi_read()
54 struct sbrmi_data *data = dev_get_drvdata(dev); in sbrmi_write()
113 int create_hwmon_sensor_device(struct device *dev, struct sbrmi_data *data) in create_hwmon_sensor_device()