Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/kthread.h>
#include <linux/interrupt.h>
#include <linux/fs.h>
#include <linux/jiffies.h>
#include "mei_dev.h"
#include <linux/mei.h>
#include "hw.h"
#include "interface.h"
Go to the source code of this file.
Functions | |
irqreturn_t | mei_interrupt_quick_handler (int irq, void *dev_id) |
void | mei_timer (struct work_struct *work) |
irqreturn_t | mei_interrupt_thread_handler (int irq, void *dev_id) |
irqreturn_t mei_interrupt_quick_handler | ( | int | irq, |
void * | dev_id | ||
) |
irqreturn_t mei_interrupt_thread_handler | ( | int | irq, |
void * | dev_id | ||
) |
void mei_timer | ( | struct work_struct * | work | ) |
mei_timer - timer function.
: pointer to the work_struct structure
NOTE: This function is called by timer interrupt work
Definition at line 1340 of file interrupt.c.