| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | faddr2line | 108 DONE=1 138 DONE=1 149 DONE=1 185 DONE=1 195 DONE=1 205 DONE=1 244 DONE=1; 260 DONE=1 284 DONE=0 288 if [[ $DONE = 0 ]]; then
|
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_cluster_test.c | 53 goto DONE; in main() 65 goto DONE; in main() 74 goto DONE; in main() 87 goto DONE; in main() 95 goto DONE; in main() 100 DONE: in main()
|
| H A D | mpp_dec_cfg_test.c | 41 goto DONE; in main() 60 goto DONE; in main() 63 DONE: in main()
|
| H A D | mpp_enc_cfg_test.c | 41 goto DONE; in main() 103 goto DONE; in main() 106 DONE: in main()
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | smc_eeprom.c | 293 goto DONE; in eeprom_save_mac_address() 295 goto DONE; in eeprom_save_mac_address() 297 goto DONE; in eeprom_save_mac_address() 299 goto DONE; in eeprom_save_mac_address() 301 goto DONE; in eeprom_save_mac_address() 303 goto DONE; in eeprom_save_mac_address() 305 goto DONE; in eeprom_save_mac_address() 307 goto DONE; in eeprom_save_mac_address() 309 goto DONE; in eeprom_save_mac_address() 311 goto DONE; in eeprom_save_mac_address() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | core507d.c | 66 if (NVBO_TD32(bo, offset, NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, ==, TRUE)) in core507d_ntfy_wait_done() 77 NVDEF(NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, FALSE)); in core507d_ntfy_init() 112 NVDEF(NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, FALSE)); in core507d_caps_init() 120 NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, ==, TRUE)) in core507d_caps_init()
|
| H A D | core907d.c | 41 NVDEF(NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, FALSE)); in core907d_caps_init() 49 NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, ==, TRUE)) in core907d_caps_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | smm_test.c | 36 #define DONE 0xff macro 89 sync_with_host(DONE); in guest_code() 144 if (stage_reported == DONE) in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/libexec/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/ |
| H A D | fixinc.sh | 49 ( cd $LIB && touch DONE && rm DONE ) || { 411 if [ -f ${DESTDIR}/DONE ] 414 touch ${DESTDIR}/DONE
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/libexec/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/ |
| H A D | fixinc.sh | 49 ( cd $LIB && touch DONE && rm DONE ) || { 411 if [ -f ${DESTDIR}/DONE ] 414 touch ${DESTDIR}/DONE
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | machxo2-spi.c | 45 #define DONE 8 macro 113 *status, test_bit(DONE, status), test_bit(ENAB, status), in dump_status_reg() 180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state() 316 if (!test_bit(DONE, &status)) { in machxo2_write_complete() 336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu540c_common.c | 43 goto DONE; in vepu540c_set_roi() 48 goto DONE; in vepu540c_set_roi() 76 goto DONE; in vepu540c_set_roi() 93 DONE: in vepu540c_set_roi()
|
| H A D | vepu541_common.c | 362 goto DONE; in vepu541_set_one_roi() 401 DONE: in vepu541_set_one_roi() 419 goto DONE; in vepu541_set_roi() 435 goto DONE; in vepu541_set_roi() 440 goto DONE; in vepu541_set_roi() 465 goto DONE; in vepu541_set_roi() 475 DONE: in vepu541_set_roi()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_trie.cpp | 101 goto DONE; in mpp_trie_init() 109 goto DONE; in mpp_trie_init() 117 goto DONE; in mpp_trie_init() 124 DONE: in mpp_trie_init()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem_pool.cpp | 209 goto DONE; in mpp_mem_pool_get_f() 216 goto DONE; in mpp_mem_pool_get_f() 227 DONE: in mpp_mem_pool_get_f()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/ |
| H A D | TODO | 14 4. DONE - Flatten all DC objects 28 5. DONE - Rename DC objects to align more with DRM 33 6. DONE - Per-plane and per-stream validation 100 19. DONE - The DC logger is still a rather sore thing, but I know that the
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-omnitek.c | 29 #define DONE (1 << 4) macro 109 if (ioread32(CS_REG(s->dma_channel)) & DONE) in is_dma_done() 139 if (!(ctrl & DONE)) in omni_sg_dma_init()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_dwc_460ex.c | 535 goto DONE; in sata_dwc_isr() 559 goto DONE; in sata_dwc_isr() 579 goto DONE; in sata_dwc_isr() 590 goto DONE; in sata_dwc_isr() 617 goto DONE; in sata_dwc_isr() 624 goto DONE; in sata_dwc_isr() 676 goto DONE; in sata_dwc_isr() 717 DONE: in sata_dwc_isr()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ocfs2-online-filecheck.rst | 63 INO DONE ERROR 67 <DONE> indicates whether the operation has been finished. 78 INO DONE ERROR
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/ |
| H A D | cpu.sh | 10 FILE_CPU=DONE
|
| H A D | special-tests.sh | 12 FILE_SPECIAL=DONE
|
| H A D | governor.sh | 10 FILE_GOVERNOR=DONE
|
| H A D | module.sh | 10 FILE_MODULE=DONE
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.h | 47 DONE, /* finished check, done -- remain here until reset */ enumerator
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.h | 44 DONE, /* finished check, done -- remain here until reset */ enumerator
|