Home
last modified time | relevance | path

Searched refs:health (Results 1 – 25 of 64) sorted by relevance

123

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh559 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 Dkirkwood-guruplug-server-plus.dts23 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 Dkirkwood-sheevaplug.dts31 led-health {
32 label = "sheevaplug:blue:health";
H A Dkirkwood-sheevaplug-esata.dts36 led-health {
37 label = "sheevaplug:blue:health";
H A Dkirkwood-mplcec4.dts23 pmx_led_health: pmx-led-health {
117 led-health {
118 label = "status:green:health";
H A Dkirkwood-linksys-viper.dts57 led-white-health {
58 label = "viper:white:health";
70 pmx_led_white_health: pmx-led-white-health {
H A Dkirkwood-dockstar.dts45 led-health {
46 label = "status:green:health";
H A Dkirkwood-iomega_ix2_200.dts87 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 Dkirkwood-pogo_e02.dts36 led-health {
37 label = "pogo_e02:green:health";
H A Dkirkwood-pogoplug-series-4.dts49 led-health {
50 label = "pogoplugv4:green:health";
H A Dkirkwood-goflexnet.dts88 led-health {
89 label = "status:green:health";
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dcrdump.c14 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 Dda9052-battery.c172 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 Dbq24190_charger.c982 int health; in bq24190_charger_get_ntc_status() local
988 health = POWER_SUPPLY_HEALTH_COLD; in bq24190_charger_get_ntc_status()
993 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bq24190_charger_get_ntc_status()
996 health = POWER_SUPPLY_HEALTH_UNKNOWN; in bq24190_charger_get_ntc_status()
999 return health; in bq24190_charger_get_ntc_status()
1004 int health; in bq24296_charger_get_ntc_status() local
1008 health = POWER_SUPPLY_HEALTH_GOOD; in bq24296_charger_get_ntc_status()
1011 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bq24296_charger_get_ntc_status()
1014 health = POWER_SUPPLY_HEALTH_COLD; in bq24296_charger_get_ntc_status()
1017 health = POWER_SUPPLY_HEALTH_UNKNOWN; in bq24296_charger_get_ntc_status()
[all …]
H A Dmax1720x_battery.c325 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 Dbd71828-power.c266 int status, health; in bd71828_charge_status() local
282 health = POWER_SUPPLY_HEALTH_GOOD; in bd71828_charge_status()
289 health = POWER_SUPPLY_HEALTH_GOOD; in bd71828_charge_status()
293 health = POWER_SUPPLY_HEALTH_GOOD; in bd71828_charge_status()
306 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bd71828_charge_status()
313 health = POWER_SUPPLY_HEALTH_GOOD; in bd71828_charge_status()
318 health = POWER_SUPPLY_HEALTH_DEAD; in bd71828_charge_status()
325 *h = health; in bd71828_charge_status()
539 int status, health, tmp, curr, curr_avg, chg_en; in bd71828_battery_get_property() local
544 ret = bd71828_charge_status(pwr, &status, &health); in bd71828_battery_get_property()
[all …]
/linux/Documentation/networking/devlink/
H A Dmlx4.rst48 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 Ddevlink-region.rst25 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
H A Dmlx5.rst284 $ devlink health diagnose pci/0000:82:00.0 reporter tx
292 $ devlink health show pci/0000:82:00.0 reporter tx
312 $ devlink health diagnose pci/0000:82:00.0 reporter rx
320 $ devlink health show pci/0000:82:00.0 reporter rx
334 $ devlink health diagnose pci/0000:82:00.0 reporter fw
338 $ devlink health dump show pci/0000:82:00.0 reporter fw
352 On firmware error, the health buffer is dumped into the dmesg. The log
353 level is derived from the error's severity (given in health buffer).
359 $ devlink health recover pci/0000:82:00.0 reporter fw_fatal
363 $ devlink health dump show pci/0000:82:00.1 reporter fw_fatal
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem8 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
/linux/Documentation/hwmon/
H A Duserspace-tools.rst7 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/drivers/platform/mellanox/
H A Dmlx-platform.c857 .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/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c43 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 Dpapr_pdsm.h148 struct nd_papr_pdsm_health health; member
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_core.rst197 The driver supports a devlink health reporter for FW status::
199 # devlink health show pci/0000:2b:00.0 reporter fw
203 # devlink health diagnose pci/0000:2b:00.0 reporter fw

123