Searched defs:ssif_bmc_ctx (Results 1 – 1 of 1) sorted by relevance
77 struct ssif_bmc_ctx { struct78 struct i2c_client *client;79 struct miscdevice miscdev;80 int msg_idx;81 bool pec_support;83 spinlock_t lock;107 static inline struct ssif_bmc_ctx *to_ssif_bmc(struct file *file) in to_ssif_bmc() argument