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