|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | sd |
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | MODULE_NAME "se401" |
| #define | BULK_SIZE 4096 |
| #define | PACKET_SIZE 1024 |
| #define | READ_REQ_SIZE 64 |
| #define | MAX_MODES ((READ_REQ_SIZE - 6) / 4) |
| #define | SE401_QUANT_FACT 8 |
Enumerations | |
| enum | { EXPO_CHANGED, EXPO_DROP_FRAME, EXPO_NO_CHANGE } |
Functions | |
| MODULE_AUTHOR ("Hans de Goede <[email protected]>") | |
| MODULE_DESCRIPTION ("Endpoints se401") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (usb, device_table) | |
| module_usb_driver (sd_driver) | |
| #define MAX_MODES ((READ_REQ_SIZE - 6) / 4) |
| anonymous enum |
| MODULE_AUTHOR | ( | "Hans de Goede <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Endpoints se401" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| device_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_usb_driver | ( | sd_driver | ) |
1.8.2