Searched defs:xgene_hwmon_dev (Results 1 – 1 of 1) sorted by relevance
93 struct xgene_hwmon_dev { struct94 struct device *dev;95 struct mbox_chan *mbox_chan;96 struct pcc_mbox_chan *pcc_chan;97 struct mbox_client mbox_client;98 int mbox_idx;100 spinlock_t kfifo_lock;101 struct mutex rd_mutex;102 struct completion rd_complete;103 int resp_pending;[all …]