Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dst_magn_spi.c55 st_sensors_dev_name_probe(&spi->dev, spi->modalias, sizeof(spi->modalias)); in st_magn_spi_probe()
H A Dst_magn_i2c.c61 st_sensors_dev_name_probe(&client->dev, client->name, sizeof(client->name)); in st_magn_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dst_pressure_spi.c65 st_sensors_dev_name_probe(&spi->dev, spi->modalias, sizeof(spi->modalias)); in st_press_spi_probe()
H A Dst_pressure_i2c.c81 st_sensors_dev_name_probe(&client->dev, client->name, sizeof(client->name)); in st_press_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dst_gyro_i2c.c69 st_sensors_dev_name_probe(&client->dev, client->name, sizeof(client->name)); in st_gyro_i2c_probe()
H A Dst_gyro_spi.c73 st_sensors_dev_name_probe(&spi->dev, spi->modalias, sizeof(spi->modalias)); in st_gyro_spi_probe()
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dst_accel_spi.c106 st_sensors_dev_name_probe(&spi->dev, spi->modalias, sizeof(spi->modalias)); in st_accel_spi_probe()
H A Dst_accel_i2c.c157 st_sensors_dev_name_probe(&client->dev, client->name, sizeof(client->name)); in st_accel_i2c_probe()
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dst_sensors.h321 void st_sensors_dev_name_probe(struct device *dev, char *name, int len);
/OK3568_Linux_fs/kernel/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c351 void st_sensors_dev_name_probe(struct device *dev, char *name, int len) in st_sensors_dev_name_probe() function
362 EXPORT_SYMBOL(st_sensors_dev_name_probe);