Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Dmc13xxx-i2c.c32 static const struct of_device_id mc13xxx_dt_ids[] = { variable
43 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids);
78 of_match_device(mc13xxx_dt_ids, &client->dev); in mc13xxx_i2c_probe()
96 .of_match_table = mc13xxx_dt_ids,
A Dmc13xxx-spi.c39 static const struct of_device_id mc13xxx_dt_ids[] = { variable
45 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids);
156 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe()
177 .of_match_table = mc13xxx_dt_ids,

Completed in 3 milliseconds