Searched defs:pm_clock_entry (Results 1 – 2 of 2) sorted by relevance
31 struct pm_clock_entry { struct32 struct list_head node;33 char *con_id;34 struct clk *clk;35 enum pce_status status;36 bool enabled_when_prepared;
30 struct pm_clock_entry { struct42 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable() argument