Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
clock-debugfs.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
#include <asm/mach-jz4740/clock.h>
#include "clock.h"

Go to the source code of this file.

Functions

 DEFINE_SIMPLE_ATTRIBUTE (jz4740_clock_debugfs_ops_enabled, jz4740_clock_debugfs_show_enabled, jz4740_clock_debugfs_set_enabled,"%llu\n")
 
 DEFINE_SIMPLE_ATTRIBUTE (jz4740_clock_debugfs_ops_rate, jz4740_clock_debugfs_show_rate, NULL,"%llu\n")
 
void jz4740_clock_debugfs_add_clk (struct clk *clk)
 
void jz4740_clock_debugfs_update_parent (struct clk *clk)
 
void jz4740_clock_debugfs_init (void)
 

Function Documentation

DEFINE_SIMPLE_ATTRIBUTE ( jz4740_clock_debugfs_ops_enabled  ,
jz4740_clock_debugfs_show_enabled  ,
jz4740_clock_debugfs_set_enabled  ,
"%llu\n"   
)
DEFINE_SIMPLE_ATTRIBUTE ( jz4740_clock_debugfs_ops_rate  ,
jz4740_clock_debugfs_show_rate  ,
NULL  ,
"%llu\n"   
)
void jz4740_clock_debugfs_add_clk ( struct clk clk)

Definition at line 67 of file clock-debugfs.c.

void jz4740_clock_debugfs_init ( void  )

Definition at line 104 of file clock-debugfs.c.

void jz4740_clock_debugfs_update_parent ( struct clk clk)

Definition at line 88 of file clock-debugfs.c.