Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 25 of 228) sorted by relevance

12345678910

/OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/
H A Dtest_config.cfg6 ; activated = 1
17 ; activated
41 activated = 1
54 activated = 1
67 activated = 0
84 activated = 1
95 activated = 1
103 activated = 0
115 activated = 0
124 activated = 0
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_fence_wait.c51 return wait->activated; in mali_timeline_fence_wait_tracker_is_activated()
166 wait->activated = MALI_FALSE;
187 ret = wait->activated;
205 MALI_DEBUG_ASSERT(MALI_FALSE == wait->activated);
206 wait->activated = MALI_TRUE;
H A Dmali_soft_job.c174 job->activated = MALI_FALSE; in mali_soft_job_create()
225 return job->activated; in mali_soft_job_is_activated()
251 MALI_DEBUG_ASSERT(MALI_TRUE == job->activated); in mali_soft_job_system_signal_job()
319 job->activated = MALI_TRUE; in mali_soft_job_system_activate_job()
347 MALI_DEBUG_ASSERT(MALI_TRUE == job->activated); in mali_soft_job_system_timeout_job()
408 if (MALI_TRUE == job->activated) { in mali_soft_job_system_abort()
H A Dmali_timeline_fence_wait.h43 …mali_bool activated; /**< MALI_TRUE if the tracker has been activated, MALI_FALSE… member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmusicplayer.cpp302 connect(quitShortcut, &QShortcut::activated, QCoreApplication::quit); in createShortcuts()
305 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
308 connect(toggleShortcut, &QShortcut::activated, this, &MusicPlayer::togglePlayback); in createShortcuts()
311 connect(forwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekForward); in createShortcuts()
314 connect(backwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekBackward); in createShortcuts()
317 connect(increaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::increaseVolume); in createShortcuts()
320 connect(decreaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::descreaseVolume); in createShortcuts()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmusicplayer.cpp310 connect(quitShortcut, &QShortcut::activated, QCoreApplication::quit); in createShortcuts()
313 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
316 connect(toggleShortcut, &QShortcut::activated, this, &MusicPlayer::togglePlayback); in createShortcuts()
319 connect(forwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekForward); in createShortcuts()
322 connect(backwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekBackward); in createShortcuts()
325 connect(increaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::increaseVolume); in createShortcuts()
328 connect(decreaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::descreaseVolume); in createShortcuts()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmusicplayer.cpp302 connect(quitShortcut, &QShortcut::activated, QCoreApplication::quit); in createShortcuts()
305 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
308 connect(toggleShortcut, &QShortcut::activated, this, &MusicPlayer::togglePlayback); in createShortcuts()
311 connect(forwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekForward); in createShortcuts()
314 connect(backwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekBackward); in createShortcuts()
317 connect(increaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::increaseVolume); in createShortcuts()
320 connect(decreaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::descreaseVolume); in createShortcuts()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmusicplayer.cpp310 connect(quitShortcut, &QShortcut::activated, QCoreApplication::quit); in createShortcuts()
313 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
316 connect(toggleShortcut, &QShortcut::activated, this, &MusicPlayer::togglePlayback); in createShortcuts()
319 connect(forwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekForward); in createShortcuts()
322 connect(backwardShortcut, &QShortcut::activated, this, &MusicPlayer::seekBackward); in createShortcuts()
325 connect(increaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::increaseVolume); in createShortcuts()
328 connect(decreaseShortcut, &QShortcut::activated, volumeButton, &VolumeButton::descreaseVolume); in createShortcuts()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbackend_scope.cpp56 activated = true; in activate()
61 if (activated && in deactivate()
66 activated = false; in deactivate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c42 bool activated; /* Becomes true when event is signaled */ member
400 waiter->activated = true; in set_event()
539 event_waiters[i].activated = false; in alloc_event_waiters()
555 waiter->activated = ev->signaled; in init_event_waiter_get_status()
568 if (!waiter->activated) in init_event_waiter_add_to_waitlist()
592 if (event_waiters[i].activated) { in test_event_condition()
621 if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) { in copy_signaled_event_data()
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore.c116 scheme->wmarks.activated = true; in damon_new_scheme()
570 if (!s->wmarks.activated) in damon_do_apply_schemes()
678 if (!s->wmarks.activated) in kdamond_apply_schemes()
948 if (scheme->wmarks.activated) in damos_wmark_wait_us()
953 scheme->wmarks.activated = false; in damos_wmark_wait_us()
959 !scheme->wmarks.activated) in damos_wmark_wait_us()
962 if (!scheme->wmarks.activated) in damos_wmark_wait_us()
964 scheme->wmarks.activated = true; in damos_wmark_wait_us()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dpcba_core.c98 int activated, category, run_type, sim_counts; in parse_testcase() local
121 if (script_fetch(mainkey_name, "activated", &activated, 1)) in parse_testcase()
124 if (display_name[0] && activated == 1) { in parse_testcase()
127 info[j].activated = activated; in parse_testcase()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dpath.c158 path->activated = true; in tb_path_discover()
445 if (!path->activated) { in tb_path_deactivate()
457 path->activated = false; in tb_path_deactivate()
472 if (path->activated) { in tb_path_activate()
547 path->activated = true; in tb_path_activate()
/OK3568_Linux_fs/kernel/drivers/ntb/hw/idt/
H A DKconfig16 First of all partitions must be activated and properly assigned to all
17 the ports with NT-functions intended to be activated (see SWPARTxCTL
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Datmel-usb.txt17 activated for the bus to be powered.
19 activated for the overcurrent detection.
67 activated for the bus to be powered.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Drun_loop.cpp97 … QObject::connect(notifier.get(), SIGNAL(activated(int)), impl.get(), SLOT(onReadEvent(int))); in addWatch()
103 … QObject::connect(notifier.get(), SIGNAL(activated(int)), impl.get(), SLOT(onWriteEvent(int))); in addWatch()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp728 connect(this, SIGNAL(activated(QModelIndex)), in BookmarksMenu()
729 this, SLOT(activated(QModelIndex))); in BookmarksMenu()
735 void BookmarksMenu::activated(const QModelIndex &index) in activated() function in BookmarksMenu
787 connect(tree, SIGNAL(activated(QModelIndex)), in BookmarksDialog()
951 connect(menu, SIGNAL(activated(QModelIndex)), in build()
952 this, SLOT(activated(QModelIndex))); in build()
975 void BookmarksToolBar::activated(const QModelIndex &index) in activated() function in BookmarksToolBar
H A Dbookmarks.h204 void activated(const QModelIndex &index);
293 void activated(const QModelIndex &index);
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-pattern.c409 led_cdev->activated = true; in pattern_trig_activate()
427 if (!led_cdev->activated) in pattern_trig_deactivate()
437 led_cdev->activated = false; in pattern_trig_deactivate()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.VSC3316-330816 …n is 0x02 for two-wire interface. Also for crosspoint connections to be activated, 01.h value need…
41 …For crosspoint connections to be activated, 01.h value need to be written in 75.h (core configurat…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dbackend_scope.hpp32 bool activated = false; member in mbgl::BackendScope
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lm3556.rst23 CONTROL REGISTER(0x09).Flash mode is activated by the ENABLE REGISTER(0x0A),
51 REGISTER(0x09).Torch Mode is activated by the ENABLE REGISTER(0x0A) or by the
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-arvo40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/
H A Dr8a774e1-hihope-rzg2h-ex.dts17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
/OK3568_Linux_fs/buildroot/package/putty/
H A DConfig.in7 activated, only the commandline tools plink, pscp, psftp,

12345678910