/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | dt_idle_states.c | 30 * state enter function. in init_state_node() 32 idle_state->enter = match_id->data; in init_state_node() 36 * safely. So enter() can be also enter_s2idle() callback. in init_state_node() 134 * the CPUidle state enter function signature:
|
H A D | cpuidle-qcom-spm.c | 73 .enter = spm_enter_idle_state,
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc-xo1-pm.c | 116 .enter = xo1_power_state_enter,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_controller.h | 162 void (*enter)(struct usb_xfer *); member
|
/third_party/musl/src/thread/powerpc/ |
H A D | syscall_cp.s | 31 # at enter: r3 = pointer to self->cancel, r4: syscall no, r5: first arg, r6: 2nd, r7: 3rd, r8: 4th, r9: 5th, r10: 6th
|
/third_party/python/Lib/ |
H A D | sched.py | 78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): member in scheduler 90 This must be presented the ID as returned by enter().
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Thread.hpp | 128 // enter() pushes the thread's stack with a new frame created with the given 130 void enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f = nullptr);
|
H A D | Thread.cpp | 88 void Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f) in enter() function in vk::dbg::Thread
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | pm-pxa910.c | 248 .enter = pxa910_pm_enter,
|
H A D | pm-mmp2.c | 213 .enter = mmp2_pm_enter,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pm.c | 196 .enter = mpc52xx_pm_enter,
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | copy_to_user.S | 93 .macro enter reg1 reg2
|
H A D | copy_from_user.S | 94 .macro enter reg1 reg2
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | pm.c | 216 .enter = mvebu_pm_enter,
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pxa25x.c | 103 .enter = pxa25x_cpu_pm_enter,
|
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | platsmp-apmu.c | 181 shmobile_suspend_ops.enter = shmobile_smp_apmu_enter_suspend; in shmobile_smp_apmu_suspend_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | pm.c | 213 .enter = mvebu_pm_enter,
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | pxa25x.c | 104 .enter = pxa25x_cpu_pm_enter,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pm.c | 198 .enter = mpc52xx_pm_enter,
|
/kernel/linux/linux-6.6/drivers/soc/loongson/ |
H A D | loongson2_pm.c | 94 .enter = loongson2_suspend_enter,
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_typec_vdm.c | 146 .enter = cros_typec_port_amode_enter,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.h | 110 void dp_catalog_ctrl_set_psr(struct dp_catalog *dp_catalog, bool enter);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 56 void (*enter)(struct intel_context *ce); member
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-exynos.c | 1231 static void exynos_ufs_pre_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_pre_hibern8() argument 1236 if (!enter) { in exynos_ufs_pre_hibern8() 1264 static void exynos_ufs_post_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_post_hibern8() argument 1268 if (!enter) { in exynos_ufs_post_hibern8() 1374 enum uic_cmd_dme enter, in exynos_ufs_hibern8_notify() 1379 exynos_ufs_pre_hibern8(hba, enter); in exynos_ufs_hibern8_notify() 1382 exynos_ufs_post_hibern8(hba, enter); in exynos_ufs_hibern8_notify() 1373 exynos_ufs_hibern8_notify(struct ufs_hba *hba, enum uic_cmd_dme enter, enum ufs_notify_change_status notify) exynos_ufs_hibern8_notify() argument
|
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | class.c | 364 bool enter; in active_store() local 367 ret = kstrtobool(buf, &enter); in active_store() 371 if (adev->active == enter) in active_store() 375 typec_altmode_update_active(adev, enter); in active_store() 378 if (altmode->partner && !enter && altmode->partner->adev.active) in active_store() 381 if (enter && !altmode->partner->adev.active) { in active_store() 389 ret = adev->ops->activate(adev, enter); in active_store()
|