Searched refs:mt8173_compat (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/iio/adc/ |
D | mt6577_auxadc.c | 54 static const struct mtk_auxadc_compatible mt8173_compat = { variable 338 { .compatible = "mediatek,mt2701-auxadc", .data = &mt8173_compat }, 339 { .compatible = "mediatek,mt2712-auxadc", .data = &mt8173_compat }, 340 { .compatible = "mediatek,mt7622-auxadc", .data = &mt8173_compat }, 341 { .compatible = "mediatek,mt8173-auxadc", .data = &mt8173_compat },
|
/linux-6.1.9/drivers/spi/ |
D | spi-mt65xx.c | 200 static const struct mtk_spi_compatible mt8173_compat = { variable 254 .data = (void *)&mt8173_compat,
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-mt65xx.c | 434 static const struct mtk_i2c_compatible mt8173_compat = { variable 507 { .compatible = "mediatek,mt8173-i2c", .data = &mt8173_compat },
|
/linux-6.1.9/drivers/mmc/host/ |
D | mtk-sd.c | 568 static const struct mtk_mmc_compatible mt8173_compat = { variable 613 { .compatible = "mediatek,mt8173-mmc", .data = &mt8173_compat},
|