Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/gyro/
Dst_gyro_i2c.c22 static const struct of_device_id st_gyro_of_match[] = { variable
61 MODULE_DEVICE_TABLE(of, st_gyro_of_match);
63 #define st_gyro_of_match NULL macro
78 st_sensors_of_name_probe(&client->dev, st_gyro_of_match, in st_gyro_i2c_probe()
114 .of_match_table = of_match_ptr(st_gyro_of_match),
Dst_gyro_spi.c27 static const struct of_device_id st_gyro_of_match[] = { variable
66 MODULE_DEVICE_TABLE(of, st_gyro_of_match);
68 #define st_gyro_of_match NULL macro
83 st_sensors_of_name_probe(&spi->dev, st_gyro_of_match, in st_gyro_spi_probe()
118 .of_match_table = of_match_ptr(st_gyro_of_match),