Searched refs:notify_device_remove (Results 1 – 2 of 2) sorted by relevance
475 void (*notify_device_remove) (struct i2o_device *); member766 if (drv->notify_device_remove) in i2o_driver_notify_device_remove()767 drv->notify_device_remove(i2o_dev); in i2o_driver_notify_device_remove()
484 .notify_device_remove = i2o_scsi_notify_device_remove,