Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c1539 const int max_num_prop = ts->soc->num_ttgs * 2; in soctherm_thermtrips_parse() local
1553 n = min(max_num_prop, n); in soctherm_thermtrips_parse()
1555 tlb = devm_kcalloc(&pdev->dev, max_num_prop, sizeof(u32), GFP_KERNEL); in soctherm_thermtrips_parse()