auxadc            868 drivers/thermal/mtk_thermal.c 	struct device_node *auxadc, *apmixedsys, *np = pdev->dev.of_node;
auxadc            901 drivers/thermal/mtk_thermal.c 	auxadc = of_parse_phandle(np, "mediatek,auxadc", 0);
auxadc            902 drivers/thermal/mtk_thermal.c 	if (!auxadc) {
auxadc            907 drivers/thermal/mtk_thermal.c 	auxadc_phys_base = of_get_phys_base(auxadc);
auxadc            909 drivers/thermal/mtk_thermal.c 	of_node_put(auxadc);