TwiceAsNice
2019-02-18
|
Classes | |
struct | fliusb_t |
Macros | |
#define | FLIUSB_NAME "fliusb" |
#define | FLIUSB_MINOR_BASE 240 /* This is arbitrary */ |
#define | FLIUSB_VENDORID 0x0f18 |
#define | FLIUSB_PRODUCTS |
#define | FLIUSB_PROD(name, prodid) name##_PRODID = prodid, |
#define | FLIUSB_TIMEOUT 5000 /* milliseconds */ |
#define | FLIUSB_BUFFERSIZE 65536 |
#define | FLIUSB_RDEPADDR 0x82 |
#define | FLIUSB_WREPADDR 0x02 |
#define | FLIUSB_PROLINE_RDEPADDR 0x81 |
#define | FLIUSB_PROLINE_WREPADDR 0x01 |
#define | FLIUSB_ERR(fmt, args...) printk(KERN_ERR "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define | FLIUSB_WARN(fmt, args...) printk(KERN_WARNING "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define | FLIUSB_INFO(fmt, args...) printk(KERN_NOTICE "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define | FLIUSB_DBG(fmt, args...) |
Enumerations | |
enum | { FLIUSB_PRODUCTS } |
#define FLIUSB_BUFFERSIZE 65536 |
#define FLIUSB_DBG | ( | fmt, | |
args... | |||
) |
#define FLIUSB_ERR | ( | fmt, | |
args... | |||
) | printk(KERN_ERR "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define FLIUSB_INFO | ( | fmt, | |
args... | |||
) | printk(KERN_NOTICE "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define FLIUSB_MINOR_BASE 240 /* This is arbitrary */ |
#define FLIUSB_NAME "fliusb" |
#define FLIUSB_PRODUCTS |
#define FLIUSB_PROLINE_RDEPADDR 0x81 |
#define FLIUSB_PROLINE_WREPADDR 0x01 |
#define FLIUSB_RDEPADDR 0x82 |
#define FLIUSB_TIMEOUT 5000 /* milliseconds */ |
#define FLIUSB_VENDORID 0x0f18 |
#define FLIUSB_WARN | ( | fmt, | |
args... | |||
) | printk(KERN_WARNING "%s[%d]: " fmt "\n", __FUNCTION__, __LINE__, ##args) |
#define FLIUSB_WREPADDR 0x02 |