Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Di2o.h475 void (*notify_device_remove) (struct i2o_device *); member
766 if (drv->notify_device_remove) in i2o_driver_notify_device_remove()
767 drv->notify_device_remove(i2o_dev); in i2o_driver_notify_device_remove()
Di2o_scsi.c484 .notify_device_remove = i2o_scsi_notify_device_remove,