Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c87 struct dell_smm_ops { struct
103 const struct dell_smm_ops *ops; argument
224 static const struct dell_smm_ops i8k_smm_ops = {
325 static int dell_smm_call(const struct dell_smm_ops *ops, struct smm_regs *regs) in dell_smm_call()
507 static int dell_smm_get_signature(const struct dell_smm_ops *ops, int req_fn) in dell_smm_get_signature()
1050 static const struct hwmon_ops dell_smm_ops = { variable
1088 .ops = &dell_smm_ops,
1189 static int dell_smm_init_data(struct device *dev, const struct dell_smm_ops *ops) in dell_smm_init_data()
1607 struct dell_smm_ops *ops; in dell_smm_wmi_probe()