| /Linux-v5.10/tools/power/cpupower/utils/idle_monitor/ |
| D | cpupower-monitor.c | 32 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-v5.10/sound/pci/echoaudio/ |
| D | layla24_dsp.c | 300 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()
|
| D | echoaudio_dsp.h | 667 s8 monitors[MONITOR_ARRAY_SIZE]; member
|
| /Linux-v5.10/Documentation/hwmon/ |
| D | max16065.rst | 59 The MAX16067 flash-configurable system manager monitors and sequences multiple 62 The MAX16068 flash-configurable system manager monitors and manages up to six 65 The MAX16070/MAX16071 flash-configurable system monitors supervise multiple 68 MAX16070 monitors up to twelve system voltages simultaneously, and the MAX16071 69 monitors up to eight supply voltages.
|
| D | ina2xx.rst | 62 interface. The INA219 monitors both shunt drop and supply voltage, with 66 interface. The INA220 monitors both shunt drop and supply voltage. 69 The INA226 monitors both a shunt voltage drop and bus supply voltage. 71 INA230 and INA231 are high or low side current shunt and power monitors
|
| D | adm1031.rst | 42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
|
| D | ina3221.rst | 21 The Texas Instruments INA3221 monitors voltage, current, and power on the high 22 side of up to three D.C. power supplies. The INA3221 monitors both shunt drop
|
| D | tmp513.rst | 28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors 30 shunt monitor. These system monitors have the capability of measuring remote
|
| D | max31730.rst | 22 The MAX31730 temperature sensor monitors its own temperature and the
|
| D | ucd9000.rst | 30 The UCD90120 Power Supply Sequencer and System Health Monitor monitors and 53 digital monitors (DMONx), 32 to enable the power supply (ENx), 24 for margining
|
| D | smm665.rst | 75 that monitors, margins and cascade sequences power. The part monitors six
|
| /Linux-v5.10/Documentation/arm64/ |
| D | amu.rst | 18 The activity monitors extension is an optional extension introduced by the 21 The activity monitors unit, implemented in each CPU, provides performance 53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is
|
| /Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
| D | diu.txt | 4 drive DVI monitors.
|
| /Linux-v5.10/Documentation/devicetree/bindings/display/ |
| D | sm501fb.txt | 4 drive DVI monitors.
|
| /Linux-v5.10/Documentation/misc-devices/ |
| D | ics932s401.rst | 29 The ICS932S401 monitors all inputs continuously. The driver will not read
|
| /Linux-v5.10/drivers/perf/ |
| D | Kconfig | 56 Say y if you want to use CPU performance monitors on ARM-based 123 Say y if you want to use APM X-Gene SoC performance monitors.
|
| /Linux-v5.10/net/mac80211/ |
| D | iface.c | 115 local->monitors; in __ieee80211_recalc_idle() 525 local->monitors--; in ieee80211_do_stop() 526 if (local->monitors == 0) { in ieee80211_do_stop() 608 if (local->monitors == 0) in ieee80211_do_stop() 640 if (local->monitors == local->open_count) in ieee80211_do_stop() 803 if (local->monitors) in ieee80211_set_sdata_offload_flags() 1136 } else if (local->monitors == 0 && local->open_count == 0) { in ieee80211_do_open() 1143 local->monitors++; in ieee80211_do_open() 1144 if (local->monitors == 1) { in ieee80211_do_open()
|
| /Linux-v5.10/net/tipc/ |
| D | core.h | 117 struct tipc_monitor *monitors[MAX_BEARERS]; member
|
| D | monitor.c | 102 return tipc_net(net)->monitors[bearer_id]; in tipc_monitor() 621 if (tn->monitors[bearer_id]) in tipc_mon_create() 633 tn->monitors[bearer_id] = mon; in tipc_mon_create() 661 tn->monitors[bearer_id] = NULL; in tipc_mon_delete()
|
| /Linux-v5.10/drivers/vme/ |
| D | vme_bridge.h | 78 int monitors; member
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | vme.rst | 239 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-v5.10/arch/arm64/kernel/ |
| D | Makefile | 13 obj-y := debug-monitors.o entry.o irq.o fpsimd.o \
|
| /Linux-v5.10/drivers/vme/bridges/ |
| D | vme_fake.c | 404 for (i = 0; i < lm->monitors; i++) { in fake_lm_check() 870 for (i = 0; i < lm->monitors; i++) { in fake_lm_set() 982 for (i = 0; i < lm->monitors; i++) { in fake_lm_detach() 1166 lm->monitors = 4; in fake_init()
|
| /Linux-v5.10/Documentation/fb/ |
| D | tgafb.rst | 20 * Support for fixed-frequency and other oddball monitors
|
| /Linux-v5.10/drivers/sbus/char/ |
| D | Kconfig | 30 monitors and mice.
|