Searched refs:hlist_head (Results 1 – 2 of 2) sorted by relevance
13 def clk_core_for_each_child(hlist_head): argument14 return lists.hlist_for_each_entry(hlist_head,64 def lookup_hlist(self, hlist_head, name): argument65 for child in clk_core_for_each_child(hlist_head):
19 hlist_head = utils.CachedType("struct hlist_head") variable42 if head.type == hlist_head.get_type().pointer():44 elif head.type != hlist_head.get_type():