Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/wait.h>
#include <linux/bitops.h>
#include <xen/events.h>
#include <linux/sched.h>
#include "pciback.h"
Go to the source code of this file.
Variables | |
int | verbose_request |
module_param | ( | verbose_request | , |
int | , | ||
0644 | |||
) |
void xen_pcibk_do_op | ( | struct work_struct * | data | ) |
Definition at line 291 of file pciback_ops.c.
irqreturn_t xen_pcibk_handle_event | ( | int | irq, |
void * | dev_id | ||
) |
Definition at line 357 of file pciback_ops.c.
Definition at line 100 of file pciback_ops.c.
void xen_pcibk_test_and_schedule_op | ( | struct xen_pcibk_device * | pdev | ) |
Definition at line 270 of file pciback_ops.c.
int verbose_request |
Definition at line 13 of file pciback_ops.c.