Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388_trigger.c22 struct bmp388_data *data = dev->data; in bmp388_handle_interrupts()
39 struct bmp388_data *data = dev->data; in bmp388_thread_main()
51 struct bmp388_data *data = CONTAINER_OF(work, in bmp388_work_handler()
52 struct bmp388_data, in bmp388_work_handler()
63 struct bmp388_data *data = CONTAINER_OF(cb, in bmp388_gpio_callback()
64 struct bmp388_data, in bmp388_gpio_callback()
84 struct bmp388_data *data = dev->data; in bmp388_trigger_set()
116 struct bmp388_data *data = dev->data; in bmp388_trigger_mode_init()
Dbmp388.c120 struct bmp388_data *data = dev->data; in bmp388_attr_set_odr()
148 struct bmp388_data *data = dev->data; in bmp388_attr_set_oversampling()
230 struct bmp388_data *bmp3xx = dev->data; in bmp388_sample_fetch()
274 static void bmp388_compensate_temp(struct bmp388_data *data) in bmp388_compensate_temp()
301 struct bmp388_data *data = dev->data; in bmp388_temp_channel_get()
315 static uint64_t bmp388_compensate_press(struct bmp388_data *data) in bmp388_compensate_press()
373 struct bmp388_data *data = dev->data; in bmp388_press_channel_get()
414 struct bmp388_data *data = dev->data; in bmp388_get_calibration_data()
472 struct bmp388_data *bmp3xx = dev->data; in bmp388_init()
579 static struct bmp388_data bmp388_data_##inst##chipid = {\
Dbmp388.h188 struct bmp388_data { struct