Home
last modified time | relevance | path

Searched refs:bma180_data (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dbma180.c44 struct bma180_data;
65 int (*chip_config)(struct bma180_data *data);
66 void (*chip_disable)(struct bma180_data *data);
155 struct bma180_data { struct
191 static int bma180_get_data_reg(struct bma180_data *data, enum bma180_chan chan) in bma180_get_data_reg() argument
216 static int bma180_set_bits(struct bma180_data *data, u8 reg, u8 mask, u8 val) in bma180_set_bits()
227 static int bma180_reset_intr(struct bma180_data *data) in bma180_reset_intr()
238 static int bma180_set_new_data_intr_state(struct bma180_data *data, bool state) in bma180_set_new_data_intr_state()
256 static int bma180_set_sleep_state(struct bma180_data *data, bool state) in bma180_set_sleep_state()
271 static int bma180_set_ee_writing_state(struct bma180_data *data, bool state) in bma180_set_ee_writing_state()
[all …]