Home
last modified time | relevance | path

Searched refs:notify_controller_remove (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/i2o/
Di2o.h473 void (*notify_controller_remove) (struct i2o_controller *); member
738 if (drv->notify_controller_remove) in i2o_driver_notify_controller_remove()
739 drv->notify_controller_remove(c); in i2o_driver_notify_controller_remove()
Di2o_scsi.c486 .notify_controller_remove = i2o_scsi_notify_controller_remove,