Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_core.c156 static const struct st_lsm6dsx_settings st_lsm6dsx_sensor_settings[] = { variable
341 for (i = 0; i < ARRAY_SIZE(st_lsm6dsx_sensor_settings); i++) { in st_lsm6dsx_check_whoami()
343 if (id == st_lsm6dsx_sensor_settings[i].id[j]) in st_lsm6dsx_check_whoami()
350 if (i == ARRAY_SIZE(st_lsm6dsx_sensor_settings)) { in st_lsm6dsx_check_whoami()
361 if (data != st_lsm6dsx_sensor_settings[i].wai) { in st_lsm6dsx_check_whoami()
366 hw->settings = &st_lsm6dsx_sensor_settings[i]; in st_lsm6dsx_check_whoami()