Home
last modified time | relevance | path

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

12

/linux/Documentation/admin-guide/laptops/
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/drivers/usb/host/
A Dehci-hcd.c85 static unsigned park; variable
86 module_param (park, uint, S_IRUGO);
87 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
549 if (park) { in ehci_init()
550 park = min(park, (unsigned) 3); in ehci_init()
552 temp |= park << 8; in ehci_init()
554 ehci_dbg(ehci, "park %d\n", park); in ehci_init()
A Doxu210hp-hcd.c660 static unsigned park; variable
661 module_param(park, uint, S_IRUGO);
662 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
3067 if (park) { in oxu_hcd_init()
3068 park = min(park, (unsigned) 3); in oxu_hcd_init()
3070 temp |= park << 8; in oxu_hcd_init()
3072 oxu_dbg(oxu, "park %d\n", park); in oxu_hcd_init()
A Dfotg210-hcd.c69 static unsigned park; variable
70 module_param(park, uint, S_IRUGO);
71 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
4986 if (park) { in hcd_fotg210_init()
4987 park = min_t(unsigned, park, 3); in hcd_fotg210_init()
4989 temp |= park << 8; in hcd_fotg210_init()
4991 fotg210_dbg(fotg210, "park %d\n", park); in hcd_fotg210_init()
/linux/include/linux/dma/
A Dxilinx_dma.h33 int park; member
/linux/include/linux/
A Dsmpboot.h39 void (*park)(unsigned int cpu); member
/linux/drivers/gpu/drm/i915/gt/
A Dintel_engine_pm.c293 if (engine->park) in __engine_park()
294 engine->park(engine); in __engine_park()
A Dintel_engine_types.h401 void (*park)(struct intel_engine_cs *engine); member
A Dintel_execlists_submission.c3313 engine->park = execlists_park; in logical_ring_default_vfuncs()
/linux/Documentation/devicetree/bindings/iio/light/
A Dsharp,gp2ap020a00f.yaml10 - Kyungmin Park <kyungmin.park@samsung.com>
/linux/kernel/
A Dsmpboot.c127 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn()
129 ht->park(td->cpu); in smpboot_thread_fn()
A Dstop_machine.c566 .park = cpu_stop_park,
/linux/Documentation/ABI/testing/
A Dsysfs-driver-ufs1423 Contact: Daejun Park <daejun7.park@samsung.com>
1434 Contact: Daejun Park <daejun7.park@samsung.com>
1444 Contact: Daejun Park <daejun7.park@samsung.com>
1454 Contact: Daejun Park <daejun7.park@samsung.com>
1465 Contact: Daejun Park <daejun7.park@samsung.com>
1477 Contact: Daejun Park <daejun7.park@samsung.com>
1485 Contact: Daejun Park <daejun7.park@samsung.com>
1493 Contact: Daejun Park <daejun7.park@samsung.com>
1500 Contact: Daejun Park <daejun7.park@samsung.com>
1508 Contact: Daejun Park <daejun7.park@samsung.com>
[all …]
/linux/arch/arm64/boot/dts/qcom/
A Dsc7180-trogdor-lazor.dtsi92 /* This pin is not connected on -rev0, pull up to park. */
A Dsc7280-idp.dtsi449 /* High-Z when no transfers; nice to park the lines */
A Dsc7180-idp.dts500 /* High-Z when no transfers; nice to park the lines */
A Dsc7280-herobrine.dtsi903 /* High-Z when no transfers; nice to park the lines */
A Dsc7180-trogdor.dtsi926 /* High-Z when no transfers; nice to park the lines */
A Dsdm845-cheza.dtsi881 /* High-Z when no transfers; nice to park the lines */
/linux/drivers/dma/xilinx/
A Dxilinx_dma.c1368 if (config->park) in xilinx_vdma_start_transfer()
2508 chan->config.park = cfg->park; in xilinx_vdma_channel_set_config()
2524 if (cfg->park) in xilinx_vdma_channel_set_config()
2823 chan->config.park = 1; in xilinx_dma_chan_probe()
2851 chan->config.park = 1; in xilinx_dma_chan_probe()
/linux/Documentation/devicetree/bindings/usb/
A Dsnps,dwc3.yaml214 When set, all SuperSpeed bus instances in park mode are disabled.
/linux/drivers/ata/
A Dlibata-eh.c2886 static void ata_eh_park_issue_cmd(struct ata_device *dev, int park) in ata_eh_park_issue_cmd() argument
2893 if (park) { in ata_eh_park_issue_cmd()
2908 if (park && (err_mask || tf.lbal != 0xc4)) { in ata_eh_park_issue_cmd()
/linux/drivers/soc/fsl/qbman/
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/
A Dtree.c2844 .park = rcu_cpu_kthread_park,
/linux/
A Dmodules.builtin.modinfo13 …d.parmtype=ignore_oc:bool�ehci_hcd.parm=park:park setting; 1-3 back-to-back async packets�ehci_hcd…

Completed in 84 milliseconds

12