Home
last modified time | relevance | path

Searched refs:late (Results 1 – 25 of 55) sorted by relevance

123

/kernel/liteos_a/kernel/extended/power/
Dlos_pm.c131 if (((prepare == 0) || (prepare == OS_PM_SYS_DEVICE_EARLY)) && (pm->sysctrl->late != NULL)) { in OsPmResumePrepare()
132 pm->sysctrl->late(mode); in OsPmResumePrepare()
248 if (sysctrl->late != NULL) { in OsPmSysctrlRegister()
249 pm->sysctrl->late = sysctrl->late; in OsPmSysctrlRegister()
664 g_sysctrl.late = NULL; in OsPmSysctrlInit()
/kernel/liteos_m/components/power/
Dlos_pm.c81 g_sysctrl.late = NULL; in OsPmSysctrlInit()
201 if (((prepare == 0) || (prepare == OS_PM_SYS_DEVICE_EARLY)) && (pm->sysctrl->late != NULL)) { in OsPmResumePrepare()
202 pm->sysctrl->late(mode); in OsPmResumePrepare()
366 if (sysctrl->late != NULL) { in OsPmSysctrlRegister()
367 pm->sysctrl->late = sysctrl->late; in OsPmSysctrlRegister()
Dlos_pm.h179 VOID (*late)(UINT32 mode); member
/kernel/liteos_a/kernel/include/
Dlos_pm.h69 VOID (*late)(UINT32 mode); member
/kernel/linux/linux-5.10/drivers/block/aoe/
Daoeblk.c351 int late = 0; in aoeblk_gdalloc() local
360 late = 1; in aoeblk_gdalloc()
362 if (late) in aoeblk_gdalloc()
/kernel/linux/linux-5.10/Documentation/vm/
Dhwpoison.rst73 late kill
76 Note some pages are always handled as late kill.
88 Set early/late kill mode/revert to system default
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-stratix10-rsu47 (RO) the version number of RSU firmware. 19.3 or late
55 19.3 or late:
Dsysfs-class-net-statistics217 late collisions errors.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst14 The eTSEC controller (first included in parts from late 2005 like
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dmaintainer-profile.rst34 the merge window. The docs tree tends to close late before the merge
/kernel/liteos_m/testsuites/sample/kernel/power/
DIt_los_pm_003.c116 .late = SystemPmLate,
DIt_los_pm_002.c114 .late = SystemPmLate,
/kernel/linux/linux-5.10/Documentation/nvdimm/
Dmaintainer-entry-profile.rst51 patch set requires more than 2 weeks of review, -rc4 is already too late
/kernel/linux/linux-5.10/Documentation/power/
Dsuspend-and-interrupts.rst13 suspend after the "late" phase of suspending devices (that is, after all of the
17 The rationale for doing so is that after the "late" phase of device suspend
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dpersistent-data.rst9 that is managed in kernel. In late 2010 we were seeing that various
/kernel/linux/linux-5.10/net/bluetooth/
DKconfig121 are run late in the initcall hierarchy.
/kernel/linux/linux-5.10/Documentation/arm64/
Damu.rst54 selected we unconditionally enable the capability to allow any late CPU
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmicrel-ksz90x1.txt19 before it was corrected in revision 1.2 (Feb 2014), but it is too late to
/kernel/linux/linux-5.10/Documentation/hwmon/
Dit87.rst207 the IT8716F and late IT8712F have 6. They are shared with other functions
222 IT8783E/F, and late IT8712F and IT8705F also have optional 16-bit tachometer
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dsuspend-flows.rst80 *late suspend* and *noirq suspend* (see :ref:`driverapi_pm_devices` for more
86 The runtime PM API is disabled for every device during the *late* suspend
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dintro.rst36 The first API for Digital TV cards we used at Convergence in late 1999 was an
/kernel/linux/linux-5.10/Documentation/fb/
Dsstfb.rst30 This driver (should) work on ix86, with "late" 2.2.x kernel (tested
/kernel/linux/linux-5.10/Documentation/driver-api/
Deisa.rst214 bus root driver usually kicks in rather late in the boot process).
/kernel/linux/linux-5.10/drivers/memory/
DKconfig136 the EMIF PM code must run from on-chip SRAM late in the suspend
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0004_linux_fs.patch277 - /* Cancel if possible (may be too late though). */

123