Home
last modified time | relevance | path

Searched refs:monitoring (Results 1 – 134 of 134) sorted by relevance

/linux-4.1.27/Documentation/hwmon/
Dhwmon-kernel-api.txt9 This document describes the API that can be used by hardware monitoring
10 drivers that want to use the hardware monitoring framework.
12 This document does not describe what a hardware monitoring (hwmon) Driver or
14 to communicate with a hardware monitoring device. If you want to know this
22 Each hardware monitoring driver must #include <linux/hwmon.h> and, in most
40 hwmon_device_register registers a hardware monitoring device. The parameter
42 This function returns a pointer to the newly created hardware monitoring device
44 monitoring sysfs attributes are expected to have been created and attached to
63 hwmon_device_unregister deregisters a registered hardware monitoring device.
65 monitoring device structure. This function must be called from the driver
[all …]
Dsch562716 SMSC SCH5627 Super I/O chips include complete hardware monitoring
19 The SMSC SCH5627 hardware monitoring part also contains an integrated
24 The hardware monitoring part of the SMSC SCH5627 is accessed by talking
Dlm6330 The LM63 is a digital temperature sensor with integrated fan monitoring
33 The LM63 is basically an LM86 with fan speed monitoring and control
54 Note that the pin used for fan monitoring is shared with an alert out
56 speed monitoring will or will not be possible. The proper chip configuration
59 for fan monitoring and alert out. On the LM64, monitoring is always enabled;
Demc6w20118 "The EMC6W201 is an environmental monitoring device with automatic fan
20 This ACPI compliant device provides hardware monitoring for up to six
31 The driver currently only supports the monitoring of the voltages,
Dsmsc47m134 contain monitoring and PWM control circuitry for two fans.
37 monitoring block' in addition to the fan monitoring and control. The
38 hardware monitoring block is not supported by this driver, use the
Dpowr122017 includes voltage monitoring for 14 inputs as well as trim settings
19 monitoring portion of the chip.
Ducd900024 ADC with a 2.5V internal reference for monitoring up to 13 power supply voltage,
28 system-health monitor. The device integrates a 12-bit ADC for monitoring up to
36 monitor. The device integrates a 12-bit ADC for monitoring up to 10 power-supply
43 system-health monitor. The device integrates a 12-bit ADC for monitoring up to
Dpc8736037 The National Semiconductor PC87360 Super I/O chip contains monitoring and
39 PC87364 chip has monitoring and PWM control for a third fan.
42 hardware monitoring chipsets, not only controlling and monitoring three fans,
43 but also monitoring eleven voltage inputs and two (PC87365) or up to four
183 shouldn't be changed once the monitoring has started, but we ignore that
Dsmsc47m19211 hardware monitoring.
27 They do also have fan monitoring and control capabilities, but the
29 driver. Use the 'smsc47m1' driver for fan monitoring and control.
Dnct780216 This driver implements support for the Nuvoton NCT7802Y hardware monitoring
Dina20931 This tries to expose most monitoring features of the hardware via
92 outside the scope of a hardware monitoring driver to enable or disable output
Dmenf21bmc17 This driver gives access to the voltage monitoring feature of the main
Dlm8353 health monitoring. They also have voltage and fan rotation speed
67 monitoring chipset. One temperature sensor is used for the motherboard
Dvia686a73 product design but was not interested in its hardware monitoring features,
78 not wired for hardware monitoring.
Dsch563616 hardware monitoring solutions, allowing motherboard manufacturers to create
Dw8379350 - If the value is 3, it starts monitoring using a remote termal diode
52 - If the value is 6, it starts monitoring using the temperature sensor
Duserspace-tools16 setup monitoring limits etc. You can get them on their homepage
Dlm8589 The LM85 has four fan speed monitoring modes. The ADM1027 has only two.
125 fan speeds. They use this monitoring capability to alert the system to out
130 EMC6D101 plus additional voltage monitoring and system control features.
220 The number of pulses-per-rev of the fans can be set, Tach monitoring
Dit87104 SMBus interface to the hardware monitoring functions. This driver no
119 joysticks and other miscellaneous stuff. For hardware monitoring, they
153 The IT8603E/IT8623E is a custom design, hardware monitoring part is similar to
157 The IT8620E is another custom design, hardware monitoring part is similar to
Ddme173729 * force_start: bool Enables the monitoring of voltage, fan and temp inputs
42 This driver implements support for the hardware monitoring capabilities of the
44 and SCH5127 Super-I/O chips. These chips feature monitoring of 3 temp sensors
58 The hardware monitoring features of the DME1737, A8000, and SCH5027 are only
Dpc8742720 monitoring capabilities. It can monitor up to 18 voltages, 8 fans and
Df71882fg55 monitoring is concerned.
67 Fintek F718xx/F8000 Super I/O chips include complete hardware monitoring
Dlineage-pem21 standard PMBus commands are not supported. Specifically, all hardware monitoring
Dabituguru346 This driver supports the hardware monitoring features of the third revision of
Dadm102529 are provided, for monitoring +2.5V, +3.3V, +5V and +12V power supplies and
Dmax1606554 MAX16070, and MAX16071 also support supply current monitoring.
Dabituguru75 This driver supports the hardware monitoring features of the first and
Ducd920028 interface to support configuration, monitoring and management.
Dw83627hf72 be used to force the base I/O address of the hardware monitoring block.
Dlm9360 for dynamic Vccp monitoring and PROCHOT. It is designed to monitor a dual
82 The monitoring intervals for the two #PROCHOT signals is also configurable.
Df71805f34 The Fintek F71805F/FG Super I/O chip includes complete hardware monitoring
Dvt121142 The VIA VT1211 Super-I/O chip includes complete hardware monitoring
Dnct677545 The chips support up to 25 temperature monitoring sources. Up to 6 of those are
Dpmbus-core11 enables programming, control, and real-time monitoring of compliant power
Dsysfs-interface37 Up to lm-sensors 3.0.0, libsensors looks for hardware monitoring attributes
/linux-4.1.27/drivers/hwmon/pmbus/
DKconfig21 If you say yes here you get hardware monitoring support for generic
32 If you say yes here you get hardware monitoring support for Analog
43 If you say yes here you get hardware monitoring support for National
53 If you say yes here you get hardware monitoring support for Linear
70 If you say yes here you get hardware monitoring support for Maxim
80 If you say yes here you get hardware monitoring support for Maxim
90 If you say yes here you get hardware monitoring support for Maxim
100 If you say yes here you get hardware monitoring support for TI
110 If you say yes here you get hardware monitoring support for TI
121 If you say yes here you get hardware monitoring support for TI
[all …]
/linux-4.1.27/net/netlink/
DKconfig15 tristate "NETLINK: socket monitoring interface"
18 Support for NETLINK socket monitoring interface used by the ss tool.
/linux-4.1.27/sound/pci/mixart/
Dmixart.h165 int monitoring; /* pipe used for monitoring issue */ member
221 …ipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
222 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring);
Dmixart.c230 int monitoring) in snd_mixart_add_ref_pipe() argument
255 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
334 if(monitoring) pipe->monitoring = 1; in snd_mixart_add_ref_pipe()
342 struct mixart_pipe *pipe, int monitoring) in snd_mixart_kill_ref_pipe() argument
349 if(monitoring) in snd_mixart_kill_ref_pipe()
350 pipe->monitoring = 0; in snd_mixart_kill_ref_pipe()
354 if((pipe->references <= 0) && (pipe->monitoring == 0)) { in snd_mixart_kill_ref_pipe()
/linux-4.1.27/drivers/staging/gdm724x/
DKconfig11 used for AT commands and DM monitoring applications.
15 GCT-DMx can be used for LTE protocol monitoring
/linux-4.1.27/net/packet/
DKconfig19 tristate "Packet: sockets monitoring interface"
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/linux-4.1.27/drivers/hwmon/
DKconfig2 # Hardware monitoring chip drivers configuration
10 Hardware monitoring devices let you monitor the hardware health
43 tristate "AB8500 thermal monitoring"
99 AD7414 temperature monitoring chip.
109 AD7416, AD7417 and AD7418 temperature monitoring chips.
183 ADT7410/ADT7420 temperature monitoring chip drivers.
193 ADT7310 and ADT7320 temperature monitoring chips.
204 ADT7410 and ADT7420 temperature monitoring chips.
214 ADT7411 voltage and temperature monitoring chip.
224 ADT7462 temperature monitoring chips.
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events15 Description: Generic performance monitoring events
17 A collection of performance monitoring events that may be
33 Description: Per-pmu performance monitoring events specific to the running system
37 performance monitoring event supported by the <pmu>. The name
Dsysfs-class-powercap43 power zones provide monitoring and control for a subset of
/linux-4.1.27/net/unix/
DKconfig23 tristate "UNIX: socket monitoring interface"
27 Support for UNIX socket monitoring interface used by the ss tool.
/linux-4.1.27/Documentation/power/
Dcharger-manager.txt5 requires temperature monitoring during suspend-to-RAM state
33 monitoring the battery health and tasks, and user processes that are
60 (in-suspend monitoring), the user should provide charger_global_desc
62 This charger_global_desc data for in-suspend monitoring is global
66 and it will manage in-suspend monitoring for all instances of Charger Manager.
69 in-suspend monitoring:
106 (in-suspend monitoring) results in "normal".
Dpower_supply_class.txt15 power supply, specific monitoring hardware may not be able to provide them
199 Q: Suppose, my battery monitoring chip/firmware does not provides capacity
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt67 - gpmc,wait-monitoring-ns: Start of wait monitoring with regard to valid
112 - gpmc,wait-on-read Enables wait monitoring on reads.
113 - gpmc,wait-on-write Enables wait monitoring on writes.
/linux-4.1.27/drivers/w1/slaves/
DKconfig88 as the one who is responsible for charging/discharging/monitoring
100 as the one who is responsible for charging/discharging/monitoring
112 as the one who is responsible for charging/discharging/monitoring
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt41 board implements extra power control or over-current monitoring.
68 Called to enable or disable the over-current monitoring.
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-api.txt140 Environmental monitoring:
143 some do temperature, fan and power level monitoring, some can tell you
171 External monitoring relay/source 1 was triggered. Controllers intended for
172 real world applications include external monitoring pins that will trigger
177 External monitoring relay/source 2 was triggered
Dwdt.txt17 A second temperature monitoring interface is available on the WDT501P cards.
/linux-4.1.27/fs/notify/inotify/
DKconfig8 associated system calls. Inotify allows monitoring of both files and
/linux-4.1.27/Documentation/i2c/busses/
Di2c-ismt16 monitoring the bus during debug, thus the need for this module parameter.
Di2c-i801130 hardware monitoring chip), you need to add your board to the list.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt4 enabling, power-on-reset configuration monitoring, general-purpose
/linux-4.1.27/Documentation/arm/
Dswp_emulation23 transaction monitoring block called a global monitor to maintain update
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dltc2941.txt5 temperature monitoring, and uses a slightly different conversion
/linux-4.1.27/arch/arm/boot/dts/
Domap-gpmc-smsc911x.dtsi45 gpmc,wait-monitoring-ns = <0>;
Domap2430-sdp.dts67 gpmc,wait-monitoring-ns = <0>;
Domap2420-n8x0-common.dtsi74 gpmc,wait-monitoring-ns = <0>;
Domap-zoom-common.dtsi47 gpmc,wait-monitoring-ns = <0>;
Domap3-sb-t35.dtsi129 gpmc,wait-monitoring-ns = <0>;
Ddm8168-evm.dts114 gpmc,wait-monitoring-ns = <0>;
Domap3-n950-n9.dtsi154 gpmc,wait-monitoring-ns = <0>;
Dam335x-chilisom.dtsi235 gpmc,wait-monitoring-ns = <0>;
Dam335x-igep0033.dtsi155 gpmc,wait-monitoring-ns = <0>;
Domap3-lilly-a83x.dtsi373 gpmc,wait-monitoring-ns = <0>;
Domap3-n900.dts742 gpmc,wait-monitoring-ns = <0>;
808 gpmc,wait-monitoring-ns = <0>;
Ddra72-evm.dts321 gpmc,wait-monitoring-ns = <0>;
Ddra7-evm.dts597 gpmc,wait-monitoring-ns = <0>;
Dam335x-evm.dts473 gpmc,wait-monitoring-ns = <0>;
Dam437x-gp-evm.dts542 gpmc,wait-monitoring-ns = <0>;
Dam43x-epos-evm.dts501 gpmc,wait-monitoring-ns = <0>;
/linux-4.1.27/Documentation/misc-devices/
Disl2900318 I2C multi-function control and monitoring capabilities. The internal ADC
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
DKconfig28 such monitoring impossible.
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dtegra-soctherm.txt4 or interrupt-based thermal monitoring, CPU and GPU throttling based
Dthermal.txt147 Type: list of used while monitoring the thermal zone.
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/
Dfg.txt10 main-charger, usb-combo-charger and battery-temperature-monitoring.
/linux-4.1.27/tools/thermal/tmon/
DREADME49 1. For monitoring only:
/linux-4.1.27/drivers/power/
DKconfig5 power supply (batteries, AC, USB) monitoring by userspace
101 as the one who is responsible for charging/discharging/monitoring
213 monitoring as well as alerts for battery over/under voltage and
243 tristate "Battery driver for Samsung ADC based monitoring"
/linux-4.1.27/Documentation/i2c/
Dsummary16 and hardware monitoring chips.
Dinstantiating-devices162 to call i2c_new_probed_device(). The typical case is hardware monitoring
166 monitoring chips being used. Fortunately, most of these chips have
179 monitoring chips on a TV adapter.
Dwriting-clients120 monitoring chips on PC motherboards, and thus used to embed some assumptions
194 a given I2C bus. This is for example the case of hardware monitoring
205 a driver for a hardware monitoring chip for which auto-detection is
/linux-4.1.27/Documentation/netlabel/
Dintroduction.txt29 The communication layer exists to allow NetLabel configuration and monitoring
/linux-4.1.27/net/can/
DKconfig35 The Broadcast Manager offers content filtering, timeout monitoring,
/linux-4.1.27/Documentation/networking/
Dbonding.txt25 Additionally, link integrity monitoring may be performed.
237 Specifies the ARP link monitoring frequency in milliseconds.
249 If ARP monitoring is used in an etherchannel compatible mode
255 fail. ARP monitoring should not be used in conjunction with
256 miimon. A value of 0 disables ARP monitoring. The default
261 Specifies the IP addresses to use as ARP monitoring peers when
266 address must be given for ARP monitoring to function. The
273 validated in any mode that supports arp monitoring, or whether
275 monitoring purposes.
483 Specifies the MII link monitoring frequency in milliseconds.
[all …]
Dpktgen.txt19 For monitoring and control pktgen creates:
Dipvs-sysctl.txt132 be useful, when user-space monitoring program deletes the
Dcan.txt638 monitoring of received messages.
1146 by monitoring CAN error message frames and do a restart when
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt19 given zone belongs to. They each contain attributes for monitoring power, as
152 the zones and subzones contain energy monitoring attributes (energy_uj,
/linux-4.1.27/drivers/sbus/char/
DKconfig53 Kernel support for temperature and fan monitoring on Sun SME
/linux-4.1.27/Documentation/thermal/
Dnouveau_thermal16 cannot access any of the i2c external monitoring chips it may find. If you
/linux-4.1.27/drivers/bus/
DKconfig21 Support for PMU events monitoring on the ARM CCI cache coherent
/linux-4.1.27/Documentation/networking/mac80211_hwsim/
DREADME40 A global monitoring netdev, hwsim#, is created independent of
/linux-4.1.27/fs/proc/
DKconfig68 bool "Enable /proc page monitoring" if EXPERT
/linux-4.1.27/drivers/extcon/
DKconfig5 This allows monitoring external connectors by userspace
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960277 configuration and status monitoring is then to avoid system downtime when disk
278 drives fail and must be replaced. Mylex's online monitoring and configuration
284 The primary interfaces for controller configuration and status monitoring are
290 and the current status as of the last status monitoring query is available in
336 To simplify the monitoring process for custom software, the special file
414 online status monitoring capabilities of the Linux DAC960 Driver. The test
586 online status monitoring capabilities of the Linux DAC960 Driver. The test
/linux-4.1.27/arch/s390/
DKconfig719 i.e. enables or disables monitoring on the Linux side.
734 APPLDATA monitor record, i.e. enables or disables monitoring this record
751 APPLDATA monitor record, i.e. enables or disables monitoring this record
767 APPLDATA monitor record, i.e. enables or disables monitoring this record
/linux-4.1.27/net/ipv4/
DKconfig94 bool "IP: verbose route monitoring"
430 tristate "INET: socket monitoring interface"
433 Support for INET (TCP, DCCP, etc) socket monitoring interface used by
446 tristate "UDP: socket monitoring interface"
450 Support for UDP socket monitoring interface used by the ss tool.
/linux-4.1.27/Documentation/accounting/
Ddelay-accounting.txt31 exit, ensuring continuous and complete monitoring can be done.
/linux-4.1.27/drivers/net/slip/
DKconfig65 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/linux-4.1.27/Documentation/input/
Datarikbd.txt137 A mode is provided to permit monitoring a single input bit at a high rate. In
259 Set mouse monitoring routines to return cursor motion keycodes instead of
353 disabled). Any valid mouse mode command resumes mouse motion monitoring. (The
382 monitoring process (i.e. the samples are not enqueued for transmission).
470 disabled). Any valid joystick mode command resumes joystick monitoring. (The
/linux-4.1.27/arch/powerpc/platforms/ps3/
DKconfig157 If you intend to use the advanced performance monitoring and
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt78 to activate system-wide monitoring. Default is to count on all CPUs.
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcci.txt6 cache coherent interconnect (CCI) that is capable of monitoring bus
/linux-4.1.27/drivers/net/
DKconfig263 tristate "Virtual netlink monitoring device"
265 This option enables a monitoring net device for netlink skbs. The
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt262 - There is single monitoring point at the root. There's no way to
282 delegating management of subhierarchy - subhierarchy monitoring can
285 there without interfering with monitoring higher in the tree.
Dcpusets.txt253 This enables batch managers monitoring jobs running in dedicated
278 the system load imposed by a batch scheduler monitoring this
/linux-4.1.27/Documentation/gpio/
Dgpio.txt63 On a given board each GPIO is used for one specific purpose like monitoring
Dgpio-legacy.txt50 On a given board each GPIO is used for one specific purpose like monitoring
/linux-4.1.27/Documentation/usb/
Dhotplug.txt22 (triggering some monitoring daemon to invoke a helper program) or
Dusbmon.txt5 to a packet socket used by network monitoring tools such as tcpdump(1)
/linux-4.1.27/Documentation/
Dlocal_ops.txt28 and for various performance monitoring counters.
Dvme_api.txt354 Each block may provide a number of location monitors, monitoring adjacent
D00-INDEX217 - directory with docs on various hardware monitoring drivers.
Ddevices.txt400 182 = /dev/perfctr Performance-monitoring counters
1091 24-hour heart monitoring equipment.
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt29 EBBs can only sensibly be used by programs for self-monitoring.
/linux-4.1.27/tools/perf/
Ddesign.txt215 In future, this will allow sophisticated monitoring programs to supply
311 * NOTE: for obvious reason this only works on self-monitoring
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio442 (Rx/Tx) character count since the time when the monitoring is started.
444 the last 5 seconds) and in average basis (since the time the monitoring
/linux-4.1.27/Documentation/scsi/
Dadvansys.txt138 monitoring driver and device performance. It will add to the
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt31 (e.g. BIOS or hardware monitoring applications), conflicting
/linux-4.1.27/Documentation/vm/
Dcleancache.txt85 If properly configured, monitoring of cleancache is done via debugfs in
Dfrontswap.txt52 If properly configured, monitoring of frontswap is done via debugfs in
/linux-4.1.27/drivers/watchdog/
DKconfig60 A software monitoring watchdog. This will fail to reboot your system
818 A software monitoring watchdog and NMI sourcing driver. This driver
850 during inactivity periods (includes interrupt activity monitoring).
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt46 - Fan control and monitoring: fan speed, fan enable/disable
1132 Fan control and monitoring: fan speed, fan enable/disable
1175 monitoring all of the temperature sensor readings and you are ready to
/linux-4.1.27/arch/arm64/
DKconfig640 on an external transaction monitoring block called a global
/linux-4.1.27/init/
DKconfig994 Provides a simple Resource Controller for monitoring the
1067 bool "Enable perf_event per-cpu per-container group (cgroup) monitoring"
1070 This option extends the per-cpu mode to restrict monitoring to
/linux-4.1.27/arch/arm/mm/
DKconfig691 on an external transaction monitoring block called a global
/linux-4.1.27/drivers/platform/x86/
DKconfig364 Enables monitoring of the built-in console audio output control
/linux-4.1.27/arch/blackfin/
DKconfig685 still be able to read it (such as for performance monitoring), but
/linux-4.1.27/drivers/mfd/
DKconfig40 over current monitoring, GPIOs, ADC and a watchdog.
/linux-4.1.27/
DCREDITS847 D: Several hardware monitoring drivers
1553 D: asb100, lm93 and smsc47b397 hardware monitoring drivers
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt918 monitoring traffic on the host