Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/pressure/
Dst_pressure_spi.c27 static const struct of_device_id st_press_of_match[] = { variable
54 MODULE_DEVICE_TABLE(of, st_press_of_match);
56 #define st_press_of_match NULL macro
71 st_sensors_of_name_probe(&spi->dev, st_press_of_match, in st_press_spi_probe()
103 .of_match_table = of_match_ptr(st_press_of_match),
Dst_pressure_i2c.c23 static const struct of_device_id st_press_of_match[] = { variable
50 MODULE_DEVICE_TABLE(of, st_press_of_match);
52 #define st_press_of_match NULL macro
90 st_sensors_of_name_probe(&client->dev, st_press_of_match, in st_press_i2c_probe()
121 .of_match_table = of_match_ptr(st_press_of_match),