|
Linux Kernel
3.7.1
|
#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) |
| 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" | |||
| ) |
Definition at line 67 of file clock-debugfs.c.
Definition at line 104 of file clock-debugfs.c.
Definition at line 88 of file clock-debugfs.c.
1.8.2