Home
last modified time | relevance | path

Searched refs:life (Results 1 – 25 of 130) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0004-add-_lv_img_cache_get_info.patch37 + if(cache[i].life > INT32_MIN + LV_IMG_CACHE_AGING) {
38 + cache[i].life -= LV_IMG_CACHE_AGING;
44 + /*If opened increment its life.
46 + *Therefore increase `life` with `time_to_open`*/
48 + cached_src->life += cached_src->dec_dsc.time_to_open * LV_IMG_CACHE_LIFE_GAIN;
49 + if(cached_src->life > LV_IMG_CACHE_LIFE_LIMIT) cached_src->life = LV_IMG_CACHE_LIFE_LI…
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-samsung-laptop28 life can be extended by reducing the max battery charge
32 - 1 means battery life extender mode (80% charge)
H A Dsysfs-class-power-wilco23 Customized charge rate for last longer battery life.
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dapm_32.c1032 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1050 *life = swab16((u16)call.edx); in apm_get_power_status()
1051 *life |= 0x8000; in apm_get_power_status()
1053 *life = call.edx; in apm_get_power_status()
1059 u_short *bat, u_short *life, u_short *nbat)
1072 return apm_get_power_status(status, bat, life);
1080 *life = edx;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Drequest-func-close.rst36 See :ref:`here <media-request-life-time>` for more information.
H A Dmedia-ioc-request-alloc.rst55 :ref:`here <media-request-life-time>` for more information.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/
H A D0001-rtrip.py-convert-to-python3.patch6 As Python 2 reached end of life (EOL), so convert rtrip.py to python3.
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A DKconfig35 other flashes which have eraseblock life-cycle 100000 or more.
37 life-cycle less than 10000, the threshold should be lessened (e.g.,
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/
H A DKconfig13 low power modes more often, resulting in the increased battery life.
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A Dsimpad.h128 unsigned short life; /* life till empty */ member
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drxkad.c906 unsigned int life; in rxkad_decrypt_ticket() local
997 life = *p++ * 5 * 60; in rxkad_decrypt_ticket()
998 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
1021 if (issue < now - life) { in rxkad_decrypt_ticket()
1027 *_expiry = issue + life; in rxkad_decrypt_ticket()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A DKconfig26 other flashes which have eraseblock life-cycle 100000 or more.
28 life-cycle less than 10000, the threshold should be lessened (e.g.,
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst75 structures that are assured to be alive for the life-time of the function/driver,
121 acutely aware of the short life time of the function stack: the function
134 in some other long lived object that has a boringly long life time which
135 exceeds the life time of any helper threads using the completion object,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A Dremove-usr-local-lib-from-m4.patch10 and make life easier for cross compilation process.
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm95245.rst39 hysteresis value common to both critical limits. To make life easier to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dadd-pkgconfig.patch2 It would make life a bit easier for distro maintainers if this was applied.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_42.0.bb66 # Add gir links in standard paths. That makes dependents life much easier
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dcafe_ccic.rst39 This option nails down the memory for the life of the module, but
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A Dexa-driver.txt4 whatever) aims to extend the life of the venerable XFree86 video drivers by
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/
H A DREADME43 In order to alleviate the misery of the life of such test-developer, a few
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzswap.rst31 * Users with SSDs as swap devices can extend the life of the device by
32 drastically reducing life-shortening writes.
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst47 should not be a real life limitation.
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dstandards.md37 compressing real-life images:
/OK3568_Linux_fs/kernel/drivers/virtio/
H A DKconfig48 life will be like in The Future.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.8.4.bb13 management of data path life cycle and state changes.\

123456