Searched refs:clk (Results 1 – 4 of 4) sorted by relevance
29 def show_subtree(self, clk, level): argument33 clk['name'].string(),34 clk['enable_count'],35 clk['prepare_count'],36 clk['protect_count'],37 clk['rate'],38 '(c)' if clk['flags'] & constants.LX_CLK_GET_RATE_NOCACHE else ' '))40 for child in clk_core_for_each_child(clk['children']):47 for clk in clk_core_for_each_child(gdb.parse_and_eval("clk_root_list")):48 self.show_subtree(clk, 0)[all …]
15 #include <linux/clk-provider.h>42 /* linux/clk-provider.h */
19 @clk@52 p1 << clk.p1;53 p2 << clk.p2;54 p3 << clk.p3;62 p1 << clk.p1;63 p2 << clk.p2;64 p3 << clk.p3;
37 import linux.clk