Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_globals.c28 } park; variable
46 schedule_delayed_work(&park.work, round_jiffies_up_relative(2 * HZ)); in __i915_globals_grace()
51 park.epoch = atomic_inc_return(&epoch); in __i915_globals_queue_rcu()
53 init_rcu_head(&park.rcu); in __i915_globals_queue_rcu()
54 call_rcu(&park.rcu, __i915_globals_grace); in __i915_globals_queue_rcu()
60 destroy_rcu_head(&park.rcu); in __i915_globals_park()
63 if (park.epoch != atomic_read(&epoch)) { in __i915_globals_park()
68 clear_bit(PENDING, &park.flags); in __i915_globals_park()
113 INIT_DELAYED_WORK(&park.work, __i915_globals_park); in i915_globals_init()
132 if (!test_and_set_bit(PENDING, &park.flags)) in i915_globals_park()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dmapbox.qrc8 <file alias="amusement-park">maki-4.0.0/amusement-park.svg</file>
46 <file alias="dog-park">maki-4.0.0/dog-park.svg</file>
91 <file alias="park-alt1">maki-4.0.0/park-alt1.svg</file>
94 <file alias="park.svg">maki-4.0.0/park.svg</file>
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c84 static unsigned park = 0; variable
85 module_param (park, uint, S_IRUGO);
86 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
548 if (park) { in ehci_init()
549 park = min(park, (unsigned) 3); in ehci_init()
551 temp |= park << 8; in ehci_init()
553 ehci_dbg(ehci, "park %d\n", park); in ehci_init()
H 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");
3066 if (park) { in oxu_hcd_init()
3067 park = min(park, (unsigned) 3); in oxu_hcd_init()
3069 temp |= park << 8; in oxu_hcd_init()
3071 oxu_dbg(oxu, "park %d\n", park); in oxu_hcd_init()
H 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");
4983 if (park) { in hcd_fotg210_init()
4984 park = min_t(unsigned, park, 3); in hcd_fotg210_init()
4986 temp |= park << 8; in hcd_fotg210_init()
4988 fotg210_dbg(fotg210, "park %d\n", park); in hcd_fotg210_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c256 if (engine->park) in __engine_park()
257 engine->park(engine); in __engine_park()
H A Dintel_engine_types.h427 void (*park)(struct intel_engine_cs *engine); member
/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dxilinx_dma.h33 int park; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmpboot.h39 void (*park)(unsigned int cpu); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/maki-4.0.0/
H A Dpark-alt1.svg2 <title>park-alt1-15</title>
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c127 if (ht->park && td->status == HP_THREAD_ACTIVE) { in smpboot_thread_fn()
129 ht->park(td->cpu); in smpboot_thread_fn()
H A Dstop_machine.c584 .park = cpu_stop_park,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placesearchmodel.qml110 …var park = Qt.createQmlObject('import QtLocation 5.3; Category {name: "Park"; categoryId: "c2e1252…
125 value: "park",
144 value: [ park ],
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ufs1285 Contact: Daejun Park <daejun7.park@samsung.com>
1295 Contact: Daejun Park <daejun7.park@samsung.com>
1304 Contact: Daejun Park <daejun7.park@samsung.com>
1313 Contact: Daejun Park <daejun7.park@samsung.com>
1323 Contact: Daejun Park <daejun7.park@samsung.com>
1334 Contact: Daejun Park <daejun7.park@samsung.com>
1342 Contact: Daejun Park <daejun7.park@samsung.com>
1350 Contact: Daejun Park <daejun7.park@samsung.com>
1357 Contact: Daejun Park <daejun7.park@samsung.com>
1365 Contact: Daejun Park <daejun7.park@samsung.com>
[all …]
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_amiga.h50 u32 park; member
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lazor.dtsi60 /* This pin is not connected on -rev0, pull up to park. */
H A Dsc7180-idp.dts435 /* High-Z when no transfers; nice to park the lines */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-evb-v21.dts49 park {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplace-definition.qdocinc1 A place is a point of interest, it could be a favorite restaurant, a park or someone's home.
H A Dplaces.qdoc342 Categories are keywords that can describe a place. For example, 'park', 'theater',
343 …'restaurant'. A place could be described by many categories, it could be a park and a music venue …
/OK3568_Linux_fs/kernel/drivers/ide/
H A DMakefile7 ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \
/OK3568_Linux_fs/kernel/drivers/dma/xilinx/
H A Dxilinx_dma.c1370 if (config->park) in xilinx_vdma_start_transfer()
2493 chan->config.park = cfg->park; in xilinx_vdma_channel_set_config()
2509 if (cfg->park) in xilinx_vdma_channel_set_config()
2808 chan->config.park = 1; in xilinx_dma_chan_probe()
2836 chan->config.park = 1; in xilinx_dma_chan_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c597 engine->park = engine->unpark = NULL; in guc_set_default_submission()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.scrapyard107 tnetv107x arm arm1176 50b82c4b 2015-02-24 Chan-Taek Park <c-park@ti.com>
292 apollon arm omap24xx 535c74f 2012-09-18 Kyungmin Park <kyungmin.park@sa…

12