Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/magnetometer/
Dst_magn_i2c.c22 static const struct of_device_id st_magn_of_match[] = { variable
45 MODULE_DEVICE_TABLE(of, st_magn_of_match);
47 #define st_magn_of_match NULL macro
62 st_sensors_of_i2c_probe(client, st_magn_of_match); in st_magn_i2c_probe()
94 .of_match_table = of_match_ptr(st_magn_of_match),