Searched defs:scsi_device_handler (Results 1 – 1 of 1) sorted by relevance
60 struct scsi_device_handler { struct62 struct list_head list; /* list of scsi_device_handlers */ argument65 struct module *module;66 const char *name;67 int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);68 int (*attach)(struct scsi_device *);69 void (*detach)(struct scsi_device *);70 int (*activate)(struct scsi_device *, activate_complete, void *);71 int (*prep_fn)(struct scsi_device *, struct request *);72 int (*set_params)(struct scsi_device *, const char *);