Searched refs:mc13xxx_dt_ids (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dmc13xxx-i2c.c36 static const struct of_device_id mc13xxx_dt_ids[] = { variable in typeref:struct:of_device_id
47 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids);
82 of_match_device(mc13xxx_dt_ids, &client->dev); mc13xxx_i2c_probe()
100 .of_match_table = mc13xxx_dt_ids,
H A Dmc13xxx-spi.c43 static const struct of_device_id mc13xxx_dt_ids[] = { variable in typeref:struct:of_device_id
49 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids);
159 of_match_device(mc13xxx_dt_ids, &spi->dev); mc13xxx_spi_probe()
180 .of_match_table = mc13xxx_dt_ids,

Completed in 76 milliseconds