/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 32 static struct cpuidle_monitor *monitors[MONITORS_MAX]; variable 97 need_len = monitors[mon]->hw_states_num * (percent_width + 3) in print_header() 103 sprintf(buf, "%s", monitors[mon]->name); in print_header() 121 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_header() 124 s = monitors[mon]->hw_states[state]; in print_header() 158 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_results() 162 s = monitors[mon]->hw_states[state]; in print_results() 183 monitors[mon]->name, s.name); in print_results() 230 if (!strcmp(monitors[num]->name, token)) { in parse_monitor_param() 232 tmp_mons[hits] = monitors[num]; in parse_monitor_param() [all …]
|
/linux-4.1.27/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
|
D | echoaudio_dsp.c | 581 chip->comm_page->monitors[monitor_index(chip, output, input)] = gain; in set_monitor_gain() 998 memset(chip->comm_page->monitors, ECHOGAIN_MUTED, MONITOR_ARRAY_SIZE); in init_dsp_comm_page()
|
/linux-4.1.27/Documentation/hwmon/ |
D | ina2xx | 41 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
|
D | max16065 | 39 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.
|
D | adm1031 | 34 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
|
D | smm665 | 48 that monitors, margins and cascade sequences power. The part monitors six
|
D | ina209 | 19 The TI / Burr-Brown INA209 monitors voltage, current, and power on the high side
|
D | ucd9000 | 22 The UCD90120 Power Supply Sequencer and System Health Monitor monitors and
|
D | vt1211 | 43 capabilities. It monitors 2 dedicated temperature sensor inputs (temp1 and
|
D | asc7621 | 105 - Supports PECI interface and monitors internal and remote thermal diodes
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | diu.txt | 4 drive DVI monitors.
|
/linux-4.1.27/Documentation/devicetree/bindings/fb/ |
D | sm501fb.txt | 4 drive DVI monitors.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ics932s401 | 24 The ICS932S401 monitors all inputs continuously. The driver will not read
|
/linux-4.1.27/net/mac80211/ |
D | iface.c | 113 local->monitors; in __ieee80211_recalc_idle() 600 } else if (local->monitors == 0 && local->open_count == 0) { in ieee80211_do_open() 607 local->monitors++; in ieee80211_do_open() 608 if (local->monitors == 1) { in ieee80211_do_open() 936 local->monitors--; in ieee80211_do_stop() 937 if (local->monitors == 0) { in ieee80211_do_stop() 1009 if (local->monitors == 0) in ieee80211_do_stop() 1041 if (local->monitors == local->open_count) in ieee80211_do_stop()
|
D | status.c | 852 if (!local->monitors && (!send_to_cooked || !local->cooked_mntrs)) { in ieee80211_tx_status()
|
D | main.c | 50 if (local->monitors || test_bit(SCAN_SW_SCANNING, &local->scanning) || in ieee80211_configure_filter()
|
D | util.c | 2036 if (local->monitors == local->open_count && local->monitors > 0) in ieee80211_reconfig()
|
D | ieee80211_i.h | 1122 int monitors, cooked_mntrs; member
|
D | cfg.c | 585 } else if (local->open_count == local->monitors) { in ieee80211_set_monitor_channel() 3568 local->open_count == local->monitors && in ieee80211_cfg_get_channel()
|
D | rx.c | 460 if (!local->monitors) { in ieee80211_rx_monitor()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | Makefile | 15 arm64-obj-y := debug-monitors.o entry.o irq.o fpsimd.o \
|
/linux-4.1.27/drivers/vme/ |
D | vme_bridge.h | 75 int monitors; member
|
D | vme.c | 1186 return lm->monitors; in vme_lm_count()
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 337 Location monitors 348 monitors and to free them after they are no longer required: 354 Each block may provide a number of location monitors, monitoring adjacent 364 Once a bank of location monitors has been allocated, the following functions
|
D | kernel-parameters.txt | 919 Broken monitors, graphic adapters and KVMs may
|
/linux-4.1.27/drivers/sbus/char/ |
D | Kconfig | 29 monitors and mice.
|
/linux-4.1.27/Documentation/laptops/ |
D | toshiba_haps.txt | 24 On Windows, Toshiba provided software monitors this device and provides
|
/linux-4.1.27/Documentation/fb/ |
D | tgafb.txt | 21 * Support for fixed-frequency and other oddball monitors
|
D | ep93xx-fb.txt | 5 The EP93xx LCD controller can drive both standard desktop monitors and
|
D | viafb.txt | 167 2. SAMM stands for single adapter multi monitors. It is different from
|
D | framebuffer.txt | 159 beams for color models, 1 electron beam for monochrome monitors). The front of
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 56 will then be able to use two monitors with your Linux system. Do not
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 108 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 125 msgid " all supported monitors are shown\n" 170 msgid "No HW Cstate monitors found\n"
|
D | cs.po | 111 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 116 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 128 msgid " all supported monitors are shown\n" 173 msgid "No HW Cstate monitors found\n"
|
D | it.po | 108 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 125 msgid " all supported monitors are shown\n" 170 msgid "No HW Cstate monitors found\n"
|
D | fr.po | 108 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 113 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 125 msgid " all supported monitors are shown\n" 170 msgid "No HW Cstate monitors found\n"
|
D | pt.po | 106 msgid "\t -l: list available CPU sleep monitors (for use with -m)\n" 111 msgid "\t -m: show specific CPU sleep monitors only (in same order)\n" 123 msgid " all supported monitors are shown\n" 168 msgid "No HW Cstate monitors found\n"
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 90 if set, the controller monitors the EMIFWAIT pin
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 97 When cm_suspend_again is called, it monitors every battery. The suspend_ops
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 9 supplies) and monitor control on higher end monitors.
|
/linux-4.1.27/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1317 for (i = 0; i < lm->monitors; i++) { in ca91cx42_lm_set() 1769 lm->monitors = 4; in ca91cx42_probe()
|
D | vme_tsi148.c | 2014 for (i = 0; i < lm->monitors; i++) { in tsi148_lm_set() 2546 lm->monitors = 4; in tsi148_probe()
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 244 VESA-compliant "green" monitors.
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 290 monitors security state information & reports
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 428 The hard lockup detector monitors each CPU for its ability to respond to 835 The soft lockup detector monitors CPUs for threads that are hogging the CPUs
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 138 this mode the ikbd monitors the state of the Joystick 1 fire button at the
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Kconfig | 769 - e2i (Mimo monitors)
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 1832 The MII monitor monitors only the carrier state of the local 2116 failures, then either the MII or ARP monitors should work. For 2638 above). In general, miimon monitors the carrier state as sensed by 2640 monitors connectivity to another host on the local network.
|
D | arcnet-hardware.txt | 716 The green LED monitors the network activity: the red one shows the 943 The green LED monitors the network activity: the red one shows the
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 53 combination with certain motherboards and monitors are known to 1304 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2113 VESA-compliant "green" monitors.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 884 monitors or sniffers.
|