|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/bio.h>#include <linux/workqueue.h>#include <linux/slab.h>#include "tape.h"#include "tape_std.h"Go to the source code of this file.
Data Structures | |
| struct | tape_34xx_block_id |
| struct | tape_34xx_sbid |
| struct | tape_34xx_work |
Macros | |
| #define | KMSG_COMPONENT "tape_34xx" |
| #define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
| #define | TAPE_DBF_AREA tape_34xx_dbf |
| #define | TAPE34XX_FMT_3480 0 |
| #define | TAPE34XX_FMT_3480_2_XF 1 |
| #define | TAPE34XX_FMT_3480_XF 2 |
Functions | |
| EXPORT_SYMBOL (TAPE_DBF_AREA) | |
| MODULE_DEVICE_TABLE (ccw, tape_34xx_ids) | |
| MODULE_AUTHOR ("(C) 2001-2002 IBM Deutschland Entwicklung GmbH") | |
| MODULE_DESCRIPTION ("Linux on zSeries channel attached 3480 tape device driver") | |
| MODULE_LICENSE ("GPL") | |
| module_init (tape_34xx_init) | |
| module_exit (tape_34xx_exit) | |
Variables | |
| debug_info_t * | TAPE_DBF_AREA = NULL |
| #define KMSG_COMPONENT "tape_34xx" |
Definition at line 10 of file tape_34xx.c.
| #define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 11 of file tape_34xx.c.
| #define TAPE34XX_FMT_3480 0 |
Definition at line 30 of file tape_34xx.c.
| #define TAPE34XX_FMT_3480_2_XF 1 |
Definition at line 31 of file tape_34xx.c.
| #define TAPE34XX_FMT_3480_XF 2 |
Definition at line 32 of file tape_34xx.c.
| #define TAPE_DBF_AREA tape_34xx_dbf |
Definition at line 19 of file tape_34xx.c.
| EXPORT_SYMBOL | ( | TAPE_DBF_AREA | ) |
| MODULE_AUTHOR | ( | "(C) 2001-2002 IBM Deutschland Entwicklung GmbH" | ) |
| MODULE_DEVICE_TABLE | ( | ccw | , |
| tape_34xx_ids | |||
| ) |
| module_exit | ( | tape_34xx_exit | ) |
| module_init | ( | tape_34xx_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| debug_info_t* TAPE_DBF_AREA = NULL |
Definition at line 27 of file tape_34xx.c.
1.8.2