Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
regcache-rbtree.c File Reference
#include <linux/slab.h>
#include <linux/device.h>
#include <linux/debugfs.h>
#include <linux/rbtree.h>
#include <linux/seq_file.h>
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  regcache_rbtree_node
 
struct  regcache_rbtree_ctx
 

Functions

struct regcache_rbtree_node __attribute__ ((packed))
 

Variables

struct rb_node node
 
unsigned int base_reg
 
voidblock
 
unsigned int blklen
 
struct regcache_rbtree_ctx __attribute__
 
struct regcache_ops regcache_rbtree_ops
 

Function Documentation

Definition at line 171 of file esd_usb2.c.

Variable Documentation

unsigned int base_reg

Definition at line 38 of file regcache-rbtree.c.

unsigned int blklen

Definition at line 42 of file regcache-rbtree.c.

Definition at line 40 of file regcache-rbtree.c.

rb_insert_augmented & node

Definition at line 36 of file regcache-rbtree.c.

struct regcache_ops regcache_rbtree_ops
Initial value:
= {
.type = REGCACHE_RBTREE,
.name = "rbtree",
.init = regcache_rbtree_init,
.exit = regcache_rbtree_exit,
.read = regcache_rbtree_read,
.write = regcache_rbtree_write,
.sync = regcache_rbtree_sync
}

Definition at line 428 of file regcache-rbtree.c.