Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/iio/accel/
Dstk8312.c98 struct stk8312_data { struct
99 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