Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
H A 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()
1205 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()
/kernel/linux/linux-6.6/drivers/of/
H A 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()
182 if (np->phandle && !phandle_cache[of_phandle_cache_hash(np->phandle)]) in of_core_init()
183 phandle_cache[of_phandle_cache_hash(np->phandle)] = np; in of_core_init()
1071 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()

Completed in 6 milliseconds