OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
linux
/
clk
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
at91_pmc.h
11.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
clk-conf.h
588 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mmp.h
475 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mxs.h
360 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
renesas.h
1.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sunxi-ng.h
974 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
tegra.h
3.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ti.h
11.07 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
zynq.h
1.06 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: clk-conf.h
Close
/* * Copyright (C) 2014 Samsung Electronics Co., Ltd. * Sylwester Nawrocki <s.nawrocki@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/types.h> struct device_node; #if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK) int of_clk_set_defaults(struct device_node *node, bool clk_supplier); #else static inline int of_clk_set_defaults(struct device_node *node, bool clk_supplier) { return 0; } #endif