Searched refs:mc13xxx_dt_ids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | mc13xxx-i2c.c | 33 static const struct of_device_id mc13xxx_dt_ids[] = { variable 44 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids); 79 of_match_device(mc13xxx_dt_ids, &client->dev); in mc13xxx_i2c_probe() 97 .of_match_table = mc13xxx_dt_ids,
|
H A D | mc13xxx-spi.c | 40 static const struct of_device_id mc13xxx_dt_ids[] = { variable 46 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids); 157 of_match_device(mc13xxx_dt_ids, &spi->dev); in mc13xxx_spi_probe() 178 .of_match_table = mc13xxx_dt_ids,
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | mc13xxx-i2c.c | 32 static const struct of_device_id mc13xxx_dt_ids[] = { variable 43 MODULE_DEVICE_TABLE(of, mc13xxx_dt_ids); 89 .of_match_table = mc13xxx_dt_ids,
|
H A D | mc13xxx-spi.c | 39 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 1 milliseconds