Home
last modified time | relevance | path

Searched defs:stk8312_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/accel/
H A Dstk8312.c97 struct stk8312_data { struct
98 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