Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/of/
Dbase.c143 static u32 of_phandle_cache_hash(phandle handle) in of_phandle_cache_hash() function
159 handle_hash = of_phandle_cache_hash(handle); in __of_phandle_cache_inv_entry()
181 if (np->phandle && !phandle_cache[of_phandle_cache_hash(np->phandle)]) in of_core_init()
182 phandle_cache[of_phandle_cache_hash(np->phandle)] = np; in of_core_init()
1253 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()