···11-/*22- * arch/arm/mach-ep93xx/include/mach/clkdev.h33- */44-55-#ifndef __ASM_MACH_CLKDEV_H66-#define __ASM_MACH_CLKDEV_H77-88-#define __clk_get(clk) ({ 1; })99-#define __clk_put(clk) do { } while (0)1010-1111-#endif
-25
arch/arm/mach-lpc32xx/include/mach/clkdev.h
···11-/*22- * arch/arm/mach-lpc32xx/include/mach/clkdev.h33- *44- * Author: Kevin Wells <kevin.wells@nxp.com>55- *66- * Copyright (C) 2010 NXP Semiconductors77- *88- * This program is free software; you can redistribute it and/or modify99- * it under the terms of the GNU General Public License as published by1010- * the Free Software Foundation; either version 2 of the License, or1111- * (at your option) any later version.1212- *1313- * This program is distributed in the hope that it will be useful,1414- * but WITHOUT ANY WARRANTY; without even the implied warranty of1515- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1616- * GNU General Public License for more details.1717- */1818-1919-#ifndef __ASM_ARCH_CLKDEV_H2020-#define __ASM_ARCH_CLKDEV_H2121-2222-#define __clk_get(clk) ({ 1; })2323-#define __clk_put(clk) do { } while (0)2424-2525-#endif
-7
arch/arm/mach-mmp/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif /* __ASM_MACH_CLKDEV_H */
-19
arch/arm/mach-msm/include/mach/clkdev.h
···11-/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.22- *33- * This program is free software; you can redistribute it and/or modify44- * it under the terms of the GNU General Public License version 2 and55- * only version 2 as published by the Free Software Foundation.66- *77- * This program is distributed in the hope that it will be useful,88- * but WITHOUT ANY WARRANTY; without even the implied warranty of99- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1010- * GNU General Public License for more details.1111- */1212-#ifndef __ASM_ARCH_MSM_CLKDEV_H1313-#define __ASM_ARCH_MSM_CLKDEV_H1414-1515-struct clk;1616-1717-static inline int __clk_get(struct clk *clk) { return 1; }1818-static inline void __clk_put(struct clk *clk) { }1919-#endif
-7
arch/arm/mach-mxs/include/mach/clkdev.h
···11-#ifndef __MACH_MXS_CLKDEV_H__22-#define __MACH_MXS_CLKDEV_H__33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-7
arch/arm/mach-nomadik/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-7
arch/arm/mach-nuc93x/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-7
arch/arm/mach-pxa/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-19
arch/arm/mach-spear3xx/include/mach/clkdev.h
···11-/*22- * arch/arm/mach-spear3xx/include/mach/clkdev.h33- *44- * Clock Dev framework definitions for SPEAr3xx machine family55- *66- * Copyright (C) 2009 ST Microelectronics77- * Viresh Kumar<viresh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __MACH_CLKDEV_H1515-#define __MACH_CLKDEV_H1616-1717-#include <plat/clkdev.h>1818-1919-#endif /* __MACH_CLKDEV_H */
-19
arch/arm/mach-spear6xx/include/mach/clkdev.h
···11-/*22- * arch/arm/mach-spear6xx/include/mach/clkdev.h33- *44- * Clock Dev framework definitions for SPEAr6xx machine family55- *66- * Copyright (C) 2009 ST Microelectronics77- * Viresh Kumar<viresh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __MACH_CLKDEV_H1515-#define __MACH_CLKDEV_H1616-1717-#include <plat/clkdev.h>1818-1919-#endif /* __MACH_CLKDEV_H */
-34
arch/arm/mach-tegra/include/mach/clkdev.h
···11-/*22- * arch/arm/mach-tegra/include/mach/clkdev.h33- *44- * Copyright (C) 2010 Google, Inc.55- *66- * Author:77- * Colin Cross <ccross@google.com>88- *99- * This software is licensed under the terms of the GNU General Public1010- * License version 2, as published by the Free Software Foundation, and1111- * may be copied, distributed, and modified under those terms.1212- *1313- * This program is distributed in the hope that it will be useful,1414- * but WITHOUT ANY WARRANTY; without even the implied warranty of1515- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1616- * GNU General Public License for more details.1717- *1818- */1919-2020-#ifndef __MACH_CLKDEV_H2121-#define __MACH_CLKDEV_H2222-2323-struct clk;2424-2525-static inline int __clk_get(struct clk *clk)2626-{2727- return 1;2828-}2929-3030-static inline void __clk_put(struct clk *clk)3131-{3232-}3333-3434-#endif
-7
arch/arm/mach-ux500/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-7
arch/arm/mach-w90x900/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
-7
arch/arm/plat-mxc/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif
···11-/*22- * arch/arm/plat-spear/include/plat/clkdev.h33- *44- * Clock Dev framework definitions for SPEAr platform55- *66- * Copyright (C) 2009 ST Microelectronics77- * Viresh Kumar<viresh.kumar@st.com>88- *99- * This file is licensed under the terms of the GNU General Public1010- * License version 2. This program is licensed "as is" without any1111- * warranty of any kind, whether express or implied.1212- */1313-1414-#ifndef __PLAT_CLKDEV_H1515-#define __PLAT_CLKDEV_H1616-1717-#define __clk_get(clk) ({ 1; })1818-#define __clk_put(clk) do { } while (0)1919-2020-#endif /* __PLAT_CLKDEV_H */
-7
arch/arm/plat-tcc/include/mach/clkdev.h
···11-#ifndef __ASM_MACH_CLKDEV_H22-#define __ASM_MACH_CLKDEV_H33-44-#define __clk_get(clk) ({ 1; })55-#define __clk_put(clk) do { } while (0)66-77-#endif