Searched refs:zorro_dev (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| H A D | zorro.h | 29 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/ |
| H A D | zorro-driver.c | 33 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 const struct zorro_dev *z; in zorro_uevent()
|
| H A D | zorro.c | 36 struct zorro_dev *zorro_autocon; 45 struct zorro_dev devices[]; 53 struct zorro_dev *zorro_find_device(zorro_id id, struct zorro_dev *from) in zorro_find_device() 55 struct zorro_dev *z; in zorro_find_device() 116 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource() 132 struct zorro_dev *z; in amiga_zorro_probe()
|
| H A D | zorro.h | 11 extern void zorro_name_device(struct zorro_dev *z); 13 static inline void zorro_name_device(struct zorro_dev *dev) { } in zorro_name_device()
|
| H A D | proc.c | 33 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()
|
| H A D | names.c | 59 void __init zorro_name_device(struct zorro_dev *dev) in zorro_name_device()
|
| /linux/drivers/ata/ |
| H A D | pata_buddha.c | 149 static int pata_buddha_probe(struct zorro_dev *z, in pata_buddha_probe() 248 static void pata_buddha_remove(struct zorro_dev *z) in pata_buddha_remove() 277 struct zorro_dev *z = NULL; in pata_buddha_late_init()
|
| /linux/drivers/scsi/ |
| H A D | zorro7xx.c | 75 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()
|
| H A D | a2091.c | 200 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe() 265 static void a2091_remove(struct zorro_dev *z) in a2091_remove()
|
| H A D | gvp11.c | 317 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe() 426 static void gvp11_remove(struct zorro_dev *z) in gvp11_remove()
|
| H A D | zorro_esp.c | 713 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/video/fbdev/ |
| H A D | fm2fb.c | 212 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id); 227 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe()
|
| /linux/Documentation/driver-api/ |
| H A D | zorro.rst | 31 struct zorro_dev *z = NULL; 42 struct zorro_dev *z = NULL;
|