Go to the source code of this file.
◆ ISA_DRIVERS
◆ __isa_driver
Declare an ISA driver.
Definition at line 65 of file isa.h.
◆ ISA_ROM
| #define ISA_ROM |
( |
| IMAGE, |
|
|
| DESCRIPTION ) |
Definition at line 92 of file isa.h.
◆ isa_probe_addr_t
Definition at line 31 of file isa.h.
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER | | ) |
|
◆ isa_set_drvdata()
| void isa_set_drvdata |
( |
struct isa_device * | isa, |
|
|
void * | priv ) |
|
inlinestatic |
Set ISA driver-private data.
- Parameters
-
| isa | ISA device |
| priv | Private data |
Definition at line 73 of file isa.h.
73 {
75}
void * priv
Driver-private data.
static struct tlan_private * priv
References isa_device::priv, and priv.
Referenced by legacy_isa_set_drvdata().
◆ isa_get_drvdata()