| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 559 devlink health show $DL_HANDLE reporter empty >/dev/null 562 devlink health dump show $DL_HANDLE reporter empty >/dev/null 565 devlink health diagnose $DL_HANDLE reporter empty >/dev/null 568 devlink health recover $DL_HANDLE reporter empty 583 local show=$(devlink health show $DL_HANDLE reporter $name -j | jq -e -r ".[][][]") 614 devlink health set $DL_HANDLE reporter dummy auto_recover false 620 echo "$BREAK_MSG"> $DEBUGFS_DIR/health/break_health 625 local dump=$(devlink health dump show $DL_HANDLE reporter dummy -j) 632 devlink health dump clear $DL_HANDLE reporter dummy 635 devlink health recove [all...] |
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-guruplug-server-plus.dts | 23 pmx_led_health_r: pmx-led-health-r { 27 pmx_led_health_g: pmx-led-health-g { 62 led-health-r { 63 label = "guruplug:red:health"; 66 led-health-g { 67 label = "guruplug:green:health";
|
| H A D | kirkwood-sheevaplug.dts | 31 led-health { 32 label = "sheevaplug:blue:health";
|
| H A D | kirkwood-sheevaplug-esata.dts | 36 led-health { 37 label = "sheevaplug:blue:health";
|
| H A D | kirkwood-mplcec4.dts | 23 pmx_led_health: pmx-led-health { 117 led-health { 118 label = "status:green:health";
|
| H A D | kirkwood-linksys-viper.dts | 57 led-white-health { 58 label = "viper:white:health"; 70 pmx_led_white_health: pmx-led-white-health {
|
| H A D | kirkwood-dockstar.dts | 45 led-health { 46 label = "status:green:health";
|
| H A D | kirkwood-iomega_ix2_200.dts | 87 pmx_led_health_brt_ctrl_1: pmx-led-health-brt-ctrl-1 { 91 pmx_led_health_brt_ctrl_2: pmx-led-health-brt-ctrl-2 { 139 led-health-led {
|
| H A D | kirkwood-pogo_e02.dts | 36 led-health { 37 label = "pogo_e02:green:health";
|
| H A D | kirkwood-pogoplug-series-4.dts | 49 led-health { 50 label = "pogoplugv4:green:health";
|
| H A D | kirkwood-goflexnet.dts | 88 led-health { 89 label = "status:green:health";
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | crdump.c | 14 return !!dev->priv.health.crdump_size; in mlx5_crdump_enabled() 19 u32 crdump_size = dev->priv.health.crdump_size; in mlx5_crdump_fill() 111 priv->health.crdump_size = space_size; in mlx5_crdump_enable() 117 dev->priv.health.crdump_size = 0; in mlx5_crdump_disable()
|
| /linux/drivers/power/supply/ |
| H A D | da9052-battery.c | 172 int health; member 406 static int da9052_bat_check_health(struct da9052_battery *bat, int *health) in da9052_bat_check_health() argument 417 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_check_health() 421 if (bat->health != POWER_SUPPLY_HEALTH_OVERHEAT) { in da9052_bat_check_health() 426 bat->health = POWER_SUPPLY_HEALTH_DEAD; in da9052_bat_check_health() 428 bat->health = POWER_SUPPLY_HEALTH_GOOD; in da9052_bat_check_health() 431 *health = bat->health; in da9052_bat_check_health() 603 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_probe()
|
| H A D | max1720x_battery.c | 325 unsigned int *health) in max172xx_battery_health() argument 335 *health = POWER_SUPPLY_HEALTH_DEAD; in max172xx_battery_health() 337 *health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in max172xx_battery_health() 339 *health = POWER_SUPPLY_HEALTH_COLD; in max172xx_battery_health() 341 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in max172xx_battery_health() 343 *health = POWER_SUPPLY_HEALTH_OVERCURRENT; in max172xx_battery_health() 345 *health = POWER_SUPPLY_HEALTH_GOOD; in max172xx_battery_health()
|
| H A D | axp288_fuel_gauge.c | 329 int health = POWER_SUPPLY_HEALTH_UNKNOWN; in fuel_gauge_battery_health() local 332 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in fuel_gauge_battery_health() 334 health = POWER_SUPPLY_HEALTH_GOOD; in fuel_gauge_battery_health() 336 return health; in fuel_gauge_battery_health()
|
| /linux/Documentation/networking/devlink/ |
| H A D | mlx4.rst | 48 The ``mlx4`` driver supports dumping the firmware PCI crspace and health 55 ``fw-health`` region will contain the device firmware's health buffer.
|
| H A D | devlink-region.rst | 25 states, but see also Documentation/networking/devlink/devlink-health.rst 57 pci/0000:00:05.0/fw-health: size 64 snapshot [1 2] max 8 67 $ devlink region dump pci/0000:00:05.0/fw-health snapshot 1 74 $ devlink region read pci/0000:00:05.0/fw-health snapshot 1 address 0 length 16 78 $ devlink region read pci/0000:00:05.0/fw-health address 16 length 16
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 760 payload->health.extension_flags |= in papr_pdsm_fuel_gauge() 762 payload->health.dimm_fuel_gauge = statval; in papr_pdsm_fuel_gauge() 775 payload->health.extension_flags |= PDSM_DIMM_DSC_VALID; in papr_pdsm_dsc() 776 payload->health.dimm_dsc = p->dirty_shutdown_counter; in papr_pdsm_dsc() 800 payload->health = (struct nd_papr_pdsm_health) { in papr_pdsm_health() 813 payload->health.dimm_health = PAPR_PDSM_DIMM_FATAL; in papr_pdsm_health() 815 payload->health.dimm_health = PAPR_PDSM_DIMM_CRITICAL; in papr_pdsm_health() 817 payload->health.dimm_health = PAPR_PDSM_DIMM_UNHEALTHY; in papr_pdsm_health() 1120 u64 health; in flags_show() local 1128 health = READ_ONCE(p->health_bitmap); in flags_show() [all …]
|
| /linux/drivers/platform/mellanox/ |
| H A D | mlx-platform.c | 857 .health = false, 866 .health = false, 875 .health = false, 884 .health = true, 896 .health = false, 905 .health = false, 914 .health = false, 923 .health = true, 945 .health = false, 954 .health = false, [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-papr-pmem | 8 more bits set in the dimm-health-bitmap retrieved in 28 There is health event for the NVDIMM. 70 (RO) Reports the health bitmap inject bitmap that is applied to 73 used to simulate various health or shutdown states for an nvdimm
|
| H A D | sysfs-class-mei | 24 registers for BIOS and OS to monitor fw health. 92 for BIOS and OS to monitor fw health.
|
| /linux/Documentation/hwmon/ |
| H A D | userspace-tools.rst | 7 Most mainboards have sensor chips to monitor system health (like temperatures, 18 Core set of utilities that will allow you to obtain health information, 39 If you want some graphical indicators of system health look for applications
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_core.rst | 108 The driver supports a devlink health reporter for FW status:: 110 # devlink health show pci/0000:2b:00.0 reporter fw 114 # devlink health diagnose pci/0000:2b:00.0 reporter fw
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_selftest.c | 43 struct mlx5_core_health *health = &priv->mdev->priv.health; in mlx5e_test_health_info() local 45 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
|
| /linux/include/uapi/linux/ |
| H A D | papr_pdsm.h | 148 struct nd_papr_pdsm_health health; member
|