Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/magnetometer/
Dst_magn_spi.c27 static const struct of_device_id st_magn_of_match[] = { variable
42 MODULE_DEVICE_TABLE(of, st_magn_of_match);
44 #define st_magn_of_match NULL macro
59 st_sensors_of_name_probe(&spi->dev, st_magn_of_match, in st_magn_spi_probe()
89 .of_match_table = of_match_ptr(st_magn_of_match),
Dst_magn_i2c.c22 static const struct of_device_id st_magn_of_match[] = { variable
49 MODULE_DEVICE_TABLE(of, st_magn_of_match);
51 #define st_magn_of_match NULL macro
66 st_sensors_of_name_probe(&client->dev, st_magn_of_match, in st_magn_i2c_probe()
100 .of_match_table = of_match_ptr(st_magn_of_match),