Home
last modified time | relevance | path

Searched refs:park (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst26 the internal hard drive and park its heads on the ramp when critical
46 no further disk head park request has been issued in the meantime,
51 value between 0 and 30000 by issuing a subsequent head park request
57 timeout specified for a recent head park request has not yet expired,
62 For example, do the following in order to park the heads of drive
82 confusion and should be discussed here. When a head park request has
98 fine from the occasional buffer under-run incurred by a head park
/linux/include/linux/dma/
H A Dxilinx_dma.h33 int park; member
/linux/include/linux/
H A Dsmpboot.h39 void (*park)(unsigned int cpu); member
/linux/kernel/
H A Dsmpboot.c123 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn()
125 ht->park(td->cpu); in smpboot_thread_fn()
H A Dstop_machine.c565 .park = cpu_stop_park,
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c282 if (engine->park) in __engine_park()
283 engine->park(engine); in __engine_park()
H A Dintel_execlists_submission.c3443 engine->park = execlists_park; in logical_ring_default_vfuncs()
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lazor.dtsi82 /* This pin is not connected on -rev0, pull up to park. */
H A Dsc7280-herobrine-herobrine-r1.dts134 * We'll set a pullup here just to park the line.
H A Dsc7280-herobrine-crd.dts144 * We'll set a pullup here just to park the line.
H A Dsm8350-sony-xperia-sagami.dtsi527 /* Clock frequency was not specified downstream, let's park it to 100 KHz */
535 /* Clock frequency was not specified downstream, let's park it to 100 KHz */
H A Dsm6115-fxtec-pro1x.dts145 /* Clock frequency was not specified downstream, let's park it to 100 KHz */
/linux/rust/pin-init/examples/
H A Dmutex.rs100 thread::park(); in lock()
/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c1420 if (config->park) in xilinx_vdma_start_transfer()
1427 if (config->park) { in xilinx_vdma_start_transfer()
2671 chan->config.park = cfg->park; in xilinx_vdma_channel_set_config()
2687 if (cfg->park) in xilinx_vdma_channel_set_config()
2988 chan->config.park = 1; in xilinx_dma_chan_probe()
3016 chan->config.park = 1; in xilinx_dma_chan_probe()
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c636 static unsigned park; variable
637 module_param(park, uint, S_IRUGO);
638 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
3043 if (park) { in oxu_hcd_init()
3044 park = min_t(unsigned int, park, 3); in oxu_hcd_init()
3046 temp |= park << 8; in oxu_hcd_init()
3048 oxu_dbg(oxu, "park %d\n", park); in oxu_hcd_init()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c68 static unsigned park; variable
69 module_param(park, uint, S_IRUGO);
70 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
4974 if (park) { in hcd_fotg210_init()
4975 park = min_t(unsigned, park, 3); in hcd_fotg210_init()
4977 temp |= park << 8; in hcd_fotg210_init()
4979 fotg210_dbg(fotg210, "park %d\n", park); in hcd_fotg210_init()
/linux/drivers/ata/
H A Dlibata-eh.c3270 static void ata_eh_park_issue_cmd(struct ata_device *dev, int park) in ata_eh_park_issue_cmd() argument
3277 if (park) { in ata_eh_park_issue_cmd()
3292 if (park && (err_mask || tf.lbal != 0xc4)) { in ata_eh_park_issue_cmd()
/linux/drivers/soc/fsl/qbman/
H A Dqman.c695 int park) in qm_dqrr_cdc_consume_1ptr() argument
704 ((park ? 1 : 0) << 6) | /* DQRR_DCAP::PK */ in qm_dqrr_cdc_consume_1ptr()
/linux/kernel/rcu/
H A Dtree.c2979 .park = rcu_cpu_kthread_park, in rcu_spawn_core_kthreads()
/linux/
H A DCREDITS3111 E: kyungmin.park@samsung.com
H A DMAINTAINERS7303 M: Kyungmin Park <kyungmin.park@samsung.com>
8553 M: Kyungmin Park <kyungmin.park@samsung.com>
19703 M: Kyungmin Park <kyungmin.park@samsung.com>