Lines Matching refs:hostt
259 unsigned int supported_mode = shost->hostt->supported_mode; in show_shost_supported_mode()
299 const struct scsi_host_template *sht = shost->hostt; in store_host_reset()
341 !shost->hostt->eh_host_reset_handler)) in store_shost_eh_deadline()
379 shost_rd_attr2(proc_name, hostt->proc_name, "%s\n");
1029 const struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT()
1260 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1264 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1506 if (sdev->host->hostt->slave_destroy) in __scsi_remove_device()
1507 sdev->host->hostt->slave_destroy(sdev); in __scsi_remove_device()
1639 const struct scsi_host_template *hostt = shost->hostt; in scsi_sysfs_device_initialize() local
1648 sdev->sdev_gendev.groups = hostt->sdev_groups; in scsi_sysfs_device_initialize()