Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
proc.c File Reference
#include <linux/irq.h>
#include <linux/gfp.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/interrupt.h>
#include <linux/kernel_stat.h>
#include "internals.h"

Go to the source code of this file.

Macros

#define MAX_NAMELEN   128
 
#define MAX_NAMELEN   10
 

Functions

void register_handler_proc (unsigned int irq, struct irqaction *action)
 
void register_irq_proc (unsigned int irq, struct irq_desc *desc)
 
void unregister_irq_proc (unsigned int irq, struct irq_desc *desc)
 
void unregister_handler_proc (unsigned int irq, struct irqaction *action)
 
void init_irq_proc (void)
 

Macro Definition Documentation

#define MAX_NAMELEN   128

Definition at line 308 of file proc.c.

#define MAX_NAMELEN   10

Definition at line 308 of file proc.c.

Function Documentation

void init_irq_proc ( void  )

Definition at line 384 of file proc.c.

void register_handler_proc ( unsigned int  irq,
struct irqaction action 
)

Definition at line 290 of file proc.c.

void register_irq_proc ( unsigned int  irq,
struct irq_desc desc 
)

Definition at line 310 of file proc.c.

void unregister_handler_proc ( unsigned int  irq,
struct irqaction action 
)

Definition at line 367 of file proc.c.

void unregister_irq_proc ( unsigned int  irq,
struct irq_desc desc 
)

Definition at line 346 of file proc.c.