Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/syscore_ops.h>
#include <mach/pxa2xx-regs.h>
#include "clock.h"
Go to the source code of this file.
Macros | |
#define | pxa2xx_clock_suspend NULL |
#define | pxa2xx_clock_resume NULL |
Functions | |
void | clk_pxa2xx_cken_enable (struct clk *clk) |
void | clk_pxa2xx_cken_disable (struct clk *clk) |
Variables | |
struct clkops | clk_pxa2xx_cken_ops |
struct syscore_ops | pxa2xx_clock_syscore_ops |
#define pxa2xx_clock_resume NULL |
Definition at line 49 of file clock-pxa2xx.c.
#define pxa2xx_clock_suspend NULL |
Definition at line 48 of file clock-pxa2xx.c.
Definition at line 24 of file clock-pxa2xx.c.
Definition at line 19 of file clock-pxa2xx.c.
Definition at line 29 of file clock-pxa2xx.c.
struct syscore_ops pxa2xx_clock_syscore_ops |
Definition at line 52 of file clock-pxa2xx.c.