D | isa.c | 61 static int isa_probe ( struct isa_device *isa ) { in isa_probe() argument 65 isa->driver->name, isa->ioaddr ); in isa_probe() 67 if ( ( rc = isa->driver->probe ( isa ) ) != 0 ) { in isa_probe() 81 static void isa_remove ( struct isa_device *isa ) { in isa_remove() argument 82 isa->driver->remove ( isa ); in isa_remove() 83 DBG ( "Removed ISA%04x\n", isa->ioaddr ); in isa_remove() 95 struct isa_device *isa = NULL; in isabus_probe() local 104 if ( ! isa ) in isabus_probe() 105 isa = malloc ( sizeof ( *isa ) ); in isabus_probe() 106 if ( ! isa ) { in isabus_probe() [all …]
|