Home
last modified time | relevance | path

Searched defs:con_id (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/clk/
Dclkdev.c35 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
64 struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys()
78 struct clk *clk_get(struct device *dev, const char *con_id) in clk_get()
116 char con_id[MAX_CON_ID]; member
120 clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...) in clkdev_alloc()
/linux-3.3/drivers/base/power/
Dclock_ops.c29 char *con_id; member
58 int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add()
119 void pm_clk_remove(struct device *dev, const char *con_id) in pm_clk_remove()
293 char **con_id; in pm_clk_notify() local
393 static void enable_clock(struct device *dev, const char *con_id) in enable_clock()
410 static void disable_clock(struct device *dev, const char *con_id) in disable_clock()
438 char **con_id; in pm_clk_notify() local
/linux-3.3/include/linux/
Dpm_clock.h50 static inline int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add()
54 static inline void pm_clk_remove(struct device *dev, const char *con_id) in pm_clk_remove()
Dclkdev.h23 const char *con_id; member