Searched defs:isa_driver (Results 1 – 2 of 2) sorted by relevance
71 struct isa_driver { struct72 int (*probe) (struct isa_device *idp);74 int (*attach) (struct isa_device *idp);76 char *name; /* device name */77 int sensitive_hw; /* true if other probes confuse us */
1030 static driver_t isa_driver = { variable