#include <linux/delay.h>
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/prefetch.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/usb.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include <asm/byteorder.h>
#include <asm/unaligned.h>
#include "net2272.h"
Go to the source code of this file.
#define ASSERT_OUT_NAKING |
( |
|
ep | ) |
assert_out_naking(ep, __func__) |
#define PIPEDIR |
( |
|
bAddress | ) |
(usb_pipein(bAddress) ? "in" : "out") |
MODULE_ALIAS |
( |
"platform:net2272" |
| ) |
|
MODULE_AUTHOR |
( |
"PLX |
Technology, |
|
|
Inc." |
|
|
) |
| |
module_exit |
( |
net2272_cleanup |
| ) |
|
module_init |
( |
net2272_init |
| ) |
|
module_param |
( |
fifo_mode |
, |
|
|
ushort |
, |
|
|
0644 |
|
|
) |
| |
module_param |
( |
enable_suspend |
, |
|
|
ushort |
, |
|
|
0644 |
|
|
) |
| |