Lines Matching defs:xgene_hwmon_dev
93 struct xgene_hwmon_dev { struct
94 struct device *dev;
95 struct mbox_chan *mbox_chan;
96 struct mbox_client mbox_client;
97 int mbox_idx;
99 spinlock_t kfifo_lock;
100 struct mutex rd_mutex;
101 struct completion rd_complete;
102 int resp_pending;
103 struct slimpro_resp_msg sync_msg;
105 struct work_struct workq;
106 struct kfifo_rec_ptr_1 async_msg_fifo;
131 static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_pcc_rd() argument