Searched refs:mt8173_compat (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iio/adc/ |
D | mt6577_auxadc.c | 54 static const struct mtk_auxadc_compatible mt8173_compat = { variable 315 { .compatible = "mediatek,mt2701-auxadc", .data = &mt8173_compat }, 316 { .compatible = "mediatek,mt2712-auxadc", .data = &mt8173_compat }, 317 { .compatible = "mediatek,mt7622-auxadc", .data = &mt8173_compat }, 318 { .compatible = "mediatek,mt8173-auxadc", .data = &mt8173_compat },
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-mt65xx.c | 457 static const struct mtk_i2c_compatible mt8173_compat = { variable 532 { .compatible = "mediatek,mt8173-i2c", .data = &mt8173_compat },
|
/linux-6.12.1/drivers/spi/ |
D | spi-mt65xx.c | 201 static const struct mtk_spi_compatible mt8173_compat = { variable 255 .data = (void *)&mt8173_compat,
|
/linux-6.12.1/drivers/mmc/host/ |
D | mtk-sd.c | 587 static const struct mtk_mmc_compatible mt8173_compat = { variable 633 { .compatible = "mediatek,mt8173-mmc", .data = &mt8173_compat},
|