| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | health.c | 97 struct mlx5_core_health *health = &dev->priv.health; in in_fatal() local 98 struct health_buffer __iomem *h = health->health; in in_fatal() 148 struct mlx5_core_health *health; in health_care() local 152 health = container_of(work, struct mlx5_core_health, work); in health_care() 153 priv = container_of(health, struct mlx5_priv, health); in health_care() 206 struct mlx5_core_health *health = &dev->priv.health; in print_health_info() local 207 struct health_buffer __iomem *h = health->health; in print_health_info() 244 struct mlx5_core_health *health = &dev->priv.health; in poll_health() local 249 mod_timer(&health->timer, get_next_poll_jiffies()); in poll_health() 253 count = ioread32be(health->health_counter); in poll_health() [all …]
|
| D | Makefile | 4 health.o mcg.o cq.o srq.o alloc.o qp.o port.o mr.o pd.o \
|
| D | main.c | 1308 struct mlx5_core_health *health = &dev->priv.health; in wait_vital() local 1331 count = ioread32be(health->health_counter); in wait_vital()
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | kirkwood-guruplug-server-plus.dts | 22 pmx_led_health_r: pmx-led-health-r { 26 pmx_led_health_g: pmx-led-health-g { 61 health-r { 62 label = "guruplug:red:health"; 65 health-g { 66 label = "guruplug:green:health";
|
| D | kirkwood-sheevaplug.dts | 32 health { 33 label = "sheevaplug:blue:health";
|
| D | kirkwood-sheevaplug-esata.dts | 37 health { 38 label = "sheevaplug:blue:health";
|
| D | kirkwood-mplcec4.dts | 32 pmx_led_health: pmx-led-health { 126 health { 127 label = "status:green:health";
|
| D | kirkwood-dockstar.dts | 44 health { 45 label = "status:green:health";
|
| D | kirkwood-pogo_e02.dts | 38 health { 39 label = "pogo_e02:green:health";
|
| D | kirkwood-goflexnet.dts | 87 health { 88 label = "status:green:health";
|
| D | kirkwood-iomega_ix2_200.dts | 86 pmx_led_health_brt_ctrl_1: pmx-led-health-brt-ctrl-1 { 90 pmx_led_health_brt_ctrl_2: pmx-led-health-brt-ctrl-2 {
|
| /linux-4.4.14/drivers/power/ |
| D | da9052-battery.c | 176 int health; member 410 static int da9052_bat_check_health(struct da9052_battery *bat, int *health) in da9052_bat_check_health() argument 421 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_check_health() 425 if (bat->health != POWER_SUPPLY_HEALTH_OVERHEAT) { in da9052_bat_check_health() 430 bat->health = POWER_SUPPLY_HEALTH_DEAD; in da9052_bat_check_health() 432 bat->health = POWER_SUPPLY_HEALTH_GOOD; in da9052_bat_check_health() 435 *health = bat->health; in da9052_bat_check_health() 607 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_probe()
|
| D | bq24190_charger.c | 639 int health, ret; in bq24190_charger_get_health() local 662 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in bq24190_charger_get_health() 669 health = POWER_SUPPLY_HEALTH_GOOD; in bq24190_charger_get_health() 679 health = POWER_SUPPLY_HEALTH_UNSPEC_FAILURE; in bq24190_charger_get_health() 682 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bq24190_charger_get_health() 685 health = POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE; in bq24190_charger_get_health() 688 health = POWER_SUPPLY_HEALTH_UNKNOWN; in bq24190_charger_get_health() 692 val->intval = health; in bq24190_charger_get_health() 999 int health, ret; in bq24190_battery_get_health() local 1016 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in bq24190_battery_get_health() [all …]
|
| D | wm831x_power.c | 356 static int wm831x_bat_check_health(struct wm831x *wm831x, int *health) in wm831x_bat_check_health() argument 365 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in wm831x_bat_check_health() 370 *health = POWER_SUPPLY_HEALTH_COLD; in wm831x_bat_check_health() 375 *health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in wm831x_bat_check_health() 382 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in wm831x_bat_check_health() 385 *health = POWER_SUPPLY_HEALTH_UNSPEC_FAILURE; in wm831x_bat_check_health() 388 *health = POWER_SUPPLY_HEALTH_GOOD; in wm831x_bat_check_health()
|
| D | axp288_charger.c | 175 int health; member 358 int health = POWER_SUPPLY_HEALTH_UNKNOWN; in axp288_get_charger_health() local 374 health = POWER_SUPPLY_HEALTH_DEAD; in axp288_get_charger_health() 376 health = POWER_SUPPLY_HEALTH_OVERHEAT; in axp288_get_charger_health() 378 health = POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE; in axp288_get_charger_health() 380 health = POWER_SUPPLY_HEALTH_GOOD; in axp288_get_charger_health() 383 return health; in axp288_get_charger_health() 659 info->health = axp288_get_charger_health(info); in axp288_charger_extcon_evt_worker()
|
| D | axp288_fuel_gauge.c | 540 int ret, health = POWER_SUPPLY_HEALTH_UNKNOWN; in fuel_gauge_battery_health() local 551 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in fuel_gauge_battery_health() 553 health = POWER_SUPPLY_HEALTH_OVERHEAT; in fuel_gauge_battery_health() 555 health = POWER_SUPPLY_HEALTH_COLD; in fuel_gauge_battery_health() 557 health = POWER_SUPPLY_HEALTH_DEAD; in fuel_gauge_battery_health() 559 health = POWER_SUPPLY_HEALTH_GOOD; in fuel_gauge_battery_health() 562 return health; in fuel_gauge_battery_health()
|
| D | max17042_battery.c | 122 static int max17042_get_battery_health(struct max17042_chip *chip, int *health) in max17042_get_battery_health() argument 146 *health = POWER_SUPPLY_HEALTH_DEAD; in max17042_get_battery_health() 151 *health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in max17042_get_battery_health() 160 *health = POWER_SUPPLY_HEALTH_COLD; in max17042_get_battery_health() 165 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in max17042_get_battery_health() 169 *health = POWER_SUPPLY_HEALTH_GOOD; in max17042_get_battery_health()
|
| D | bq27xxx_battery.c | 124 int health; member 732 cache.health = -ENODATA; in bq27xxx_battery_update() 744 cache.health = bq27xxx_battery_read_health(di); in bq27xxx_battery_update() 974 ret = bq27xxx_simple_value(di->cache.health, val); in bq27xxx_battery_get_property()
|
| D | power_supply_sysfs.c | 140 POWER_SUPPLY_ATTR(health),
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | userspace-tools | 4 Most mainboards have sensor chips to monitor system health (like temperatures, 15 Core set of utilities that will allow you to obtain health information, 36 If you want some graphical indicators of system health look for applications
|
| D | ucd9000 | 28 system-health monitor. The device integrates a 12-bit ADC for monitoring up to 43 system-health monitor. The device integrates a 12-bit ADC for monitoring up to
|
| D | lm83 | 53 health monitoring. They also have voltage and fan rotation speed
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-class-mei | 24 registers for BIOS and OS to monitor fw health.
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
| D | linux-module.c | 323 LUSTRE_RO_ATTR(health);
|
| /linux-4.4.14/include/linux/mlx5/ |
| D | driver.h | 391 struct health_buffer __iomem *health; member 451 struct mlx5_core_health health; member
|
| D | device.h | 455 struct health_buffer health; member
|
| /linux-4.4.14/Documentation/power/ |
| D | charger-manager.txt | 30 we may need to monitor the battery health by looking at the ambient or 33 monitoring the battery health and tasks, and user processes that are
|
| D | power_supply_class.txt | 87 HEALTH - represents health of the battery, values corresponds to
|
| /linux-4.4.14/drivers/parisc/ |
| D | Kconfig | 166 about the overall health state of the system.
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | dm-raid.txt | 157 'dmsetup status' yields information on the state and health of the array.
|
| /linux-4.4.14/drivers/platform/x86/ |
| D | sony-laptop.c | 2052 unsigned int health; in sony_nc_battery_care_health_show() local 2054 if (sony_call_snc_handle(bcare_ctl->handle, 0x0200, &health)) in sony_nc_battery_care_health_show() 2057 count = snprintf(buffer, PAGE_SIZE, "%d\n", health & 0xff); in sony_nc_battery_care_health_show()
|
| /linux-4.4.14/drivers/staging/lustre/ |
| D | sysfs-fs-lustre | 14 What: /sys/fs/lustre/health
|
| /linux-4.4.14/drivers/hwmon/ |
| D | Kconfig | 10 Hardware monitoring devices let you monitor the hardware health
|
| /linux-4.4.14/Documentation/ |
| D | devices.txt | 2890 207 char Compaq ProLiant health feature indicate
|
| /linux-4.4.14/Documentation/networking/ |
| D | bonding.txt | 300 sent to determine the health of the link to the targets.
|