Home
last modified time | relevance | path

Searched refs:zorro_dev (Results 1 – 22 of 22) sorted by relevance

/linux/include/linux/
A Dzorro.h29 struct zorro_dev { struct
39 #define to_zorro_dev(n) container_of(n, struct zorro_dev, dev) argument
50 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */
51 … void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */
68 extern struct zorro_dev *zorro_autocon;
91 extern struct zorro_dev *zorro_find_device(zorro_id id,
92 struct zorro_dev *from);
108 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata()
113 static inline void zorro_set_drvdata (struct zorro_dev *z, void *data) in zorro_set_drvdata()
/linux/drivers/zorro/
A Dzorro-driver.c33 const struct zorro_dev *z) in zorro_match_device()
48 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe()
65 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove()
123 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match()
135 struct zorro_dev *z; in zorro_uevent()
A Dzorro.c35 struct zorro_dev *zorro_autocon;
44 struct zorro_dev devices[];
52 struct zorro_dev *zorro_find_device(zorro_id id, struct zorro_dev *from) in zorro_find_device()
54 struct zorro_dev *z; in zorro_find_device()
115 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource()
135 struct zorro_dev *z; in amiga_zorro_probe()
A Dzorro-sysfs.c29 struct zorro_dev *z; \
44 struct zorro_dev *z; in serial_show()
54 struct zorro_dev *z = to_zorro_dev(dev); in resource_show()
66 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show()
87 struct zorro_dev *z = to_zorro_dev(kobj_to_dev(kobj)); in zorro_read_config()
A Dzorro.h11 extern void zorro_name_device(struct zorro_dev *z);
13 static inline void zorro_name_device(struct zorro_dev *dev) { } in zorro_name_device()
A Dproc.c33 struct zorro_dev *z = PDE_DATA(file_inode(file)); in proc_bus_zorro_read()
82 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show()
111 proc_set_size(entry, sizeof(struct zorro_dev)); in zorro_proc_attach_device()
A Dnames.c58 void __init zorro_name_device(struct zorro_dev *dev) in zorro_name_device()
/linux/drivers/net/ethernet/8390/
A Dhydra.c56 static int hydra_init_one(struct zorro_dev *z,
58 static int hydra_init(struct zorro_dev *z);
68 static void hydra_remove_one(struct zorro_dev *z);
83 static int hydra_init_one(struct zorro_dev *z, in hydra_init_one()
112 static int hydra_init(struct zorro_dev *z) in hydra_init()
250 static void hydra_remove_one(struct zorro_dev *z) in hydra_remove_one()
A Dxsurf100.c239 static int xsurf100_probe(struct zorro_dev *zdev, in xsurf100_probe()
345 static void xsurf100_remove(struct zorro_dev *zdev) in xsurf100_remove()
A Dzorro8390.c259 static void zorro8390_remove_one(struct zorro_dev *z) in zorro8390_remove_one()
399 static int zorro8390_init_one(struct zorro_dev *z, in zorro8390_init_one()
/linux/drivers/ata/
A Dpata_buddha.c150 static int pata_buddha_probe(struct zorro_dev *z, in pata_buddha_probe()
249 static void pata_buddha_remove(struct zorro_dev *z) in pata_buddha_remove()
278 struct zorro_dev *z = NULL; in pata_buddha_late_init()
/linux/drivers/scsi/
A Dzorro7xx.c75 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one()
154 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one()
A Da2091.c166 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe()
225 static void a2091_remove(struct zorro_dev *z) in a2091_remove()
A Dgvp11.c270 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe()
365 static void gvp11_remove(struct zorro_dev *z) in gvp11_remove()
A Dzorro_esp.c713 static int zorro_esp_probe(struct zorro_dev *z, in zorro_esp_probe()
914 static void zorro_esp_remove(struct zorro_dev *z) in zorro_esp_remove()
/linux/drivers/i2c/busses/
A Di2c-icy.c121 static int icy_probe(struct zorro_dev *z, in icy_probe()
187 static void icy_remove(struct zorro_dev *z) in icy_remove()
/linux/drivers/video/fbdev/
A Dfm2fb.c214 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id);
229 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe()
A Dcirrusfb.c1947 struct zorro_dev *zdev = to_zorro_dev(info->device); in cirrusfb_zorro_unmap()
2197 static int cirrusfb_zorro_register(struct zorro_dev *z, in cirrusfb_zorro_register()
2222 struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL); in cirrusfb_zorro_register()
2310 void cirrusfb_zorro_unregister(struct zorro_dev *z) in cirrusfb_zorro_unregister()
/linux/Documentation/driver-api/
A Dzorro.rst31 struct zorro_dev *z = NULL;
42 struct zorro_dev *z = NULL;
/linux/drivers/net/ethernet/amd/
A Da2065.c644 static int a2065_init_one(struct zorro_dev *z,
646 static void a2065_remove_one(struct zorro_dev *z);
674 static int a2065_init_one(struct zorro_dev *z, in a2065_init_one()
758 static void a2065_remove_one(struct zorro_dev *z) in a2065_remove_one()
A Dariadne.c685 static void ariadne_remove_one(struct zorro_dev *z) in ariadne_remove_one()
712 static int ariadne_init_one(struct zorro_dev *z, in ariadne_init_one()
/linux/drivers/parport/
A Dparport_mfc3.c289 struct zorro_dev *z = NULL; in parport_mfc3_init()

Completed in 28 milliseconds