Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
regmap-debugfs.c File Reference
#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)
 

Macro Definition Documentation

#define regmap_map_write_file   NULL

Definition at line 167 of file regmap-debugfs.c.

Function Documentation

void regmap_debugfs_exit ( struct regmap map)

Definition at line 281 of file regmap-debugfs.c.

void regmap_debugfs_init ( struct regmap map,
const char name 
)

Definition at line 245 of file regmap-debugfs.c.

void regmap_debugfs_initcall ( void  )

Definition at line 287 of file regmap-debugfs.c.