Home
last modified time | relevance | path

Searched refs:monitors (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v4.19/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c32 static struct cpuidle_monitor *monitors[MONITORS_MAX]; variable
106 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header()
110 sprintf(buf, "%s", monitors[mon]->name); in print_header()
126 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_header()
129 s = monitors[mon]->hw_states[state]; in print_header()
166 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_results()
170 s = monitors[mon]->hw_states[state]; in print_results()
191 monitors[mon]->name, s.name); in print_results()
239 if (!strcmp(monitors[num]->name, token)) { in parse_monitor_param()
241 tmp_mons[hits] = monitors[num]; in parse_monitor_param()
[all …]
/Linux-v4.19/sound/pci/echoaudio/
Dlayla24_dsp.c300 s8 *monitors; in switch_asic() local
304 monitors = kmemdup(chip->comm_page->monitors, in switch_asic()
306 if (! monitors) in switch_asic()
309 memset(chip->comm_page->monitors, ECHOGAIN_MUTED, in switch_asic()
315 memcpy(chip->comm_page->monitors, monitors, in switch_asic()
317 kfree(monitors); in switch_asic()
321 memcpy(chip->comm_page->monitors, monitors, MONITOR_ARRAY_SIZE); in switch_asic()
322 kfree(monitors); in switch_asic()
Dechoaudio_dsp.h667 s8 monitors[MONITOR_ARRAY_SIZE]; member
/Linux-v4.19/Documentation/hwmon/
Dina2xx41 interface. The INA219 monitors both shunt drop and supply voltage, with
45 interface. The INA220 monitors both shunt drop and supply voltage.
48 The INA226 monitors both a shunt voltage drop and bus supply voltage.
50 INA230 and INA231 are high or low side current shunt and power monitors
Dmax1606539 The MAX16067 flash-configurable system manager monitors and sequences multiple
42 The MAX16068 flash-configurable system manager monitors and manages up to six
45 The MAX16070/MAX16071 flash-configurable system monitors supervise multiple
48 MAX16070 monitors up to twelve system voltages simultaneously, and the MAX16071
49 monitors up to eight supply voltages.
Dadm103134 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
Dina322116 The Texas Instruments INA3221 monitors voltage, current, and power on the high
17 side of up to three D.C. power supplies. The INA3221 monitors both shunt drop
Dsmm66548 that monitors, margins and cascade sequences power. The part monitors six
Dina20919 The TI / Burr-Brown INA209 monitors voltage, current, and power on the high side
/Linux-v4.19/drivers/perf/
DKconfig48 Say y if you want to use CPU performance monitors on ARM-based
95 Say y if you want to use APM X-Gene SoC performance monitors.
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Ddiu.txt4 drive DVI monitors.
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dsm501fb.txt4 drive DVI monitors.
/Linux-v4.19/Documentation/misc-devices/
Dics932s40124 The ICS932S401 monitors all inputs continuously. The driver will not read
/Linux-v4.19/net/tipc/
Dcore.h101 struct tipc_monitor *monitors[MAX_BEARERS]; member
Dmonitor.c102 return tipc_net(net)->monitors[bearer_id]; in tipc_monitor()
613 if (tn->monitors[bearer_id]) in tipc_mon_create()
625 tn->monitors[bearer_id] = mon; in tipc_mon_create()
653 tn->monitors[bearer_id] = NULL; in tipc_mon_delete()
/Linux-v4.19/net/mac80211/
Diface.c117 local->monitors; in __ieee80211_recalc_idle()
604 } else if (local->monitors == 0 && local->open_count == 0) { in ieee80211_do_open()
611 local->monitors++; in ieee80211_do_open()
612 if (local->monitors == 1) { in ieee80211_do_open()
956 local->monitors--; in ieee80211_do_stop()
957 if (local->monitors == 0) { in ieee80211_do_stop()
1037 if (local->monitors == 0) in ieee80211_do_stop()
1069 if (local->monitors == local->open_count) in ieee80211_do_stop()
/Linux-v4.19/drivers/vme/
Dvme_bridge.h78 int monitors; member
/Linux-v4.19/Documentation/driver-api/
Dvme.rst239 Location monitors
250 of location monitors and :c:func:`vme_lm_free` to free them after they are no
251 longer required. Each block may provide a number of location monitors,
259 Once a bank of location monitors has been allocated, the function
/Linux-v4.19/arch/arm64/kernel/
DMakefile15 arm64-obj-y := debug-monitors.o entry.o irq.o fpsimd.o \
/Linux-v4.19/drivers/vme/bridges/
Dvme_fake.c408 for (i = 0; i < lm->monitors; i++) { in fake_lm_check()
868 for (i = 0; i < lm->monitors; i++) { in fake_lm_set()
980 for (i = 0; i < lm->monitors; i++) { in fake_lm_detach()
1164 lm->monitors = 4; in fake_init()
/Linux-v4.19/Documentation/laptops/
Dtoshiba_haps.txt24 On Windows, Toshiba provided software monitors this device and provides
/Linux-v4.19/Documentation/fb/
Dtgafb.txt21 * Support for fixed-frequency and other oddball monitors
Dep93xx-fb.txt5 The EP93xx LCD controller can drive both standard desktop monitors and
/Linux-v4.19/drivers/sbus/char/
DKconfig29 monitors and mice.
/Linux-v4.19/Documentation/arm/Microchip/
DREADME100 - sama5d28 (device superset + environmental monitors)

123