Searched defs:stk8312_data (Results 1 – 1 of 1) sorted by relevance
97 struct stk8312_data { struct98 struct i2c_client *client;99 struct mutex lock;100 u8 range;101 u8 sample_rate_idx;102 u8 mode;126 static int stk8312_otp_init(struct stk8312_data *data) in stk8312_otp_init() argument