Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
#include <linux/device.h>
#include "internal.h"
Go to the source code of this file.
Macros | |
#define | regmap_map_write_file NULL |
Functions | |
void | regmap_debugfs_init (struct regmap *map, const char *name) |
void | regmap_debugfs_exit (struct regmap *map) |
void | regmap_debugfs_initcall (void) |
#define regmap_map_write_file NULL |
Definition at line 167 of file regmap-debugfs.c.
Definition at line 281 of file regmap-debugfs.c.
Definition at line 245 of file regmap-debugfs.c.
Definition at line 287 of file regmap-debugfs.c.