Home
last modified time | relevance | path

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

/drivers/of/
A Dbase.c171 u32 handle_hash; in __of_phandle_cache_inv_entry() local
177 handle_hash = of_phandle_cache_hash(handle); in __of_phandle_cache_inv_entry()
179 np = phandle_cache[handle_hash]; in __of_phandle_cache_inv_entry()
181 phandle_cache[handle_hash] = NULL; in __of_phandle_cache_inv_entry()
1195 u32 handle_hash; in of_find_node_by_phandle() local
1200 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()
1204 if (phandle_cache[handle_hash] && in of_find_node_by_phandle()
1205 handle == phandle_cache[handle_hash]->phandle) in of_find_node_by_phandle()
1206 np = phandle_cache[handle_hash]; in of_find_node_by_phandle()
1212 phandle_cache[handle_hash] = np; in of_find_node_by_phandle()

Completed in 7 milliseconds