Searched defs:xgene_hwmon_dev (Results 1 – 1 of 1) sorted by relevance
87 struct xgene_hwmon_dev { struct88 struct device *dev;89 struct mbox_chan *mbox_chan;90 struct pcc_mbox_chan *pcc_chan;91 struct mbox_client mbox_client;92 int mbox_idx;94 spinlock_t kfifo_lock;95 struct mutex rd_mutex;96 struct completion rd_complete;97 int resp_pending;[all …]