Home
last modified time | relevance | path

Searched defs:pm_clock_entry (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/base/power/
Dclock_ops.c31 struct pm_clock_entry { struct
32 struct list_head node;
33 char *con_id;
34 struct clk *clk;
35 enum pce_status status;
36 bool enabled_when_prepared;
/kernel/linux/linux-5.10/drivers/base/power/
Dclock_ops.c30 struct pm_clock_entry { struct
42 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable() argument