Home
last modified time | relevance | path

Searched refs:Idle (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A DKconfig.arm3 # ARM CPU Idle drivers
50 bool "CPU Idle Driver for CLPS711X processors"
56 bool "CPU Idle Driver for Calxeda processors"
63 bool "CPU Idle Driver for Marvell Kirkwood SoCs"
66 This adds the CPU Idle driver for Marvell Kirkwood SoCs.
69 bool "CPU Idle Driver for Xilinx Zynq processors"
75 bool "Cpu Idle Driver for the ST-E u8500 processors"
81 bool "Cpu Idle Driver for the AT91 processors"
88 bool "Cpu Idle Driver for the Exynos processors"
95 bool "CPU Idle Driver for mvebu v7 family processors"
[all …]
H A DKconfig2 menu "CPU Idle"
50 menu "ARM CPU Idle Drivers"
55 menu "MIPS CPU Idle Drivers"
60 menu "POWERPC CPU Idle Drivers"
H A DKconfig.mips3 # MIPS CPU Idle Drivers
6 bool "CPU Idle driver for MIPS CPS platforms"
H A DKconfig.powerpc3 # POWERPC CPU Idle Drivers
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp68 if (state_ != Idle || !enabled_) { in mousePressEvent()
112 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseReleaseEvent()
124 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseDoubleClickEvent()
186 case Idle: in state()
214 setState(Idle); in itemChange()
275 setState(Idle); in setTarget()
335 if (state_ != Idle) { in replay()
375 setState(Idle); in stop()
H A Dqdeclarativepinchgenerator_p.h101 Idle = 1, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp62 : m_nm(nm), m_provider(nullptr), m_mapType(mapType), m_status(Idle), m_cameraCapabilities(cameraC… in QGeoTileProviderOsm()
223 m_status = Idle; in onResolutionError()
239 m_status = Idle; in onResolutionError()
296 : m_status(Idle), m_urlRedirector(urlRedirector), m_nm(nullptr), m_timestamp(defaultTs), m_highDp… in TileProvider()
330 case Idle: in resolveProvider()
374 m_status = Idle; in onNetworkReplyFinished()
375 case Idle: // should not happen in onNetworkReplyFinished()
507 m_status = Idle; in onNetworkReplyError()
H A Dqgeotileproviderosm.h59 enum Status {Idle, enumerator
140 enum Status {Idle, enumerator
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dlpit.rst4 Low Power Idle Table (LPIT)
7 To enumerate platform Low Power Idle states, Intel platforms are using
8 “Low Power Idle Table” (LPIT). More details about this table can be
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp119 case Idle: in setData()
141 case Idle: in setLayers()
165 case Idle: in setShowCollisionBoxes()
190 case Idle: in symbolDependenciesChanged()
219 case Idle: in coalesced()
224 state = Idle; in coalesced()
H A Dgeometry_tile_worker.hpp73 Idle, enumerator
79 State state = Idle;
/OK3568_Linux_fs/kernel/drivers/powercap/
H A DKconfig37 bool "Idle injection framework"
43 CPUs for power capping. Idle period can be injected
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch22 …*mvwprintw(padsmp,2, 0, "CPU User%% Sys%% Wait%% Idle|0 |25 |50 |75 …
43 - mvwprintw(padsmp, 2, 22, " Idle");
44 + mvwprintw(padsmp, 2, 22, "%s", " Idle");
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst213 they will go back to the Idle state.
221 in Idle state after the last byte was transmitted.
263 return to Idle state. Unfortunately the CEC specification is silent about
276 allowed and the receiver should return to Idle state when this is detected.
283 valid and the receiver should return to Idle state when this is detected.
287 return to Idle state. Unfortunately the CEC specification is silent about
295 to Idle state.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst4 Idle Page Tracking
101 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
112 cleared as a result of setting or updating a page's Idle flag, the Young flag
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-Idle5 # location and provider: UK, Idle
/OK3568_Linux_fs/kernel/kernel/time/
H A DKconfig89 bool "Idle dynticks system (tickless idle)"
160 bool "Old Idle dynticks config"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/
H A Dcoherency-fabric.txt32 - broken-idle: boolean to set when the Idle mode is not supported by the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/msm/
H A Dqcom,idle-state.txt1 QCOM Idle States for cpuidle driver
5 states. Idle states have different enter/exit latency and residency values.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf298 ; state - the state of the process (Idle, Running, ...);
313 ; it's always 0 if the process is not in Idle state
316 ; If the process is in Idle state, then informations are related to the
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/
H A DREADME.pybootchart24 way, tree pruning is utilized. Idle background processes and
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/
H A Dwkup_m3_ipc.txt7 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Dcpuidle.rst5 CPU Idle Time Management
13 CPU Idle Time Management Subsystem
40 CPU Idle Time Governors
158 CPU Idle Time Management Drivers
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/turbostat/
H A Dturbostat_3.4.bb8 SUMMARY = "Frequency and Idle power monitoring tools for Linux"
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst4 CPU Idle Cooling
57 Idle Injection:

123