Lines Matching defs:dev
40 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable()
59 static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) in pm_clk_acquire()
72 static int __pm_clk_add(struct device *dev, const char *con_id, in __pm_clk_add()
117 int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add()
130 int pm_clk_add_clk(struct device *dev, struct clk *clk) in pm_clk_add_clk()
166 void pm_clk_remove(struct device *dev, const char *con_id) in pm_clk_remove()
202 void pm_clk_init(struct device *dev) in pm_clk_init()
216 int pm_clk_create(struct device *dev) in pm_clk_create()
229 void pm_clk_destroy(struct device *dev) in pm_clk_destroy()
259 int pm_clk_suspend(struct device *dev) in pm_clk_suspend()
289 int pm_clk_resume(struct device *dev) in pm_clk_resume()
330 struct device *dev = data; in pm_clk_notify() local
375 static void enable_clock(struct device *dev, const char *con_id) in enable_clock()
392 static void disable_clock(struct device *dev, const char *con_id) in disable_clock()
419 struct device *dev = data; in pm_clk_notify() local