Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dzorro.h29 struct zorro_dev { struct
40 #define to_zorro_dev(n) container_of(n, struct zorro_dev, dev) argument
58 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */
59 … void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */
73 … zorro_device_id *zorro_match_device(const struct zorro_device_id *ids, const struct zorro_dev *z);
74 static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) in zorro_dev_driver()
81 extern struct zorro_dev *zorro_autocon;
104 extern struct zorro_dev *zorro_find_device(zorro_id id,
105 struct zorro_dev *from);
121 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata()
[all …]
/linux-4.4.14/drivers/zorro/
Dzorro-sysfs.c29 struct zorro_dev *z; \
44 struct zorro_dev *z; in show_serial()
54 struct zorro_dev *z = to_zorro_dev(dev); in zorro_show_resource()
68 struct zorro_dev *z = to_zorro_dev(container_of(kobj, struct device, in zorro_read_config()
95 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show()
102 int zorro_create_sysfs_dev_files(struct zorro_dev *z) in zorro_create_sysfs_dev_files()
Dzorro.h3 extern void zorro_name_device(struct zorro_dev *z);
5 static inline void zorro_name_device(struct zorro_dev *dev) { } in zorro_name_device()
8 extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
Dzorro.c34 struct zorro_dev *zorro_autocon;
43 struct zorro_dev devices[0];
51 struct zorro_dev *zorro_find_device(zorro_id id, struct zorro_dev *from) in zorro_find_device()
53 struct zorro_dev *z; in zorro_find_device()
113 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource()
132 struct zorro_dev *z; in amiga_zorro_probe()
Dzorro-driver.c31 const struct zorro_dev *z) in zorro_match_device()
47 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe()
66 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove()
128 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match()
145 struct zorro_dev *z; in zorro_uevent()
Dproc.c32 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()
124 proc_set_size(entry, sizeof(struct zorro_dev)); in zorro_proc_attach_device()
Dnames.c57 void __init zorro_name_device(struct zorro_dev *dev) in zorro_name_device()
/linux-4.4.14/drivers/net/ethernet/8390/
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);
84 static int hydra_init_one(struct zorro_dev *z, in hydra_init_one()
114 static int hydra_init(struct zorro_dev *z) in hydra_init()
255 static void hydra_remove_one(struct zorro_dev *z) in hydra_remove_one()
Dzorro8390.c261 static void zorro8390_remove_one(struct zorro_dev *z) in zorro8390_remove_one()
406 static int zorro8390_init_one(struct zorro_dev *z, in zorro8390_init_one()
/linux-4.4.14/drivers/scsi/
Dzorro7xx.c74 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one()
153 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one()
Da2091.c183 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe()
242 static void a2091_remove(struct zorro_dev *z) in a2091_remove()
Dgvp11.c288 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe()
383 static void gvp11_remove(struct zorro_dev *z) in gvp11_remove()
/linux-4.4.14/drivers/video/fbdev/
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()
Dcirrusfb.c1945 struct zorro_dev *zdev = to_zorro_dev(info->device); in cirrusfb_zorro_unmap()
2196 static int cirrusfb_zorro_register(struct zorro_dev *z, in cirrusfb_zorro_register()
2223 struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL); in cirrusfb_zorro_register()
2311 void cirrusfb_zorro_unregister(struct zorro_dev *z) in cirrusfb_zorro_unregister()
/linux-4.4.14/Documentation/
Dzorro.txt30 struct zorro_dev *z = NULL;
41 struct zorro_dev *z = NULL;
/linux-4.4.14/drivers/net/ethernet/amd/
Da2065.c642 static int a2065_init_one(struct zorro_dev *z,
644 static void a2065_remove_one(struct zorro_dev *z);
673 static int a2065_init_one(struct zorro_dev *z, in a2065_init_one()
759 static void a2065_remove_one(struct zorro_dev *z) in a2065_remove_one()
Dariadne.c685 static void ariadne_remove_one(struct zorro_dev *z) in ariadne_remove_one()
713 static int ariadne_init_one(struct zorro_dev *z, in ariadne_init_one()
/linux-4.4.14/drivers/ide/
Dbuddha.c161 struct zorro_dev *z = NULL; in buddha_init()
/linux-4.4.14/drivers/parport/
Dparport_mfc3.c293 struct zorro_dev *z = NULL; in parport_mfc3_init()