Home
last modified time | relevance | path

Searched refs:st_press_get_settings (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dst_pressure.h44 const struct st_sensor_settings *st_press_get_settings(const char *name);
H A Dst_pressure_spi.c67 settings = st_press_get_settings(spi->modalias); in st_press_spi_probe()
H A Dst_pressure_i2c.c83 settings = st_press_get_settings(client->name); in st_press_i2c_probe()
H A Dst_pressure_core.c666 * st_press_get_settings() - get sensor settings from device name
671 const struct st_sensor_settings *st_press_get_settings(const char *name) in st_press_get_settings() function
681 EXPORT_SYMBOL(st_press_get_settings); variable
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dst_pressure_i2c.c88 settings = st_press_get_settings(client->name); in st_press_i2c_probe()
H A Dst_pressure_spi.c71 settings = st_press_get_settings(spi->modalias); in st_press_spi_probe()
H A Dst_pressure_core.c726 * st_press_get_settings() - get sensor settings from device name
731 const struct st_sensor_settings *st_press_get_settings(const char *name) in st_press_get_settings() function
741 EXPORT_SYMBOL_NS(st_press_get_settings, IIO_ST_SENSORS);
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dst_sensors.h334 const struct st_sensor_settings *st_press_get_settings(const char *name);

Completed in 4 milliseconds