Searched refs:notify_controller_remove (Results 1 – 2 of 2) sorted by relevance
473 void (*notify_controller_remove) (struct i2o_controller *); member738 if (drv->notify_controller_remove) in i2o_driver_notify_controller_remove()739 drv->notify_controller_remove(c); in i2o_driver_notify_controller_remove()
486 .notify_controller_remove = i2o_scsi_notify_controller_remove,