Searched refs:DECLARE_EVT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_sysfs.c | 1007 #define DECLARE_EVT(name, Cap_name) \ macro 1014 DECLARE_EVT(media_change, MEDIA_CHANGE) 1015 DECLARE_EVT(inquiry_change_reported, INQUIRY_CHANGE_REPORTED) 1016 DECLARE_EVT(capacity_change_reported, CAPACITY_CHANGE_REPORTED) 1017 DECLARE_EVT(soft_threshold_reached, SOFT_THRESHOLD_REACHED_REPORTED) 1018 DECLARE_EVT(mode_parameter_change_reported, MODE_PARAMETER_CHANGE_REPORTED) 1019 DECLARE_EVT(lun_change_reported, LUN_CHANGE_REPORTED)
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_sysfs.c | 1009 #define DECLARE_EVT(name, Cap_name) \ macro 1016 DECLARE_EVT(media_change, MEDIA_CHANGE) 1017 DECLARE_EVT(inquiry_change_reported, INQUIRY_CHANGE_REPORTED) 1018 DECLARE_EVT(capacity_change_reported, CAPACITY_CHANGE_REPORTED) 1019 DECLARE_EVT(soft_threshold_reached, SOFT_THRESHOLD_REACHED_REPORTED) 1020 DECLARE_EVT(mode_parameter_change_reported, MODE_PARAMETER_CHANGE_REPORTED) 1021 DECLARE_EVT(lun_change_reported, LUN_CHANGE_REPORTED)
|
Completed in 4 milliseconds