| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/ |
| H A 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 …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrmonitor.c | 248 RRMonitorPtr monitor = pScrPriv->monitors[m]; in RRMonitorInitList() 314 RRMonitorPtr mon, monitors; in RRMonitorMakeList() local 323 monitors = calloc(list.num_client + list.num_server, sizeof (RRMonitorRec)); in RRMonitorMakeList() 324 if (!monitors) { in RRMonitorMakeList() 329 mon = monitors; in RRMonitorMakeList() 334 RRMonitorSetFromClient(pScrPriv->monitors[list.client_primary], mon); in RRMonitorMakeList() 349 RRMonitorGetGeometry(pScrPriv->monitors[m], &geom); in RRMonitorMakeList() 355 RRMonitorSetFromClient(pScrPriv->monitors[m], mon); in RRMonitorMakeList() 383 *monitors_ret = monitors; in RRMonitorMakeList() 431 RRMonitorPtr monitor = pScrPriv->monitors[m]; in RRMonitorDelete() [all …]
|
| H A D | rrxinerama.c | 279 RRMonitorPtr monitors = NULL; in ProcRRXineramaQueryScreens() local 286 if (!RRMonitorMakeList(pScreen, TRUE, &monitors, &nmonitors)) in ProcRRXineramaQueryScreens() 304 RRXineramaWriteMonitor(client, &monitors[m]); in ProcRRXineramaQueryScreens() 306 if (monitors) in ProcRRXineramaQueryScreens() 307 RRMonitorFreeList(monitors, nmonitors); in ProcRRXineramaQueryScreens()
|
| /OK3568_Linux_fs/kernel/sound/pci/echoaudio/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A 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.
|
| H A 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
|
| H A D | adm1031.rst | 42 The ADM1030 monitors a single fan speed, while the ADM1031 monitors up to
|
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A 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
|
| /OK3568_Linux_fs/buildroot/package/mbpfan/ |
| H A D | Config.in | 5 Mbpfan is a daemon for MacBook laptops which monitors the
|
| /OK3568_Linux_fs/buildroot/package/evtest/ |
| H A D | Config.in | 6 device. It then monitors the device and displays all the
|
| /OK3568_Linux_fs/buildroot/package/nload/ |
| H A D | Config.in | 9 nload is a console application which monitors network traffic
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.video | 74 overscan_y=20 for composite monitors, 0 for other monitors.
|
| /OK3568_Linux_fs/buildroot/package/motion/ |
| H A D | Config.in | 8 Motion is a program that monitors the video signal from
|
| /OK3568_Linux_fs/buildroot/package/miraclecast/ |
| H A D | Config.in | 13 monitors to your system via Wifi. It is compatible to the
|
| /OK3568_Linux_fs/buildroot/package/read-edid/ |
| H A D | Config.in | 5 monitor. It should work with most monitors made since 1996
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | diu.txt | 4 drive DVI monitors.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/firmwared/ |
| H A D | firmwared_git.bb | 2 DESCRIPTION = "The Linux Firmware Loader Daemon monitors the kernel for \
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A 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() 799 if (local->monitors) in ieee80211_set_sdata_offload_flags() 1132 } else if (local->monitors == 0 && local->open_count == 0) { in ieee80211_do_open() 1139 local->monitors++; in ieee80211_do_open() 1140 if (local->monitors == 1) { in ieee80211_do_open()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | sm501fb.txt | 4 drive DVI monitors.
|
| /OK3568_Linux_fs/buildroot/package/gkrellm/ |
| H A D | Config.in | 9 GKrellM is a single process stack of system monitors which
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | monitor.c | 102 return tipc_net(net)->monitors[bearer_id]; in tipc_monitor() 623 if (tn->monitors[bearer_id]) in tipc_mon_create() 635 tn->monitors[bearer_id] = mon; in tipc_mon_create() 663 tn->monitors[bearer_id] = NULL; in tipc_mon_delete()
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | ics932s401.rst | 29 The ICS932S401 monitors all inputs continuously. The driver will not read
|