Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/seq_file.h>
#include <asm/cacheflush.h>
#include <asm/cp15.h>
#include <asm/fiq.h>
#include <asm/irq.h>
#include <asm/traps.h>
Go to the source code of this file.
Functions | |
int | show_fiq_list (struct seq_file *p, int prec) |
void | set_fiq_handler (void *start, unsigned int length) |
int | claim_fiq (struct fiq_handler *f) |
void | release_fiq (struct fiq_handler *f) |
void | enable_fiq (int fiq) |
void | disable_fiq (int fiq) |
EXPORT_SYMBOL (set_fiq_handler) | |
EXPORT_SYMBOL (__set_fiq_regs) | |
EXPORT_SYMBOL (__get_fiq_regs) | |
EXPORT_SYMBOL (claim_fiq) | |
EXPORT_SYMBOL (release_fiq) | |
EXPORT_SYMBOL (enable_fiq) | |
EXPORT_SYMBOL (disable_fiq) | |
void __init | init_FIQ (int start) |
int claim_fiq | ( | struct fiq_handler * | f | ) |
EXPORT_SYMBOL | ( | set_fiq_handler | ) |
EXPORT_SYMBOL | ( | __set_fiq_regs | ) |
EXPORT_SYMBOL | ( | __get_fiq_regs | ) |
EXPORT_SYMBOL | ( | claim_fiq | ) |
EXPORT_SYMBOL | ( | release_fiq | ) |
EXPORT_SYMBOL | ( | enable_fiq | ) |
EXPORT_SYMBOL | ( | disable_fiq | ) |
void release_fiq | ( | struct fiq_handler * | f | ) |