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 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;[all …]