Searched refs:host_reset (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | nhi.c | 50 static bool host_reset = true; variable 51 module_param(host_reset, bool, 0444); 52 MODULE_PARM_DESC(host_reset, "reset USB4 host router (default: true)"); 1244 if (!host_reset) { in nhi_reset() 1404 res = tb_domain_add(tb, host_reset); in nhi_probe()
|
| /linux/include/scsi/ |
| H A D | scsi_host.h | 373 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
|
| /linux/drivers/scsi/ |
| H A D | scsi_sysfs.c | 307 if (sht->host_reset) in store_host_reset() 308 ret = sht->host_reset(shost, type); in store_host_reset() 318 static DEVICE_ATTR(host_reset, S_IWUSR, NULL, store_host_reset);
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 1065 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) in esas2r_host_bus_reset() argument 1073 if (host_reset) in esas2r_host_bus_reset()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 434 .host_reset = zfcp_scsi_sysfs_host_reset,
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_v1_hw.c | 1762 .host_reset = hisi_sas_host_reset,
|
| H A D | hisi_sas_v2_hw.c | 3597 .host_reset = hisi_sas_host_reset,
|
| H A D | hisi_sas_v3_hw.c | 3407 .host_reset = hisi_sas_host_reset,
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvscsi.c | 2100 .host_reset = ibmvscsi_host_reset,
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 247 .host_reset = qla4xxx_host_reset,
|