Home
last modified time | relevance | path

Searched refs:power_status (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/usb/typec/tipd/
H A Dtrace.h144 #define show_power_status_source_sink(power_status) \ argument
145 __print_symbolic(TPS_POWER_STATUS_SOURCESINK(power_status), \
149 #define show_power_status_typec_status(power_status) \ argument
150 __print_symbolic(TPS_POWER_STATUS_PWROPMODE(power_status), \
156 #define show_power_status_bc12_status(power_status) \ argument
157 __print_symbolic(TPS_POWER_STATUS_BC12_STATUS(power_status), \
261 TP_PROTO(u16 power_status),
262 TP_ARGS(power_status),
265 __field(u16, power_status)
269 __entry->power_status = power_status;
[all …]
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dpower-util18 power_status() { function
77 power_status
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh10 power_status() { function
102 power_status
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/
H A Dbios-version.sh8 power_status() { function
35 CHASSIS_STATUS=$(power_status)
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh10 power_status() { function
112 power_status
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_chassis.robot34 ${power_status}= Get Lines Containing String ${resp} System Power
35 Should Contain ${power_status} on
44 ${power_status}= Get Lines Containing String ${resp} System Power
45 Should Contain ${power_status} off
227 ${power_status}= Get Lines Containing String ${resp} System Power
228 @{powertolist}= Split String ${power_status} :
H A Dtest_ipmi_watchdog.robot307 ${power_status}= Get Lines Containing String ${resp} Watchdog
308 Should Contain ${power_status} ${sel_event}
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c276 u8 power_status; in mlx5_pcie_event() local
287 power_status = MLX5_GET(mpein_reg, out, pwr_status); in mlx5_pcie_event()
290 switch (power_status) { in mlx5_pcie_event()
/openbmc/linux/drivers/misc/
H A Denclosure.c140 edev->component[i].power_status = -1; in enclosure_register()
592 if (ecomp->power_status == -1) in get_component_power_status()
595 return sysfs_emit(buf, "%s\n", ecomp->power_status ? "on" : "off"); in get_component_power_status()
651 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c448 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable() local
489 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable()
493 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
498 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable()
502 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
H A Dpci_hotplug_core.c62 GET_STATUS(power_status, u8) in GET_STATUS() argument
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/
H A Dpower-cmd19 power_status() {
/openbmc/linux/include/linux/
H A Denclosure.h95 int power_status; member
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/
H A Dbios-update.sh21 power_status() { function
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/
H A Dampere_power_util.sh38 power_status() { function
/openbmc/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c113 static bool power_status; variable
114 module_param(power_status, bool, 0600);
115 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k (default: 0)");
548 if (power_status) in i8k_proc_show()
/openbmc/linux/drivers/scsi/
H A Dses.c365 ecomp->power_status = 0; in ses_get_power_status()
371 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; in ses_get_power_status()
402 ecomp->power_status = val; in ses_set_power_status()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci_maxim_core.c433 u8 power_status; in max_tcpci_probe() local
449 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
/openbmc/linux/Documentation/hwmon/
H A Ddell-smm-hwmon.rst121 * power_status:bool
170 ``power_status=1`` parameter to insmod. If AC status is not
/openbmc/linux/drivers/mfd/
H A Drave-sp.c141 u8 power_status; member
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot766 ${power_status}= Redfish.Get Attribute /redfish/v1/Chassis/${CHASSIS_ID} PowerState
767 Return From Keyword If '${power_status}' == '${expected_power_status}'
769 Run Keyword If '${power_status}' == 'Off' Redfish Power On
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1035 dell_smm_hwmon.power_status=