| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | test_config.cfg | 6 ; 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 D | mali_timeline_fence_wait.c | 39 * Check if fence wait tracker has been activated. Used as a wait queue condition. 42 * @return MALI_TRUE if tracker has been activated, MALI_FALSE if not. 51 return wait->activated; in mali_timeline_fence_wait_tracker_is_activated() 166 wait->activated = MALI_FALSE; 171 * is activated. */ 180 /* Wait for the tracker to be activated or time out. */ 187 ret = wait->activated; 205 MALI_DEBUG_ASSERT(MALI_FALSE == wait->activated); 206 wait->activated = MALI_TRUE;
|
| H A D | mali_soft_job.c | 174 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() 269 /* Wait until activated. */ in mali_soft_job_system_signal_job() 305 …MALI_DEBUG_PRINT(3, ("Mali Soft Job: Soft job %u (0x%08X) activated while session is aborting.\n",… in mali_soft_job_system_activate_job() 315 /* Send activated notification. */ in mali_soft_job_system_activate_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() 405 /* If the job has been activated, we have to release the tracker and destroy in mali_soft_job_system_abort() 407 * it is activated. */ in mali_soft_job_system_abort() [all …]
|
| H A D | mali_soft_job.h | 30 * in kernel when the job is activated. 71 …mali_bool activated; /**< MALI_TRUE if the job has been activated… member 106 * @note The soft job must not have any started or activated jobs. Call @ref 154 * @note This function will block until the soft job has been activated. 167 * @param job The soft job that is being activated. 184 * Used to cleanup activated soft jobs in the soft job system on session abort.
|
| H A D | mali_timeline_fence_wait.h | 40 * activated, which happens when the fence is signaled. 43 …mali_bool activated; /**< MALI_TRUE if the tracker has been activated, MALI_FALSE… member
|
| H A D | mali_timeline.h | 185 u32 trigger_ref_count; /**< When zero tracker will be activated */ 382 * activated. 407 * Once added to the timeline system, the tracker is guaranteed to be activated. The tracker can be 408 * activated before this function returns. Thus, it is also possible that the tracker is released 452 * This will prevent tracker from being activated until the trigger ref count reaches zero. 464 * If the trigger ref count reaches zero, the tracker will be activated. 468 …* @param activation_error Error bitmask if activated with error, or MALI_TIMELINE_ACTIVATION_ERROR… 483 * @note Tracker must have been activated before being released.
|
| H A D | mali_scheduler.h | 90 * @param job The GP job that is being activated. 103 * @param job The PP job that is being activated.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | musicplayer.cpp | 302 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/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | musicplayer.cpp | 302 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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | backend_scope.cpp | 56 activated = true; in activate() 61 if (activated && in deactivate() 66 activated = false; in deactivate()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | musicplayer.cpp | 310 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/forlinx_qt/musicplayer/ |
| H A D | musicplayer.cpp | 310 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/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | atmel-usb.txt | 17 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/include/mbgl/renderer/ |
| H A D | backend_scope.hpp | 10 // supporting windowing system has already activated the GL Backend and that no further actions 32 bool activated = false; member in mbgl::BackendScope
|
| /OK3568_Linux_fs/kernel/drivers/ntb/hw/idt/ |
| H A D | Kconfig | 16 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/include/linux/platform_data/ |
| H A D | lp8755.h | 19 *OCP : over current protect activated 20 *OVP : over voltage protect activated
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | core.c | 116 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() 977 /* Returns negative error code if it's not activated but should return */
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsbufferpool.h | 39 * An option that can be activated on buffer pool to request KMS 47 * An option that can be activated on buffer pool to request DMABuf
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | path.c | 158 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() 473 tb_WARN(path->tb, "trying to activate already activated path\n"); in tb_path_activate() 547 path->activated = true; in tb_path_activate()
|
| H A D | tunnel.c | 192 "tunnel is not fully activated, cleaning up\n"); in tb_tunnel_discover_pci() 1084 "tunnel is not fully activated, cleaning up\n"); in tb_tunnel_discover_usb3() 1231 * tb_tunnel_is_invalid - check whether an activated path is still valid 1239 WARN_ON(!tunnel->paths[i]->activated); in tb_tunnel_is_invalid() 1264 if (tunnel->paths[i]->activated) { in tb_tunnel_restart() 1266 tunnel->paths[i]->activated = false; in tb_tunnel_restart() 1307 if (tunnel->paths[i]->activated) { in tb_tunnel_activate() 1309 "trying to activate an already activated tunnel\n"); in tb_tunnel_activate() 1331 if (tunnel->paths[i] && tunnel->paths[i]->activated) in tb_tunnel_deactivate() 1367 if (!tunnel->paths[i]->activated) in tb_tunnel_is_active()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.VSC3316-3308 | 16 …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/kernel/drivers/scsi/ |
| H A D | sense_codes.h | 744 SENSE_CODE(0x5E01, "Idle condition activated by timer") 745 SENSE_CODE(0x5E02, "Standby condition activated by timer") 746 SENSE_CODE(0x5E03, "Idle condition activated by command") 747 SENSE_CODE(0x5E04, "Standby condition activated by command") 748 SENSE_CODE(0x5E05, "Idle_b condition activated by timer") 749 SENSE_CODE(0x5E06, "Idle_b condition activated by command") 750 SENSE_CODE(0x5E07, "Idle_c condition activated by timer") 751 SENSE_CODE(0x5E08, "Idle_c condition activated by command") 752 SENSE_CODE(0x5E09, "Standby_y condition activated by timer") 753 SENSE_CODE(0x5E0A, "Standby_y condition activated by command")
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | README.txt | 244 The device is automatically activated ready for use by uclass_get_device(). 559 methods to allow it to do some processing before the child is activated or 630 activated (except for the root device). Each bound device that was created 677 unless its predecessors (all the way up to the root device) are activated. 679 be activated. 699 devices which are regularly de/activated). 716 i. The device is marked 'activated' 720 activated and 'known' by the uclass. 724 The device is now activated and can be used. From now until it is removed 774 activated again, then the cycle starts again at step 2 above.
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | pcba_core.c | 98 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/Documentation/leds/ |
| H A D | leds-lm3556.rst | 23 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
|