Home
last modified time | relevance | path

Searched full:parked (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x.h13 #define ARB_DMA_SLV_PARK (1<<31) /* Be parked with DMA slave when idle */
14 #define ARB_CI_PARK (1<<30) /* Be parked with Camera Interface when idle */
15 #define ARB_EX_MEM_PARK (1<<29) /* Be parked with external MEMC when idle */
16 #define ARB_INT_MEM_PARK (1<<28) /* Be parked with internal MEMC when idle */
17 #define ARB_USB_PARK (1<<27) /* Be parked with USB when idle */
18 #define ARB_LCD_PARK (1<<26) /* Be parked with LCD when idle */
19 #define ARB_DMA_PARK (1<<25) /* Be parked with DMA when idle */
20 #define ARB_CORE_PARK (1<<24) /* Be parked with core when idle */
/openbmc/linux/include/linux/
H A Dsmpboot.h25 * parked (cpu offline)
28 * @selfparking: Thread is not parked by the park function.
H A Dbacking-dev-defs.h112 struct list_head b_io; /* parked for writeback */
113 struct list_head b_more_io; /* parked for more writeback */
/openbmc/qemu/include/sysemu/
H A Dkvm.h317 * kvm_create_vcpu - Gets a parked KVM vCPU or creates a KVM vCPU
326 * @cpu: QOM CPUState object for which QEMU KVM vCPU context has to be parked.
335 * @vcpu_id: Architecture vCPU ID of the parked vCPU
343 * @cpu: QOM CPUState object for which KVM vCPU has to be created and parked.
/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar,smpctrl.yaml17 the loop they are parked in by the boot ROM.
/openbmc/linux/drivers/clk/qcom/
H A Dclk-regmap-phy-mux.h19 * it being parked to a safe, reference clock source). And vice versa, after
H A Dclk-rcg.h143 * @parked_cfg: cached value of the CFG register for parked RCGs
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c132 /* Initialise (parked) FQ */ in qman_test_api()
143 /* Do enqueues + VDQCR, twice. (Parked FQ) */ in qman_test_api()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h81 char parked, shut_up; member
105 #define spk_parked (speakup_console[vc->vc_num]->parked)
/openbmc/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst49 -EOVERFLOW, but heads will be parked anyway and the timeout will be
106 until drive X is no longer in the parked state.
/openbmc/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c17 * The second CPU is parked in ROM at boot time. It requires waking it after
/openbmc/linux/include/soc/fsl/
H A Dqman.h712 * "parked".
977 * FQ must be in the 'out-of-service' or in the 'parked' state.
988 * qman_init_fq - Initialises FQ fields, leaves the FQ "parked" or "scheduled"
989 * @fq: the frame queue object to modify, must be 'parked' or new.
995 * rather than parked. NB, @opts can be NULL.
1025 * @fq: the frame queue object to schedule, must be 'parked'
1027 * Schedules the frame queue, which must be Parked, which takes it to
/openbmc/linux/arch/arm64/kernel/
H A Dacpi_parking_protocol.c48 pr_debug("%s: ACPI parked addr=%llx\n", __func__, in acpi_parking_protocol_cpu_init()
/openbmc/linux/arch/arm/include/asm/
H A Dmcpm.h117 * effect and the CPU is safely parked before performing non-mcpm
129 * - zero if the CPU is in a safely parked state
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-smp.c320 pr_warn("smp: CPU1 not parked?\n"); in omap4_smp_maybe_reset_cpu1()
347 pr_info("smp: CPU1 parked within kernel, needs reset (0x%lx 0x%lx)\n", in omap4_smp_maybe_reset_cpu1()
/openbmc/linux/kernel/
H A Dkthread.c59 struct completion parked; member
123 init_completion(&kthread->parked); in set_kthread_struct()
289 complete(&self->parked); in __kthread_parkme()
628 * Newly created kthread was parked when the CPU was offline. in kthread_unpark()
651 * Returns 0 if the thread is parked, -ENOSYS if the thread exited.
671 wait_for_completion(&kthread->parked); in kthread_park()
H A Dsmpboot.c270 /* We need to destroy also the parked threads of offline cpus */ in smpboot_destroy_threads()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.h132 * @sleep_last: Last time GT parked for RC6 estimation.
/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect()
/openbmc/linux/include/linux/ssb/
H A Dssb_driver_pci.h21 #define SSB_PCICORE_ARBCTL_PARKID 0x00000006 /* Mask, selects which agent is parked on an idle bus…
/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.h101 * @DPDMAI_DEST_NONE: Unassigned destination; The queue is set in parked mode
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.h126 * @parked_bitmask: Parked register mask. 0 if unsupported.
/openbmc/linux/Documentation/riscv/
H A Dboot.rst70 parked waiting for the initialization to finish. This method is mostly used to
/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c400 * is parked at which point it's safe. in drm_sched_job_timedout()
447 * bad job at this point - we parked (waited for) any in progress in drm_sched_stop()
525 * Locking the list is not required here as the sched thread is parked in drm_sched_start()
/openbmc/linux/drivers/crypto/caam/
H A Ddpseci.h87 * @DPSECI_DEST_NONE: Unassigned destination; The queue is set in parked mode

123