Searched refs:_clk (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dclock.h30 #define DEF_CLKLOOK(_clk, _devname, _conname) \
32 .clk = _clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dclock.h37 #define DEF_CLKLOOK(_clk, _devname, _conname) \
39 .clk = _clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nomadik/
H A Dclock.c49 #define CLK(_clk, dev) \
51 .clk = _clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dclock-cpg.c38 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/
H A Dclock.h62 #define INIT_CLKREG(_clk, _devname, _conname) \
64 .clk = _clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dclock.h17 #define INIT_CLKREG(_clk,_devname,_conname) \
19 .clk = _clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c94 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7780.c100 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7757.c103 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-shx3.c110 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7722.c178 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7785.c119 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7786.c128 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7366.c195 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7343.c197 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7723.c203 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
H A Dclock-sh7724.c224 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.h139 #define CLK(_clk, _devname, _conname) \
141 .clk = &clk_##_clk, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod.c332 if (!oh->_clk)
335 return clkdm_add_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
352 if (!oh->_clk)
355 return clkdm_del_sleepdep(oh->_clk->clkdm, init_oh->_clk->clkdm);
362 * Called from _init_clocks(). Populates the @oh _clk (main
373 oh->_clk = omap_clk_get_by_name(oh->main_clk);
374 if (!oh->_clk) {
380 if (!oh->_clk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c151 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h114 * @_clk: pointer to the struct clk (filled in at runtime)
122 struct clk *_clk; member in struct:omap_hwmod_opt_clk
188 * @_clk: pointer to the interface struct clk (filled in at runtime)
207 struct clk *_clk; member in struct:omap_hwmod_ocp_if
416 * @_clk: pointer to the main struct clk (filled in at runtime)
457 struct clk *_clk; member in struct:omap_hwmod
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dclock-sh7367.c262 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
263 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk }
H A Dclock-sh7377.c270 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
271 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk }
H A Dclock-sh7372.c446 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
447 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-highlander/
H A Dsetup.c338 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }

Completed in 232 milliseconds

12