|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/ctype.h>#include <linux/debugfs.h>#include <linux/clk.h>#include "clock.h"Go to the source code of this file.
Functions | |
| DEFINE_SIMPLE_ATTRIBUTE (clock_rate_fops, clock_debug_rate_get, clock_debug_rate_set,"%llu\n") | |
| DEFINE_SIMPLE_ATTRIBUTE (clock_enable_fops, clock_debug_enable_get, clock_debug_enable_set,"%llu\n") | |
| DEFINE_SIMPLE_ATTRIBUTE (clock_local_fops, clock_debug_local_get, NULL,"%llu\n") | |
| int __init | clock_debug_init (void) |
| int __init | clock_debug_add (struct clk *clock) |
Definition at line 91 of file clock-debug.c.
| DEFINE_SIMPLE_ATTRIBUTE | ( | clock_rate_fops | , |
| clock_debug_rate_get | , | ||
| clock_debug_rate_set | , | ||
| "%llu\n" | |||
| ) |
| DEFINE_SIMPLE_ATTRIBUTE | ( | clock_enable_fops | , |
| clock_debug_enable_get | , | ||
| clock_debug_enable_set | , | ||
| "%llu\n" | |||
| ) |
| DEFINE_SIMPLE_ATTRIBUTE | ( | clock_local_fops | , |
| clock_debug_local_get | , | ||
| NULL | , | ||
| "%llu\n" | |||
| ) |
1.8.2