/linux-6.12.1/Documentation/admin-guide/laptops/ |
D | disk-shock-protection.rst | 26 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-6.12.1/drivers/usb/host/ |
D | ehci-hcd.c | 85 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()
|
D | oxu210hp-hcd.c | 635 static unsigned park; variable 636 module_param(park, uint, S_IRUGO); 637 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets"); 3042 if (park) { in oxu_hcd_init() 3043 park = min(park, (unsigned) 3); in oxu_hcd_init() 3045 temp |= park << 8; in oxu_hcd_init() 3047 oxu_dbg(oxu, "park %d\n", park); in oxu_hcd_init()
|
/linux-6.12.1/include/linux/dma/ |
D | xilinx_dma.h | 33 int park; member
|
/linux-6.12.1/include/linux/ |
D | smpboot.h | 39 void (*park)(unsigned int cpu); member
|
/linux-6.12.1/kernel/ |
D | smpboot.c | 127 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn() 129 ht->park(td->cpu); in smpboot_thread_fn()
|
D | stop_machine.c | 564 .park = cpu_stop_park,
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_engine_pm.c | 282 if (engine->park) in __engine_park() 283 engine->park(engine); in __engine_park()
|
D | intel_engine_types.h | 517 void (*park)(struct intel_engine_cs *engine); member
|
D | intel_execlists_submission.c | 3446 engine->park = execlists_park; in logical_ring_default_vfuncs()
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-lazor.dtsi | 82 /* This pin is not connected on -rev0, pull up to park. */
|
D | sc7280-herobrine-herobrine-r1.dts | 134 * We'll set a pullup here just to park the line.
|
D | sc7280-herobrine-crd.dts | 144 * We'll set a pullup here just to park the line.
|
D | sm8350-sony-xperia-sagami.dtsi | 527 /* 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 */
|
D | sm6115-fxtec-pro1x.dts | 145 /* Clock frequency was not specified downstream, let's park it to 100 KHz */
|
/linux-6.12.1/drivers/dma/xilinx/ |
D | xilinx_dma.c | 1400 if (config->park) in xilinx_vdma_start_transfer() 2553 chan->config.park = cfg->park; in xilinx_vdma_channel_set_config() 2569 if (cfg->park) in xilinx_vdma_channel_set_config() 2870 chan->config.park = 1; in xilinx_dma_chan_probe() 2898 chan->config.park = 1; in xilinx_dma_chan_probe()
|
/linux-6.12.1/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 68 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"); 4975 if (park) { in hcd_fotg210_init() 4976 park = min_t(unsigned, park, 3); in hcd_fotg210_init() 4978 temp |= park << 8; in hcd_fotg210_init() 4980 fotg210_dbg(fotg210, "park %d\n", park); in hcd_fotg210_init()
|
/linux-6.12.1/drivers/ata/ |
D | libata-eh.c | 3056 static void ata_eh_park_issue_cmd(struct ata_device *dev, int park) in ata_eh_park_issue_cmd() argument 3063 if (park) { in ata_eh_park_issue_cmd() 3078 if (park && (err_mask || tf.lbal != 0xc4)) { in ata_eh_park_issue_cmd()
|
/linux-6.12.1/drivers/soc/fsl/qbman/ |
D | qman.c | 695 int park) in qm_dqrr_cdc_consume_1ptr() argument 704 ((park ? 1 : 0) << 6) | /* DQRR_DCAP::PK */ in qm_dqrr_cdc_consume_1ptr()
|
/linux-6.12.1/kernel/rcu/ |
D | tree.c | 2933 .park = rcu_cpu_kthread_park,
|
/linux-6.12.1/ |
D | CREDITS | 3031 E: kyungmin.park@samsung.com
|
D | MAINTAINERS | 6515 M: Kyungmin Park <kyungmin.park@samsung.com> 7572 M: Kyungmin Park <kyungmin.park@samsung.com> 17215 M: Kyungmin Park <kyungmin.park@samsung.com>
|