|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/stddef.h>#include <linux/timer.h>#include <linux/init.h>#include <linux/module.h>#include <linux/kernel_stat.h>#include <linux/usb.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/moduleparam.h>#include <linux/slab.h>#include "hisax.h"#include "hisax_if.h"#include "hfc_usb.h"#include "hisax_debug.h"Go to the source code of this file.
Data Structures | |
| struct | hfcsusb_vdata |
| struct | iso_urb_struct |
| struct | usb_fifo |
| struct | hfcusb_data |
Macros | |
| #define | __debug_variable hfc_debug |
Typedefs | |
| typedef struct iso_urb_struct | iso_urb_struct |
| typedef struct usb_fifo | usb_fifo |
| typedef struct hfcusb_data | hfcusb_data |
Functions | |
| module_param (debug, uint, 0) | |
| module_init (hfc_usb_mod_init) | |
| module_exit (hfc_usb_mod_exit) | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (usb, hfcusb_idtab) | |
| typedef struct hfcusb_data hfcusb_data |
| typedef struct iso_urb_struct iso_urb_struct |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| hfcusb_idtab | |||
| ) |
| module_exit | ( | hfc_usb_mod_exit | ) |
| module_init | ( | hfc_usb_mod_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2