Home
last modified time | relevance | path

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

123456

/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch16 life/Makefile | 2 +-
41 diff --git a/life/Makefile b/life/Makefile
43 --- a/life/Makefile
44 +++ b/life/Makefile
45 @@ -2,7 +2,7 @@ OBJS=main.o life.o info.o
46 BIN=life
H A D0002-add-install-targets-to-Makefiles.patch12 life/Makefile | 4 ++++
65 diff --git a/life/Makefile b/life/Makefile
67 --- a/life/Makefile
68 +++ b/life/Makefile
H A D0007-Makefile-reorganize.patch31 - life \
32 +TARGETS=life \
/openbmc/linux/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.
H A Dsysfs-class-power-ltc4162l71 property to arm a special "ship" mode that extends shelf life
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1033 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1051 *life = swab16((u16)call.edx); in apm_get_power_status()
1052 *life |= 0x8000; in apm_get_power_status()
1054 *life = call.edx; in apm_get_power_status()
1060 u_short *bat, u_short *life, u_short *nbat)
1073 return apm_get_power_status(status, bat, life);
1081 *life = edx;
/openbmc/linux/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.
/openbmc/openbmc/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.
/openbmc/linux/drivers/hid/intel-ish-hid/
H A DKconfig14 low power modes more often, resulting in the increased battery life.
/openbmc/u-boot/drivers/mtd/ubi/
H A DKconfig36 other flashes which have eraseblock life-cycle 100000 or more.
38 life-cycle less than 10000, the threshold should be lessened (e.g.,
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/
H A Dremove-usr-local-lib-from-m4.patch10 and make life easier for cross compilation process.
/openbmc/linux/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.,
/openbmc/linux/net/rxrpc/
H A Drxkad.c870 unsigned int life; in rxkad_decrypt_ticket() local
947 life = *p++ * 5 * 60; in rxkad_decrypt_ticket()
948 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
968 if (issue < now - life) in rxkad_decrypt_ticket()
972 *_expiry = issue + life; in rxkad_decrypt_ticket()
/openbmc/linux/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,
/openbmc/linux/Documentation/hwmon/
H A Dlm95245.rst39 hysteresis value common to both critical limits. To make life easier to
/openbmc/openbmc/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.
/openbmc/qemu/tcg/
H A Dtcg.c2833 if (have_prefs || op->life) { in tcg_dump_ops()
2839 if (op->life) { in tcg_dump_ops()
2840 unsigned life = op->life; in tcg_dump_ops() local
2842 if (life & (SYNC_ARG * 3)) { in tcg_dump_ops()
2845 if (life & (SYNC_ARG << i)) { in tcg_dump_ops()
2850 life /= DEAD_ARG; in tcg_dump_ops()
2851 if (life) { in tcg_dump_ops()
2853 for (i = 0; life; ++i, life >>= 1) { in tcg_dump_ops()
2854 if (life & 1) { in tcg_dump_ops()
3932 op->life = arg_life; in liveness_pass_1()
[all …]
/openbmc/webui-vue/
H A DREADME.md10 [AngularJS went End of Life](https://www.convective.com/angularjs-end-of-life/)
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst44 u64. An example of the typical timestamp data life cycle, for the GPIO line is
/openbmc/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst39 This option nails down the memory for the life of the module, but
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_47.4.bb75 # Add gir links in standard paths. That makes dependents life much easier
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A DREADME43 In order to alleviate the misery of the life of such test-developer, a few
/openbmc/linux/Documentation/admin-guide/mm/
H A Dzswap.rst23 * Users with SSDs as swap devices can extend the life of the device by
24 drastically reducing life-shortening writes.

123456