Symbol: zorro_driver
drivers/ata/pata_buddha.c
262
static struct zorro_driver pata_buddha_driver = {
drivers/i2c/busses/i2c-icy.c
202
static struct zorro_driver icy_driver = {
drivers/net/ethernet/8390/hydra.c
74
static struct zorro_driver hydra_driver = {
drivers/net/ethernet/8390/xsurf100.c
366
static struct zorro_driver xsurf100_driver = {
drivers/net/ethernet/8390/zorro8390.c
426
static struct zorro_driver zorro8390_driver = {
drivers/net/ethernet/amd/a2065.c
657
static struct zorro_driver a2065_driver = {
drivers/net/ethernet/amd/ariadne.c
773
static struct zorro_driver ariadne_driver = {
drivers/scsi/a2091.c
284
static struct zorro_driver a2091_driver = {
drivers/scsi/gvp11.c
456
static struct zorro_driver gvp11_driver = {
drivers/scsi/zorro7xx.c
169
static struct zorro_driver zorro7xx_driver = {
drivers/scsi/zorro_esp.c
942
static struct zorro_driver zorro_esp_driver = {
drivers/video/fbdev/cirrusfb.c
2318
static struct zorro_driver cirrusfb_zorro_driver = {
drivers/video/fbdev/fm2fb.c
221
static struct zorro_driver fm2fb_driver = {
drivers/zorro/zorro-driver.c
103
void zorro_unregister_driver(struct zorro_driver *drv)
drivers/zorro/zorro-driver.c
124
const struct zorro_driver *zorro_drv = to_zorro_driver(drv);
drivers/zorro/zorro-driver.c
47
struct zorro_driver *drv = to_zorro_driver(dev->driver);
drivers/zorro/zorro-driver.c
66
struct zorro_driver *drv = to_zorro_driver(dev->driver);
drivers/zorro/zorro-driver.c
81
int zorro_register_driver(struct zorro_driver *drv)
include/linux/zorro.h
55
#define to_zorro_driver(drv) container_of_const(drv, struct zorro_driver, driver)
include/linux/zorro.h
63
extern int zorro_register_driver(struct zorro_driver *);
include/linux/zorro.h
64
extern void zorro_unregister_driver(struct zorro_driver *);