Searched defs:scsi_device_handler (Results 1 – 1 of 1) sorted by relevance
48 struct scsi_device_handler { struct50 struct list_head list; /* list of scsi_device_handlers */ argument53 struct module *module;54 const char *name;55 enum scsi_disposition (*check_sense)(struct scsi_device *,57 int (*attach)(struct scsi_device *);58 void (*detach)(struct scsi_device *);59 int (*activate)(struct scsi_device *, activate_complete, void *);60 blk_status_t (*prep_fn)(struct scsi_device *, struct request *);61 int (*set_params)(struct scsi_device *, const char *);[all …]