Searched defs:scsi_dh (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/device_handler/
H A Dscsi_dh.c26 #include <scsi/scsi_dh.h>
72 * @scsi_dh - The device handler to match against or NULL
73 * @sdev - SCSI device to be tested against @scsi_dh
75 * Tests @sdev against the device handler @scsi_dh or against
76 * all registered device_handler if @scsi_dh == NULL.
80 device_handler_match(struct scsi_device_handler *scsi_dh, argument
87 if (scsi_dh && found_dh != scsi_dh)
96 * @scsi_dh - The device handler to attach
99 struct scsi_device_handler *scsi_dh)
98 scsi_dh_handler_attach(struct scsi_device *sdev, struct scsi_device_handler *scsi_dh) argument
132 scsi_dh_handler_detach(struct scsi_device *sdev, struct scsi_device_handler *scsi_dh) argument
156 struct scsi_device_handler *scsi_dh; local
278 struct scsi_device_handler *scsi_dh = data; local
302 struct scsi_device_handler *scsi_dh = data; local
327 scsi_register_device_handler(struct scsi_device_handler *scsi_dh) argument
351 scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh) argument
387 struct scsi_device_handler *scsi_dh = NULL; local
440 struct scsi_device_handler *scsi_dh = NULL; local
479 struct scsi_device_handler *scsi_dh; local
513 struct scsi_device_handler *scsi_dh = NULL; local
[all...]

Completed in 74 milliseconds