Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dsun8i_thermal.c352 struct platform_device *sram_pdev; in sun8i_ths_get_sram_regmap() local
359 sram_pdev = of_find_device_by_node(sram_node); in sun8i_ths_get_sram_regmap()
360 if (!sram_pdev) { in sun8i_ths_get_sram_regmap()
367 regmap = dev_get_regmap(&sram_pdev->dev, NULL); in sun8i_ths_get_sram_regmap()
371 platform_device_put(sram_pdev); in sun8i_ths_get_sram_regmap()