linux/drivers/hwmon/pmbus/acbel-fsg032.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright 2023 IBM Corp.
 */

#include <linux/debugfs.h>
#include <linux/device.h>
#include <linux/fs.h>
#include <linux/i2c.h>
#include <linux/minmax.h>
#include <linux/module.h>
#include <linux/pmbus.h>
#include <linux/hwmon-sysfs.h>
#include "pmbus.h"

#define ACBEL_MFR_FW_REVISION

static ssize_t acbel_fsg032_debugfs_read(struct file *file, char __user *buf, size_t count,
					 loff_t *ppos)
{}

static const struct file_operations acbel_debugfs_ops =;

static void acbel_fsg032_init_debugfs(struct i2c_client *client)
{}

static const struct i2c_device_id acbel_fsg032_id[] =;

static struct pmbus_driver_info acbel_fsg032_info =;

static int acbel_fsg032_probe(struct i2c_client *client)
{}

static const struct of_device_id acbel_fsg032_of_match[] =;
MODULE_DEVICE_TABLE(of, acbel_fsg032_of_match);

static struct i2c_driver acbel_fsg032_driver =;

module_i2c_driver();

MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();
MODULE_IMPORT_NS();