Home
last modified time | relevance | path

Searched refs:park (Results 1 – 14 of 14) 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()
/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 */
/linux/rust/pin-init/examples/
H A Dmutex.rs99 thread::park(); in lock()
/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c1412 if (config->park) in xilinx_vdma_start_transfer()
1419 if (config->park) { in xilinx_vdma_start_transfer()
2685 chan->config.park = cfg->park; in xilinx_vdma_channel_set_config()
2701 if (cfg->park) in xilinx_vdma_channel_set_config()
3002 chan->config.park = 1; in xilinx_dma_chan_probe()
3030 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/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/
H A DMAINTAINERS7403 M: Kyungmin Park <kyungmin.park@samsung.com>
8679 M: Kyungmin Park <kyungmin.park@samsung.com>
17230 R: Youngjun Park <youngjun.park@lge.com>
20157 M: Kyungmin Park <kyungmin.park@samsung.com>