Home
last modified time | relevance | path

Searched refs:st_accel_get_settings (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dst_accel.h73 const struct st_sensor_settings *st_accel_get_settings(const char *name);
H A Dst_accel_i2c.c159 settings = st_accel_get_settings(client->name); in st_accel_i2c_probe()
H A Dst_accel_spi.c108 settings = st_accel_get_settings(spi->modalias); in st_accel_spi_probe()
H A Dst_accel_core.c1230 * st_accel_get_settings() - get sensor settings from device name
1235 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings() function
1245 EXPORT_SYMBOL(st_accel_get_settings); variable
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm9ds0/
H A Dst_lsm9ds0_core.c27 settings = st_accel_get_settings(lsm9ds0->name); in st_lsm9ds0_probe_accel()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dst_accel_i2c.c178 settings = st_accel_get_settings(client->name); in st_accel_i2c_probe()
H A Dst_accel_spi.c120 settings = st_accel_get_settings(spi->modalias); in st_accel_spi_probe()
H A Dst_accel_core.c1397 * st_accel_get_settings() - get sensor settings from device name
1402 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings() function
1412 EXPORT_SYMBOL_NS(st_accel_get_settings, IIO_ST_SENSORS);
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dst_sensors.h322 const struct st_sensor_settings *st_accel_get_settings(const char *name);

Completed in 5 milliseconds