Searched refs:host_reset (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/ |
H A D | ampere_power_util.sh | 75 host_reset() { function 130 host_reset
|
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/ |
H A D | host-reset-cold.service | 6 ExecStart=/usr/bin/host_reset.sh cold
|
H A D | host-reset-warm.service | 6 ExecStart=/usr/bin/host_reset.sh warm
|
H A D | host-reset-warm-watchdog.service | 7 ExecStart=/usr/bin/host_reset.sh warm
|
H A D | host-reset-cold-watchdog.service | 7 ExecStart=/usr/bin/host_reset.sh cold
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ |
H A D | ampere-host-reset.service | 11 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb host_reset
|
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/ |
H A D | gpio-host-pwr_git.bb | 30 file://host_reset.sh \
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | nhi.c | 49 static bool host_reset = true; variable 50 module_param(host_reset, bool, 0444); 51 MODULE_PARM_DESC(host_reset, "reset USBv2 host router (default: true)"); 1234 if (!host_reset) { in nhi_reset() 1375 reset = nhi_reset(nhi) ? false : host_reset; in nhi_probe()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 362 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
|
/openbmc/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);
|
/openbmc/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()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 434 .host_reset = zfcp_scsi_sysfs_host_reset,
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1761 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v2_hw.c | 3588 .host_reset = hisi_sas_host_reset,
|
H A D | hisi_sas_v3_hw.c | 3353 .host_reset = hisi_sas_host_reset,
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 2096 .host_reset = ibmvscsi_host_reset,
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 246 .host_reset = qla4xxx_host_reset,
|