Home
last modified time | relevance | path

Searched full:saving (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D99-all.sh54 echo " Start saving images and build info"
70 echo "Saving into $SAVE_DIR..."
75 echo "Saving linux-headers..."
79 echo "Saving kernel files..."
84 echo "Saving images..."
88 echo "Saving build info..."
92 # echo "Saving patches..."
104 echo "Saving build logs..."
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-all.sh54 echo " Start saving images and build info"
70 echo "Saving into $SAVE_DIR..."
75 echo "Saving linux-headers..."
79 echo "Saving kernel files..."
84 echo "Saving images..."
88 echo "Saving build info..."
92 # echo "Saving patches..."
104 echo "Saving build logs..."
H A Dsave-patches.sh17 # Saving header of apply script
64 echo "[$PROJECT] Saving patches into $PATCH_DIR"
67 # Saving commits
77 # Saving uncommited changes
/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Dpower.c15 * vnt_enable_power_saving - Enable Power Saving Mode
16 * PSvDiasblePowerSaving - Disable Power Saving Mode
34 * Enable hw power saving functions
55 /* enable power saving hw function */ in vnt_enable_power_saving()
69 dev_dbg(&priv->usb->dev, "PS:Power Saving Mode Enable...\n"); in vnt_enable_power_saving()
76 /* disable power saving hw function */ in vnt_disable_power_saving()
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Dpower.c15 * PSvEnablePowerSaving - Enable Power Saving Mode
16 * PSvDiasblePowerSaving - Disable Power Saving Mode
44 * Enable hw power saving functions
79 /* enable power saving hw function */ in PSvEnablePowerSaving()
84 pr_debug("PS:Power Saving Mode Enable...\n"); in PSvEnablePowerSaving()
90 * Disable hw power saving functions
99 /* disable power saving hw function */ in PSvDisablePowerSaving()
H A Dpower.h22 #define PS_FAST_INTERVAL 1 /* Fast power saving listen interval */
23 #define PS_MAX_INTERVAL 4 /* MAX power saving listen interval */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplace-caveats.qdocinc1 … The Places API is currently designed for only saving \a {core} details. Saving rich content like
5 The Places API only supports saving of the following \e {core details}:
20 Saving of properties such as the rating, extended attributes,
H A Dplaces.qdoc177 \section2 Saving and Removing Places
178 Some backends may support saving and removing places. This can be done by
181 which backend we are saving to. The \l {Place::status} {status} property will
182 transition into the \c Saving state while the save operation is happening and on
291 \target Saving a place cpp
292 \section2 Saving a Place
293 The saving of a new place is performed as follows, we create a QPlace instance
314 \section3 Saving Between Managers
315 When saving places between managers, there are a few things to be aware of.
323 … copy is now suitable for saving into the manager. If the manager supports matching by alternative
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dpowersave.rst2 Notes on Power-Saving Mode
5 AC97 and HD-audio drivers have the automatic power-saving mode.
9 With the automatic power-saving, the driver turns off the codec power
18 power-saving. The default value of timeout is given via
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsetjmp.h34 /* Store the calling environment in ENV, also saving the signal mask.
38 /* Store the calling environment in ENV, also saving the
43 /* Store the calling environment in ENV, not saving the signal mask.
72 /* Store the calling environment in ENV, also saving the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsetjmp.h34 /* Store the calling environment in ENV, also saving the signal mask.
38 /* Store the calling environment in ENV, also saving the
43 /* Store the calling environment in ENV, not saving the signal mask.
72 /* Store the calling environment in ENV, also saving the
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dnvs.c3 * nvs.c - Routines for saving and restoring ACPI NVS memory region
126 * suspend_nvs_free - free data pages allocated for saving NVS regions
150 * suspend_nvs_alloc - allocate memory necessary for saving NVS regions
173 printk(KERN_INFO "PM: Saving platform NVS memory\n"); in suspend_nvs_save()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-regmap.c20 * this as their is_enabled operation, saving some code.
46 * this as their enable() operation, saving some code.
70 * this as their disable() operation, saving some code.
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dhelpers.c25 * this as their is_enabled operation, saving some code.
57 * this as their enable() operation, saving some code.
83 * this as their disable() operation, saving some code.
127 * operation, saving some code.
171 * operation, saving some code.
233 * as their get_voltage_vsel operation, saving some code.
259 * as their set_voltage_vsel operation, saving some code.
773 * as their set_current_limit operation, saving some code.
825 * as their get_current_limit operation, saving some code.
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dftrace.c103 static unsigned int imm; /* saving whole imm instruction */
109 static unsigned int bralid; /* saving whole bralid instruction */
178 /* create proper saving to ftrace_call poll */ in ftrace_update_ftrace_func()
197 unsigned int old_jump; /* saving place for jump instruction */
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Didle_book3s.S47 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
56 * Use the stack red zone rather than a new frame for saving regs since
154 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
164 * Use the stack red zone rather than a new frame for saving regs since
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda18250_priv.h57 #define R2C_PS1 0x2c /* power saving mode byte 1 */
58 #define R2D_PS2 0x2d /* power saving mode byte 2 */
59 #define R2E_PS3 0x2e /* power saving mode byte 3 */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceidreply.cpp63 saving and removal operations of places and categories.
69 See \l {Saving a place cpp}{Saving a place} for an example of how to use an identifier reply.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc96 \section1 Saving Places to the Manager
98 and categories. In order to facilitate saving to one's own manager, engine implementers should imp…
134 Note that if the destination manager is to facilitate saving and cross-referencing from any arbitra…
135 accommodate saving of arbitrary key value pairs since we cannot know the provider names before hand…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt37 power saving will be seeing if support
40 saving techniques for the specific SoC.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp107 \section2 Saving a Place
118 The \l status property will change to Place.Saving and then to Place.Ready if the save was
128 \section3 Saving Between Plugins
129 When saving places between plugins, there are a few things to be aware of.
134 …It is generally recommended that saving across plugins be handled as saving \l {Favorites}{favorit…
141 The following snippet provides an example of saving a place to a different plugin
619 \li Place.Saving
757 The \l status property will change to Place.Saving while the save operation is in progress. On
767 of \c Saving, \c Ready, \c Fetching, \c Ready.
778 setStatus(QDeclarativePlace::Saving); in save()
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Dnotes.rst339 ``CONFIG_SND_HDA_POWER_SAVE`` option enables the power-saving feature.
340 See "Power-saving" section below.
602 Power-Saving
604 The power-saving is a kind of auto-suspend of the device. When the
610 The power-saving won't work when the analog loopback is enabled on
612 you want the power-saving.
614 The power-saving feature might cause audible click noises at each
617 openSUSE enables the power-saving feature automatically when the power
619 power-saving. See /sys/module/snd_hda_intel/parameters/power_save to
638 via power-saving behavior.
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dmain.h80 #define B43_PS_ENABLED (1 << 0) /* Force enable hardware power saving */
81 #define B43_PS_DISABLED (1 << 1) /* Force disable hardware power saving */
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A Dcsr.h71 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes.
244 * Indicates current power-saving mode:
245 * 000 -- No power saving
253 * Indicates MAC is entering a power-saving sleep power-down.
329 * uCode sets this when preparing a power-saving power-down.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_dynamicbbpowersaving.c59 //1 2.Power Saving for 92C in odm_DynamicBBPowerSaving()
67 //1 3.Power Saving for 88C in odm_DynamicBBPowerSaving()
188 // <tynli_note> 8723 RSSI report will be wrong. Set 0x874[5]=1 when enter BB power saving mode. in ODM_RF_Saving()

12345678910>>...47