__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0+ * * Copyright 2013 Ideas On Board SPRL * Copyright 2013, 2014 Horms Solutions Ltd. * * Contact: Laurent Pinchart <[email protected]> * Contact: Simon Horman <[email protected]> */ #ifndef __LINUX_CLK_RENESAS_H_ #define __LINUX_CLK_RENESAS_H_ #include <linux/types.h> struct device; struct device_node; struct generic_pm_domain; void cpg_mstp_add_clk_domain(struct device_node *np); #ifdef CONFIG_CLK_RENESAS_CPG_MSTP int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev); void cpg_mstp_detach_dev(struct generic_pm_domain *unused, struct device *dev); #else #define cpg_mstp_attach_dev NULL #define cpg_mstp_detach_dev NULL #endif #ifdef CONFIG_CLK_RENESAS_CPG_MSSR int cpg_mssr_attach_dev(struct generic_pm_domain *unused, struct device *dev); void cpg_mssr_detach_dev(struct generic_pm_domain *unused, struct device *dev); #else #define cpg_mssr_attach_dev NULL #define cpg_mssr_detach_dev NULL #endif #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| analogbits-wrpll-cln28hpc.h | File | 2.81 KB | 0644 |
|
| at91_pmc.h | File | 13.99 KB | 0644 |
|
| clk-conf.h | File | 507 B | 0644 |
|
| davinci.h | File | 635 B | 0644 |
|
| imx.h | File | 276 B | 0644 |
|
| mxs.h | File | 214 B | 0644 |
|
| pxa.h | File | 571 B | 0644 |
|
| renesas.h | File | 1001 B | 0644 |
|
| samsung.h | File | 654 B | 0644 |
|
| spear.h | File | 1.01 KB | 0644 |
|
| sunxi-ng.h | File | 364 B | 0644 |
|
| tegra.h | File | 6.22 KB | 0644 |
|
| ti.h | File | 12.4 KB | 0644 |
|
| zynq.h | File | 415 B | 0644 |
|