Symbol: zorro_device_id
drivers/ata/pata_buddha.c
150
const struct zorro_device_id *ent)
drivers/ata/pata_buddha.c
255
static const struct zorro_device_id pata_buddha_zorro_tbl[] = {
drivers/ata/pata_buddha.c
284
static struct zorro_device_id xsurf_ent = {
drivers/i2c/busses/i2c-icy.c
122
const struct zorro_device_id *ent)
drivers/i2c/busses/i2c-icy.c
195
static const struct zorro_device_id icy_zorro_tbl[] = {
drivers/net/ethernet/8390/hydra.c
55
const struct zorro_device_id *ent);
drivers/net/ethernet/8390/hydra.c
68
static struct zorro_device_id hydra_zorro_tbl[] = {
drivers/net/ethernet/8390/hydra.c
82
const struct zorro_device_id *ent)
drivers/net/ethernet/8390/xsurf100.c
240
const struct zorro_device_id *ent)
drivers/net/ethernet/8390/xsurf100.c
359
static const struct zorro_device_id xsurf100_zorro_tbl[] = {
drivers/net/ethernet/8390/zorro8390.c
264
static struct zorro_device_id zorro8390_zorro_tbl[] = {
drivers/net/ethernet/8390/zorro8390.c
395
const struct zorro_device_id *ent)
drivers/net/ethernet/amd/a2065.c
645
const struct zorro_device_id *ent);
drivers/net/ethernet/amd/a2065.c
649
static const struct zorro_device_id a2065_zorro_tbl[] = {
drivers/net/ethernet/amd/a2065.c
675
const struct zorro_device_id *ent)
drivers/net/ethernet/amd/ariadne.c
695
static const struct zorro_device_id ariadne_zorro_tbl[] = {
drivers/net/ethernet/amd/ariadne.c
713
const struct zorro_device_id *ent)
drivers/scsi/a2091.c
200
static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent)
drivers/scsi/a2091.c
277
static struct zorro_device_id a2091_zorro_tbl[] = {
drivers/scsi/gvp11.c
317
static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent)
drivers/scsi/gvp11.c
444
static struct zorro_device_id gvp11_zorro_tbl[] = {
drivers/scsi/zorro7xx.c
50
static struct zorro_device_id zorro7xx_zorro_tbl[] = {
drivers/scsi/zorro7xx.c
76
const struct zorro_device_id *ent)
drivers/scsi/zorro_esp.c
688
static const struct zorro_device_id zorro_esp_zorro_tbl[] = {
drivers/scsi/zorro_esp.c
714
const struct zorro_device_id *ent)
drivers/video/fbdev/cirrusfb.c
2198
const struct zorro_device_id *ent)
drivers/video/fbdev/cirrusfb.c
322
static const struct zorro_device_id cirrusfb_zorro_table[] = {
drivers/video/fbdev/fm2fb.c
212
static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id);
drivers/video/fbdev/fm2fb.c
214
static const struct zorro_device_id fm2fb_devices[] = {
drivers/video/fbdev/fm2fb.c
227
static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id)
drivers/zorro/zorro-driver.c
125
const struct zorro_device_id *ids = zorro_drv->id_table;
drivers/zorro/zorro-driver.c
31
static const struct zorro_device_id *
drivers/zorro/zorro-driver.c
32
zorro_match_device(const struct zorro_device_id *ids,
drivers/zorro/zorro-driver.c
51
const struct zorro_device_id *id;
include/linux/zorro.h
49
const struct zorro_device_id *id_table; /* NULL if wants all devices */
include/linux/zorro.h
50
int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */
scripts/mod/devicetable-offsets.c
174
DEVID(zorro_device_id);
scripts/mod/devicetable-offsets.c
175
DEVID_FIELD(zorro_device_id, id);
scripts/mod/file2alias.c
964
DEF_FIELD(symval, zorro_device_id, id);