Searched refs:scsi_device_handler (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/device_handler/
H A Dscsi_dh.c32 static struct scsi_device_handler *get_device_handler(const char *name) get_device_handler()
34 struct scsi_device_handler *tmp, *found = NULL; get_device_handler()
54 static struct scsi_device_handler * device_handler_match_function()
57 struct scsi_device_handler *tmp_dh, *found_dh = NULL; device_handler_match_function()
79 static struct scsi_device_handler * device_handler_match()
80 device_handler_match(struct scsi_device_handler *scsi_dh, device_handler_match()
83 struct scsi_device_handler *found_dh; device_handler_match()
99 struct scsi_device_handler *scsi_dh) scsi_dh_handler_attach()
136 struct scsi_device_handler *scsi_dh = scsi_dh_data->scsi_dh; __detach_handler()
158 struct scsi_device_handler *scsi_dh) scsi_dh_handler_detach()
181 struct scsi_device_handler *scsi_dh; store_dh_state()
278 struct scsi_device_handler *devinfo = NULL; scsi_dh_notifier()
303 struct scsi_device_handler *scsi_dh = data; scsi_dh_notifier_add()
327 struct scsi_device_handler *scsi_dh = data; scsi_dh_notifier_remove()
352 int scsi_register_device_handler(struct scsi_device_handler *scsi_dh) scsi_register_device_handler()
379 int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh) scsi_unregister_device_handler()
415 struct scsi_device_handler *scsi_dh = NULL; scsi_dh_activate()
468 struct scsi_device_handler *scsi_dh = NULL; scsi_dh_set_params()
507 struct scsi_device_handler *scsi_dh; scsi_dh_attach()
541 struct scsi_device_handler *scsi_dh = NULL; scsi_dh_detach()
H A Dscsi_dh_hp_sw.c375 static struct scsi_device_handler hp_sw_dh = {
H A Dscsi_dh_alua.c871 static struct scsi_device_handler alua_dh = {
H A Dscsi_dh_emc.c692 static struct scsi_device_handler clariion_dh = {
H A Dscsi_dh_rdac.c892 static struct scsi_device_handler rdac_dh = {
/linux-4.1.27/include/scsi/
H A Dscsi_device.h204 struct scsi_device_handler { struct
221 struct scsi_device_handler *scsi_dh;
324 extern int scsi_register_device_handler(struct scsi_device_handler *scsi_dh);
326 extern int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh);

Completed in 122 milliseconds