Searched defs:con_id (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/clk/ |
D | clkdev.c | 35 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/ |
D | clock_ops.c | 29 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/ |
D | pm_clock.h | 50 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()
|
D | clkdev.h | 23 const char *con_id; member
|