Home
last modified time | relevance | path

Searched refs:sdev_evt_send_simple (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_device.h471 extern void sdev_evt_send_simple(struct scsi_device *sdev,
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c2506 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread()
2601 void sdev_evt_send_simple(struct scsi_device *sdev, in sdev_evt_send_simple() function
2613 EXPORT_SYMBOL_GPL(sdev_evt_send_simple);
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c4678 sdev_evt_send_simple(dev->sdev, SDEV_EVT_MEDIA_CHANGE, in ata_scsi_media_change_notify()