Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dclk.py13 def clk_core_for_each_child(hlist_head): function
40 for child in clk_core_for_each_child(clk['children']):
49 for clk in clk_core_for_each_child(gdb.parse_and_eval("clk_root_list")):
51 for clk in clk_core_for_each_child(gdb.parse_and_eval("clk_orphan_list")):
65 for child in clk_core_for_each_child(hlist_head):