Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/lis3lv02d/
Dlis3lv02d_spi.c64 static const struct of_device_id lis302dl_spi_dt_ids[] = { variable
68 MODULE_DEVICE_TABLE(of, lis302dl_spi_dt_ids);
90 if (of_match_device(lis302dl_spi_dt_ids, &spi->dev)) { in lis302dl_spi_probe()
142 .of_match_table = of_match_ptr(lis302dl_spi_dt_ids),