Lines Matching refs:hostt
257 unsigned int supported_mode = shost->hostt->supported_mode; in show_shost_supported_mode()
297 struct scsi_host_template *sht = shost->hostt; in store_host_reset()
339 !shost->hostt->eh_host_reset_handler)) in store_shost_eh_deadline()
379 shost_rd_attr2(proc_name, hostt->proc_name, "%s\n");
947 struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT()
1151 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1155 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
1319 if (sdev->host->hostt->sdev_attrs) { in scsi_sysfs_add_sdev()
1320 for (i = 0; sdev->host->hostt->sdev_attrs[i]; i++) { in scsi_sysfs_add_sdev()
1322 sdev->host->hostt->sdev_attrs[i]); in scsi_sysfs_add_sdev()
1328 if (sdev->host->hostt->sdev_groups) { in scsi_sysfs_add_sdev()
1330 sdev->host->hostt->sdev_groups); in scsi_sysfs_add_sdev()
1374 if (sdev->host->hostt->sdev_groups) in __scsi_remove_device()
1376 sdev->host->hostt->sdev_groups); in __scsi_remove_device()
1397 if (sdev->host->hostt->slave_destroy) in __scsi_remove_device()
1398 sdev->host->hostt->slave_destroy(sdev); in __scsi_remove_device()
1518 if (shost->hostt->shost_attrs) { in scsi_sysfs_add_host()
1519 for (i = 0; shost->hostt->shost_attrs[i]; i++) { in scsi_sysfs_add_host()
1521 shost->hostt->shost_attrs[i]); in scsi_sysfs_add_host()