Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_device.h73 SDEV_EVT_POWER_ON_RESET_OCCURRED, /* 29 00 UA reported */ enumerator
76 SDEV_EVT_LAST = SDEV_EVT_POWER_ON_RESET_OCCURRED,
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c2375 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in scsi_evt_emit()
2482 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in sdev_evt_alloc()
H A Dscsi_error.c450 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()