Home
last modified time | relevance | path

Searched refs:host_reset (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/
H A Dampere_power_util.sh75 host_reset() { function
130 host_reset
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost-reset-cold.service6 ExecStart=/usr/bin/host_reset.sh cold
H A Dhost-reset-warm.service6 ExecStart=/usr/bin/host_reset.sh warm
H A Dhost-reset-warm-watchdog.service7 ExecStart=/usr/bin/host_reset.sh warm
H A Dhost-reset-cold-watchdog.service7 ExecStart=/usr/bin/host_reset.sh cold
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/
H A Dampere-host-reset.service11 ExecStart=/usr/libexec/ampere-hostctrl/ampere_power_util.sh mb host_reset
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/
H A Dgpio-host-pwr_git.bb30 file://host_reset.sh \
/openbmc/linux/drivers/thunderbolt/
H A Dnhi.c49 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 Dscsi_host.h362 int (*host_reset)(struct Scsi_Host *shost, int reset_type); member
/openbmc/linux/drivers/scsi/
H A Dscsi_sysfs.c307 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 Desas2r_main.c1065 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 Dzfcp_scsi.c434 .host_reset = zfcp_scsi_sysfs_host_reset,
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1761 .host_reset = hisi_sas_host_reset,
H A Dhisi_sas_v2_hw.c3588 .host_reset = hisi_sas_host_reset,
H A Dhisi_sas_v3_hw.c3353 .host_reset = hisi_sas_host_reset,
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2096 .host_reset = ibmvscsi_host_reset,
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c246 .host_reset = qla4xxx_host_reset,