Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_device.h65 enum scsi_device_event { enum
82 enum scsi_device_event evt_type;
428 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
432 enum scsi_device_event evt_type, gfp_t gfpflags);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c2398 enum scsi_device_event evt_type; in scsi_evt_thread()
2463 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc()
2501 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple()
H A Dscsi_error.c419 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense()