Symbol: xgene_hwmon_dev
drivers/hwmon/xgene-hwmon.c
124
static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg)
drivers/hwmon/xgene-hwmon.c
183
static int xgene_hwmon_rd(struct xgene_hwmon_dev *ctx, u32 *msg)
drivers/hwmon/xgene-hwmon.c
220
static int xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr,
drivers/hwmon/xgene-hwmon.c
249
static int xgene_hwmon_get_notification_msg(struct xgene_hwmon_dev *ctx,
drivers/hwmon/xgene-hwmon.c
270
static int xgene_hwmon_get_cpu_pwr(struct xgene_hwmon_dev *ctx, u32 *val)
drivers/hwmon/xgene-hwmon.c
287
static int xgene_hwmon_get_io_pwr(struct xgene_hwmon_dev *ctx, u32 *val)
drivers/hwmon/xgene-hwmon.c
304
static int xgene_hwmon_get_temp(struct xgene_hwmon_dev *ctx, u32 *val)
drivers/hwmon/xgene-hwmon.c
316
struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev);
drivers/hwmon/xgene-hwmon.c
340
struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev);
drivers/hwmon/xgene-hwmon.c
363
struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev);
drivers/hwmon/xgene-hwmon.c
378
struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev);
drivers/hwmon/xgene-hwmon.c
410
static int xgene_hwmon_tpc_alarm(struct xgene_hwmon_dev *ctx,
drivers/hwmon/xgene-hwmon.c
419
static void xgene_hwmon_process_pwrmsg(struct xgene_hwmon_dev *ctx,
drivers/hwmon/xgene-hwmon.c
433
struct xgene_hwmon_dev *ctx;
drivers/hwmon/xgene-hwmon.c
436
ctx = container_of(work, struct xgene_hwmon_dev, workq);
drivers/hwmon/xgene-hwmon.c
456
static int xgene_hwmon_rx_ready(struct xgene_hwmon_dev *ctx, void *msg)
drivers/hwmon/xgene-hwmon.c
474
struct xgene_hwmon_dev *ctx = to_xgene_hwmon_dev(cl);
drivers/hwmon/xgene-hwmon.c
524
struct xgene_hwmon_dev *ctx = to_xgene_hwmon_dev(cl);
drivers/hwmon/xgene-hwmon.c
611
struct xgene_hwmon_dev *ctx;
drivers/hwmon/xgene-hwmon.c
725
struct xgene_hwmon_dev *ctx = platform_get_drvdata(pdev);
drivers/hwmon/xgene-hwmon.c
74
container_of(cl, struct xgene_hwmon_dev, mbox_client)