Home
last modified time | relevance | path

Searched defs:clk_get (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/mach-davinci/
H A Dcpu.c54 int clk_get(enum davinci_clk_ids id) in clk_get() function
/openbmc/u-boot/board/siemens/pxm2/
H A Dboard.c386 int clk_get(int clk) in clk_get() function
/openbmc/u-boot/board/siemens/rut/
H A Dboard.c370 int clk_get(int clk) in clk_get() function
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c417 struct clk *clk_get(const char *con_id) in clk_get() function
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c417 struct clk *clk_get(const char *con_id) in clk_get() function
/openbmc/linux/drivers/clk/
H A Dclkdev.c100 struct clk *clk_get(struct device *dev, const char *con_id) in clk_get() function
/openbmc/linux/include/linux/
H A Dclk.h894 static inline struct clk *clk_get(struct device *dev, const char *id) in clk_get() function
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c236 #define clk_get(dev,name) NULL macro